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

OVR_ChallengeViewerFilter.h File

Enumeration Types

Enumeration ovrChallengeViewerFilter_

The available filtering options on the ovrChallengeHandle returned by ovr_Challenges_GetList().
ovrChallengeViewerFilter_Unknown
No description available
ovrChallengeViewerFilter_AllVisible
Returns all public ((ovrChallengeVisibility_Public)) and invite-only (ovrChallengeVisibility_InviteOnly) ovrChallengeHandles in which the user is a participant or invitee. Excludes private (ovrChallengeVisibility_Private) challenges.
ovrChallengeViewerFilter_Participating
Returns challenges in which the user is a participant.
ovrChallengeViewerFilter_Invited
Returns challenges that the user has been invited to.
ovrChallengeViewerFilter_ParticipatingOrInvited
Returns challenges the user is either participating in or invited to.

Typedefs

The available filtering options on the ovrChallengeHandle returned by ovr_Challenges_GetList().

Functions

Converts an ovrChallengeViewerFilter enum value to a string The returned string does not need to be freed
Converts a string representing an ovrChallengeViewerFilter enum value to an enum value
Did you find this page helpful?
Thumbs up icon
Thumbs down icon