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

ovrChallengeViewerFilter_ Enum

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

Enumeration Constants

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