enum ovrAppStatus_ | ovrAppStatus ( ) |
const char * | ovrAppStatus_ToString ( ovrAppStatus value ) |
ovrAppStatus_FromString ( const char * str ) |
ovrAppStatus_Unknown | |
ovrAppStatus_Entitled | |
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. |
typedef enum ovrAppStatus_ ovrAppStatus ( ) |
---|
Current status of the app on the device. An app can only check its own status. |
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 |