API reference

OVR_AppDownloadProgressResult.h File

Typedefs

struct ovrAppDownloadProgressResult * ovrAppDownloadProgressResultHandle
Represents the result of the download of an application. You can retrieve it using CheckAppDownloadProgress API (ovr_Application_CheckAppDownloadProgress()). You can use this to check the progress and the status of an ongoing app download operation.

Functions

long long ovr_AppDownloadProgressResult_GetDownloadBytes
Total number of bytes that need to be downloaded.
long long ovr_AppDownloadProgressResult_GetDownloadedBytes
Number of bytes that have already been downloaded. You can use this and ovr_AppDownloadProgressResult_GetDownloadBytes() to implement the progress bar.
ovrAppStatus ovr_AppDownloadProgressResult_GetStatusCode
Status code of the current app status. You can use it to find out whether the app is being downloaded or queued for downloading