API reference
API reference
Select your platform
No SDKs available
No versions available

AppInstallResult Enum

Result of installing an app. In case of an error during install process, the error message contains the string representation of this result. This is returned from Application.startAppDownload, Application.cancelAppDownload and Application.installAppUpdateAndRelaunch APIs.

Signature

enum AppInstallResult : Enum<AppInstallResult> 

Enumeration Constants

MemberDescription
Unknown
Represents that the AppInstallResult is unknown.
LowStorage
Install of the app failed due to low storage on the device
NetworkError
Install of the app failed due to a network error
DuplicateRequest
Install of the app failed as another install request for this application is already being processed by the installer
InstallerError
Install of the app failed due to an internal installer error
UserCancelled
Install of the app failed because the user canceled the install operation
AuthorizationError
Install of the app failed due to a user authorization error
Success
Install of the app succeeded

Properties

value : Int
[Get]
Signature
val value: Int
Did you find this page helpful?