| Name | Summary |
|---|---|
enum AppInstallResult : Enum<AppInstallResult> 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 horizon.platform.application.Application.startAppDownload, horizon.platform.application.Application.cancelAppDownload and horizon.platform.application.Application.installAppUpdateAndRelaunch APIs. | |
enum AppStatus : Enum<AppStatus> This property indicates the current status of the app on the device. It is important to note that an app can only query its own status, not the status of other apps installed on the device. It can be retrieved by horizon.platform.application.models.AppDownloadProgressResult.statusCode. |