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

ovr_ChallengeOptions_SetViewerFilter Function

An enum that specifies what filter to apply to the list of returned challenges.
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 the user is participating in.
ovrChallengeViewerFilter_Invited - Returns challenges the user is invited to.
ovrChallengeViewerFilter_ParticipatingOrInvited - Returns challenges the user is either participating in or invited to.

Signature

void ovr_ChallengeOptions_SetViewerFilter(ovrChallengeOptionsHandle handle, ovrChallengeViewerFilter value)

Parameters

Returns

void