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

ovrAppStatus_ Enum

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.

Enumeration Constants

MemberDescription
ovrAppStatus_Unknown
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.