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

AppDownloadProgressResult

Updated: Oct 30, 2025

AppDownloadProgressResult

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.

Properties

NameSummary
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