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

Challenge Class

Constructors

Challenge ( o )
Signature
Oculus.Platform.Models.Challenge.Challenge(IntPtr o)
Parameters
o: IntPtr

Fields

CreationType : readonly ChallengeCreationType
Was this challenge created by a user or the app developer.
Signature
readonly ChallengeCreationType Oculus.Platform.Models.Challenge.CreationType
Description : readonly string
A displayable string of the challenge's description.
Signature
readonly string Oculus.Platform.Models.Challenge.Description
EndDate : readonly DateTime
Signature
readonly DateTime Oculus.Platform.Models.Challenge.EndDate
ID : readonly UInt64
Signature
readonly UInt64 Oculus.Platform.Models.Challenge.ID
InvitedUsers : readonly UserList
Signature
readonly UserList Oculus.Platform.Models.Challenge.InvitedUsers
InvitedUsersOptional : readonly UserList
Signature
readonly UserList Oculus.Platform.Models.Challenge.InvitedUsersOptional
Leaderboard : readonly Leaderboard
The leaderboard associated with this challenge.
Signature
readonly Leaderboard Oculus.Platform.Models.Challenge.Leaderboard
Participants : readonly UserList
Signature
readonly UserList Oculus.Platform.Models.Challenge.Participants
ParticipantsOptional : readonly UserList
Signature
readonly UserList Oculus.Platform.Models.Challenge.ParticipantsOptional
StartDate : readonly DateTime
Signature
readonly DateTime Oculus.Platform.Models.Challenge.StartDate
Title : readonly string
A displayable string of the challenge's title.
Signature
readonly string Oculus.Platform.Models.Challenge.Title
Visibility : readonly ChallengeVisibility
A enum that specify who can see this challenge.
Signature
readonly ChallengeVisibility Oculus.Platform.Models.Challenge.Visibility