interface AppDownloadProgressResult
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 |