AppDownloadProgressResult
(
o
)
|
Signature
Oculus.Platform.Models.AppDownloadProgressResult.AppDownloadProgressResult(IntPtr o) Parameters o: IntPtr |
DownloadBytes
: readonly long |
Total number of bytes that need to be downloaded.
Signature
readonly long Oculus.Platform.Models.AppDownloadProgressResult.DownloadBytes |
DownloadedBytes
: readonly long |
Number of bytes that have already been downloaded. You can use this and AppDownloadProgressResult::DownloadBytes to implement the progress bar.
Signature
readonly long Oculus.Platform.Models.AppDownloadProgressResult.DownloadedBytes |
StatusCode
: readonly 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
Signature
readonly AppStatus Oculus.Platform.Models.AppDownloadProgressResult.StatusCode |