Resource: Bundle
Information about an app bundle. The resource for BundlesService.
JSON representation |
---|
{ "versionCode": integer, "sha1": string, "sha256": string } |
Fields | |
---|---|
versionCode |
The version code of the Android App Bundle, as specified in the Android App Bundle's base module APK manifest file. |
sha1 |
A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command. |
sha256 |
A sha256 hash of the upload payload, encoded as a hex string and matching the output of the sha256sum command. |
Methods |
|
---|---|
|
Lists all current Android App Bundles of the app and edit. |
|
Uploads a new Android App Bundle to this edit. |