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

OVR_AppInstallResult.h File

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.

Enumeration Types

Enumeration ovrAppInstallResult_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrAppInstallResult_Unknown
No description available
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
Install of the app failed as another install request for this application is already being processed by the installer
ovrAppInstallResult_InstallerError
Install of the app failed due to an internal installer error.
ovrAppInstallResult_UserCancelled
Install of the app failed because the user canceled the install operation.
ovrAppInstallResult_AuthorizationError
Install of the app failed due to a user authorization error.
ovrAppInstallResult_Success
Install of the app succeeded.

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrAppInstallResult enum value to a string The returned string does not need to be freed
Converts a string representing an ovrAppInstallResult to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon