readonly ChallengeCreationType | CreationType[Get] |
readonly string | Description[Get] A displayable string of the challenge's description. |
readonly DateTime | EndDate[Get] The timestamp when this challenge ends. |
readonly UInt64 | ID[Get] |
readonly UserList | InvitedUsersOptional[Get] Users that are invited to this challenge. |
readonly UserList | InvitedUsers[Get] |
readonly Leaderboard | Leaderboard[Get] The Leaderboard associated with this challenge. |
readonly UserList | ParticipantsOptional[Get] Users that have participated in this challenge. |
readonly UserList | Participants[Get] |
readonly DateTime | StartDate[Get] The timestamp when this challenge begins. |
readonly string | Title[Get] A displayable string of the challenge's title. |
readonly ChallengeVisibility | Visibility[Get] |
Challenge ( IntPtr o ) |
readonly ChallengeCreationType Oculus.Platform.Models.Challenge.CreationType |
---|
An enum that specifies if this challenge was created by a user (ChallengeCreationType.UserCreated) or the app developer (ChallengeCreationType.DeveloperCreated). |
readonly string Oculus.Platform.Models.Challenge.Description |
---|
A displayable string of the challenge's description. |
readonly DateTime Oculus.Platform.Models.Challenge.EndDate |
---|
The timestamp when this challenge ends. |
readonly UInt64 Oculus.Platform.Models.Challenge.ID |
---|
No description available.
|
readonly UserList Oculus.Platform.Models.Challenge.InvitedUsersOptional |
---|
Users that are invited to this challenge. |
readonly UserList Oculus.Platform.Models.Challenge.InvitedUsers |
---|
No description available.
|
readonly Leaderboard Oculus.Platform.Models.Challenge.Leaderboard |
---|
The Leaderboard associated with this challenge. |
readonly UserList Oculus.Platform.Models.Challenge.ParticipantsOptional |
---|
Users that have participated in this challenge. |
readonly UserList Oculus.Platform.Models.Challenge.Participants |
---|
No description available.
|
readonly DateTime Oculus.Platform.Models.Challenge.StartDate |
---|
The timestamp when this challenge begins. |
readonly string Oculus.Platform.Models.Challenge.Title |
---|
A displayable string of the challenge's title. |
readonly ChallengeVisibility Oculus.Platform.Models.Challenge.Visibility |
---|
An enum that specifies who can see and participate in this challenge. ChallengeVisibility.InviteOnly - Only those invited can participate in it. Everyone can see it. ChallengeVisibility.Public - Everyone can participate and see this challenge. ChallengeVisibility.Private - Only those invited can participate and see this challenge. |
Oculus.Platform.Models.Challenge.Challenge ( IntPtr o ) |
---|
No description available.
|