| Name | Summary |
|---|---|
interface AppDownloadProgressResult Represents the result of the download of an application. You can retrieve it using CheckAppDownloadProgress API (horizon.platform.application.Application.checkAppDownloadProgress). You can use this to check the progress and the status of an ongoing app download operation. | |
interface AppDownloadResult Represents the result of an app download. You will use it when you start an app download, cancel an app download or install an app update which was previous downloaded. In those scenarios, the app download result will be the payload of horizon.platform.application.Application.startAppDownload, horizon.platform.application.Application.cancelAppDownload or horizon.platform.application.Application.installAppUpdateAndRelaunch API calls. | |
interface ApplicationVersion Represents the version information for an application. The information includes the date of latest release, the size of the latest release and the application name and version code of currently installed version and the latest release. You can retrieve it with horizon.platform.application.Application.getVersion. | |
interface InstalledApplication InstalledApplication provides a way to retrieve information about installed application on a device, including their package name, application ID, version name, version code, and status. This information can be useful for tracking the status of applications on a device and identifying any issues that may need to be addressed. |