API reference

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

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

Functions

const char * ovrAppStatus_ToString
( ovrAppStatus value )
Converts an ovrAppStatus enum value to a string The returned string does not need to be freed
ovrAppStatus ovrAppStatus_FromString
( const char * str )
Converts a string representing an ovrAppStatus enum value to an enum value