| Name | Summary |
|---|---|
downloadBytes | abstract val downloadBytes: Long Total number of bytes that need to be downloaded |
downloadedBytes | abstract val downloadedBytes: Long Number of bytes that have already been downloaded. You can use this and horizon.platform.application.models.AppDownloadProgressResult.downloadBytes to implement the progress bar. |
json | open val json: String |
statusCode | abstract val statusCode: AppStatus Status code of the current app status. You can use it to find out whether the app is being downloaded or queued for downloading |