| Name | Summary |
|---|---|
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 |
| Name | Summary |
|---|---|
name | val name: String |
ordinal | val ordinal: Int |
value | val value: Int |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): AppInstallResult Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<AppInstallResult> Returns an array containing the constants of this enum type, in the order they’re declared. |