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

ovrAppStatus_ Enum

Current status of the app on the device. An app can only check its own status.

Enumeration Constants

MemberDescription
ovrAppStatus_Unknown
ovrAppStatus_Entitled
User has valid entitlement to the app but it is not currently installed on the device.
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.