Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Expansionfiles.Patch |
AndroidPublisher.Edits.Expansionfiles.patch(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Updates the APK's Expansion File configuration to reference another APK's Expansion Files.
|
AndroidPublisher.Edits.Expansionfiles.Update |
AndroidPublisher.Edits.Expansionfiles.update(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Updates the APK's Expansion File configuration to reference another APK's Expansion Files.
|
Constructor and Description |
---|
Patch(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Updates the APK's Expansion File configuration to reference another APK's Expansion Files.
|
Update(String packageName,
String editId,
Integer apkVersionCode,
String expansionFileType,
ExpansionFile content)
Updates the APK's Expansion File configuration to reference another APK's Expansion Files.
|
Modifier and Type | Method and Description |
---|---|
ExpansionFile |
ExpansionFile.clone() |
ExpansionFile |
ExpansionFilesUploadResponse.getExpansionFile() |
ExpansionFile |
ExpansionFile.set(String fieldName,
Object value) |
ExpansionFile |
ExpansionFile.setFileSize(Long fileSize)
If set this field indicates that this APK has an Expansion File uploaded to it: this APK does
not reference another APK's Expansion File.
|
ExpansionFile |
ExpansionFile.setReferencesVersion(Integer referencesVersion)
If set this APK's Expansion File references another APK's Expansion File.
|
Modifier and Type | Method and Description |
---|---|
ExpansionFilesUploadResponse |
ExpansionFilesUploadResponse.setExpansionFile(ExpansionFile expansionFile) |
Copyright © 2011–2020 Google. All rights reserved.