const char * | |
ovrAppInstallResult_FromString ( const char * str ) |
ovrAppInstallResult_Unknown | |
ovrAppInstallResult_LowStorage | Install of the app failed due to low storage on the device. |
ovrAppInstallResult_NetworkError | Install of the app failed due to a network error. |
ovrAppInstallResult_DuplicateRequest | |
ovrAppInstallResult_InstallerError | Install of the app failed due to an internal installer error. |
ovrAppInstallResult_UserCancelled | Install of the app failed because the user cancelled the install operation. |
ovrAppInstallResult_AuthorizationError | Install of the app failed due to a user authorization error. |
ovrAppInstallResult_Success | Install of the app succeeded. |
typedef enum ovrAppInstallResult_ ovrAppInstallResult ( ) |
---|
Result of installing an app. In case of an error during install process, the error message contains the string representation of this result. This is returned from ovr_Application_StartAppDownload(), ovr_Application_CancelAppDownload() and ovr_Application_InstallAppUpdateAndRelaunch() APIs. |
const char* ovrAppInstallResult_ToString ( ovrAppInstallResult value ) |
---|
Converts an ovrAppInstallResult enum value to a string The returned string does not need to be freed |
ovrAppInstallResult ovrAppInstallResult_FromString ( const char * str ) |
---|
Converts a string representing an ovrAppInstallResult enum value to an enum value |