EditsExpansionfiles
class EditsExpansionfiles extends Resource (View source)
The "expansionfiles" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$expansionfiles = $androidpublisherService->edits_expansionfiles;
Methods
Fetches the expansion file configuration for the specified APK.
Patches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.
Updates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.
Uploads a new expansion file and attaches to the specified APK.
Details
ExpansionFile
get(string $packageName, string $editId, int $apkVersionCode, string $expansionFileType, array $optParams = [])
Fetches the expansion file configuration for the specified APK.
(expansionfiles.get)
ExpansionFile
patch(string $packageName, string $editId, int $apkVersionCode, string $expansionFileType, ExpansionFile $postBody, array $optParams = [])
Patches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.
(expansionfiles.patch)
ExpansionFile
update(string $packageName, string $editId, int $apkVersionCode, string $expansionFileType, ExpansionFile $postBody, array $optParams = [])
Updates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.
(expansionfiles.update)
ExpansionFilesUploadResponse
upload(string $packageName, string $editId, int $apkVersionCode, string $expansionFileType, array $optParams = [])
Uploads a new expansion file and attaches to the specified APK.
(expansionfiles.upload)