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

AppDownloadProgressResult Interface

Represents the result of the download of an application. You can retrieve it using CheckAppDownloadProgress API (Application.checkAppDownloadProgress). You can use this to check the progress and the status of an ongoing app download operation.

Signature

interface AppDownloadProgressResult

Properties

downloadBytes : Long
[Get]
Total number of bytes that need to be downloaded
Signature
abstract val downloadBytes: Long
downloadedBytes : Long
[Get]
Number of bytes that have already been downloaded. You can use this and AppDownloadProgressResult.downloadBytes to implement the progress bar.
Signature
abstract val downloadedBytes: Long
statusCode : AppStatus
[Get]
Status code of the current app status. You can use it to find out whether the app is being downloaded or queued for downloading
Signature
abstract val statusCode: AppStatus
Did you find this page helpful?