API reference

OVR_AppDownloadResult.h File

Typedefs

struct ovrAppDownloadResult * ovrAppDownloadResultHandle
Represents the result of an app download. You will use it when you start an app download, cancel an app download or install an app update which was previous downloaded. In those scenarios, the app download result will be the payload of ovr_Application_StartAppDownload(), ovr_Application_CancelAppDownload() or ovr_Application_InstallAppUpdateAndRelaunch() API calls.

Functions

ovrAppInstallResult ovr_AppDownloadResult_GetAppInstallResult
Result of the install operation returned by the installer. You can find more information about possible members from ovrAppInstallResult_AppInstallResult. In case of an error during install process, the error message contains the string representation of this result.
long long ovr_AppDownloadResult_GetTimestamp
Timestamp in milliseconds when the operation finished.