For a list of methods for this resource, see the end of this page.
Resource representations
{ "referencesVersion": integer, "fileSize": long }
Property name | Value | Description | Notes |
---|---|---|---|
fileSize |
long |
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. The field's value is the size of the uploaded Expansion File in bytes. | |
referencesVersion |
integer |
If set this APK's Expansion File references another APK's Expansion File. The file_size field will not be set. |
Methods
- get
- Fetches the Expansion File configuration for the APK specified.
- patch
- Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.
- update
- Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method.
- upload
- Uploads and attaches a new Expansion File to the APK specified.