API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_AppStatus.h File

Enumeration Types

Enumeration ovrAppStatus_

Current status of the app on the device. An app can only check its own status.
ovrAppStatus_Unknown
No description available
ovrAppStatus_Entitled
User has valid entitlement to the app but it is not currently installed on the device.
ovrAppStatus_DownloadQueued
Download of the app is currently queued.
ovrAppStatus_Downloading
Download of the app is currently in progress.
ovrAppStatus_Installing
Install of the app is currently in progress.
ovrAppStatus_Installed
App is installed on the device.
ovrAppStatus_Uninstalling
App is being uninstalled from the device.
ovrAppStatus_InstallQueued
Install of the app is currently queued.

Typedefs

Current status of the app on the device. An app can only check its own status.

Functions

Converts an ovrAppStatus enum value to a string The returned string does not need to be freed
Converts a string representing an ovrAppStatus enum value to an enum value
Did you find this page helpful?
Thumbs up icon
Thumbs down icon