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

AppDownloadProgressResult Class

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.

Fields

Total number of bytes that need to be downloaded.
Number of bytes that have already been downloaded. You can use this and AppDownloadProgressResult::DownloadBytes to implement the progress bar.
Status code of the current app status. You can use it to find out whether the app is being downloaded or queued for downloading

Member Functions

AppDownloadProgressResult
( IntPtr o )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon