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

ChallengeViewerFilter Enum

The available filtering options on the com.meta.horizon.platform.ovr.models.Challenge returned by com.meta.horizon.platform.ovr.requests.Challenges#getList(ChallengeOptions challengeOptions, int limit). 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.

Fields

Unknown[Get]
Returns all public ((com.meta.horizon.platform.ovr.enums.ChallengeVisibility#Public)) and invite-only (com.meta.horizon.platform.ovr.enums.ChallengeVisibility#InviteOnly) com.meta.horizon.platform.ovr.models.Challenges in which the user is a participant or invitee. Excludes private (com.meta.horizon.platform.ovr.enums.ChallengeVisibility#Private) challenges. This filter is useful for users who want to see all challenges they are involved in, regardless of their visibility settings.
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.
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.
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.

Member Functions

ChallengeViewerFilter
( final int value )
int getValue ( )

Static Member Functions

static ChallengeViewerFilter fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon