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

ChallengeOptions Class

Member Functions

ChallengeOptions ( )
The description of the challenge that can be retrieved with Challenge.GetDescription().
The timestamp when this challenge ends which can be retrieved with Challenge.GetEndDate().
This indicates whether to include challenges that are currently active.
This indicates whether to include challenges that have not yet started.
This indicates whether to include challenges that have already ended.
Optional: Only find challenges belonging to this leaderboard.
The timestamp when this challenge starts which can be retrieved with Challenge.GetStartDate().
The title of the challenge that can be retrieved with Challenge.GetTitle().
An enum that specifies what filter to apply to the list of returned challenges.Returns all public ((ChallengeVisibility.Public)) and invite-only (ChallengeVisibility.InviteOnly) Challenges in which the user is a participant or invitee. Excludes private (ChallengeVisibility.Private) challenges.ChallengeViewerFilter.Participating - Returns challenges the user is participating in.ChallengeViewerFilter.Invited - Returns challenges the user is invited to.ChallengeViewerFilter.ParticipatingOrInvited - Returns challenges the user is either participating in or invited to.
Specifies who can see and participate in this challenge. It can be retrieved with Challenge.GetVisibility().

Static Member Functions

For passing to native C.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon