struct ovrAppDownloadProgressResult * |
long long | Total number of bytes that need to be downloaded. |
long long | Number of bytes that have already been downloaded. |
| typedef struct ovrAppDownloadProgressResult* ovrAppDownloadProgressResultHandle ( ) |
|---|
No description available.
|
| long long ovr_AppDownloadProgressResult_GetDownloadBytes ( const ovrAppDownloadProgressResultHandle obj ) |
|---|
Total number of bytes that need to be downloaded. |
| long long ovr_AppDownloadProgressResult_GetDownloadedBytes ( const ovrAppDownloadProgressResultHandle obj ) |
|---|
Number of bytes that have already been downloaded. |
| ovrAppStatus ovr_AppDownloadProgressResult_GetStatusCode ( const ovrAppDownloadProgressResultHandle obj ) |
|---|
Status code of the current app status. Can be used to find if app is downloading etc. |