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

OVR_PermissionGrantStatus.h File

This enum represents the all possible statuses of a premission request. For example, if an user wants to participate in a challenge, the user may request the permission to join the ovrChallengeHandle first. If the permission grant status is granted, the user can call ovr_Challenges_Join() to join the challenge.

Enumeration Types

Enumeration ovrPermissionGrantStatus_

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.
ovrPermissionGrantStatus_Unknown
No description available
ovrPermissionGrantStatus_Granted
This enum member indicates the status of the permission grant was approved.
ovrPermissionGrantStatus_Denied
This enum member indicates the status of the permission grant was rejected.
ovrPermissionGrantStatus_Blocked
This enum member indicates the status of the permission grant was blocked.

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