AppDownloadProgressResult Class
Represents the result of CheckAppDownloadProgress API. This can be used to check the progress and the status of an ongoing app download operation.
readonly long DownloadBytes[Get]
Total number of bytes that need to be downloaded.
readonly long DownloadedBytes[Get]
Number of bytes that have already been downloaded.
Status code of the current app status. Can be used to find if app is downloading etc.
AppDownloadProgressResult ( IntPtr o )