| ASSET_PACK_ERROR_NO_ERROR |
No Error.
|
| ASSET_PACK_ERROR_APP_UNAVAILABLE |
The requesting app is unavailable. This could be caused by multiple reasons: The app isn't published in the Play Store, The app version code isn't published in the Play Store or The user doesn't have access to the app.
|
| ASSET_PACK_ERROR_PACK_UNAVAILABLE |
The requested asset pack isn't available. This can happen if the asset pack wasn't included in the Android App Bundle that was published to the Play Store.
|
| ASSET_PACK_ERROR_INVALID_REQUEST |
The request is invalid.
|
| ASSET_PACK_ERROR_DOWNLOAD_NOT_FOUND |
The requested download isn't found.
|
| ASSET_PACK_ERROR_API_NOT_AVAILABLE |
The Asset Delivery API isn't available.
|
| ASSET_PACK_ERROR_NETWORK_ERROR |
Network error. Unable to obtain the asset pack details.
|
| ASSET_PACK_ERROR_ACCESS_DENIED |
Download not permitted under the current device circumstances.
|
| ASSET_PACK_ERROR_INSUFFICIENT_STORAGE |
Asset pack download failed due to insufficient storage.
|
| ASSET_PACK_ERROR_PLAY_STORE_NOT_FOUND |
The Play Store app is either not installed or not the official version.
|
| ASSET_PACK_ERROR_NETWORK_UNRESTRICTED |
State when "Show Confirmation Dialog" is called but no asset packs are waiting for WIFI.
|
| ASSET_PACK_ERROR_APP_NOT_OWNED |
The app isn't owned by any user on this device. An app is "owned" if it has been installed via the Play Store.
|
| ASSET_PACK_ERROR_CONFIRMATION_NOT_REQUIRED |
Returned if "Show Confirmation Dialog" is called but no asset packs require user confirmation.
|
| ASSET_PACK_ERROR_UNRECOGNIZED_INSTALLATION |
The installed app version is not recognized by Play. This can happen if the app was not installed by Play.
|
| ASSET_PACK_ERROR_INTERNAL_ERROR |
Unknown error downloading an asset pack.
|