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

OVR_AppStatus.h File

This property indicates the current status of the app on the device. It is important to note that an app can only query its own status, not the status of other apps installed on the device. It can be retrieved by ovr_AppDownloadProgressResult_GetStatusCode().

Enumeration Types

Enumeration ovrAppStatus_

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.
ovrAppStatus_Unknown
No description available
ovrAppStatus_Entitled
The user possesses a valid entitlement for the app, indicating they have the right to install it, although it is not currently installed on the device.
ovrAppStatus_DownloadQueued
The app is scheduled for download. The download will start as soon as prior queued downloads are completed.
ovrAppStatus_Downloading
The app is currently being downloaded to the device. This status is active during the download process until it is complete.
ovrAppStatus_Installing
The app is currently being installed on the device. This status remains until the installation is fully completed.
ovrAppStatus_Installed
The app is successfully installed on the device and is ready to be used.
ovrAppStatus_Uninstalling
The app is currently being uninstalled from the device. This status remains until the uninstallation process is complete.
ovrAppStatus_InstallQueued
The installation of the app is scheduled and will commence once any prior installations are completed.

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 ovrAppStatus enum value to a string The returned string does not need to be freed
Converts a string representing an ovrAppStatus to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon