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

OVR_ChallengeViewerFilter.h File

The available filtering options on the ovrChallengeHandle returned by ovr_Challenges_GetList(). These filters allow users to customize their search results and retrieve only the challenges that meet specific criteria. See more details of Challenges in here.

Enumeration Types

Enumeration ovrChallengeViewerFilter_

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.
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. This filter is useful for users who want to see all challenges they are involved in, regardless of their visibility settings.
ovrChallengeViewerFilter_Participating
Returns challenges in which the user is a participant. This filter is useful for users who want to see only the challenges they are actively participating in.
ovrChallengeViewerFilter_Invited
Returns challenges that the user has been invited to. This filter is useful for users who want to see only the challenges they have been explicitly invited to.
ovrChallengeViewerFilter_ParticipatingOrInvited
Returns challenges the user is either participating in or invited to. This filter is useful for users who want to see all challenges they are involved in, whether as a participant or an invitee.

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