readonly ChallengeCreationType | CreationType[Get] Was this challenge created by a user or the app developer. |
readonly string | Description[Get] A displayable string of the challenge's description. |
readonly DateTime | EndDate[Get] |
readonly UInt64 | ID[Get] |
readonly UserList | InvitedUsersOptional[Get] |
readonly UserList | InvitedUsers[Get] |
readonly Leaderboard | Leaderboard[Get] The leaderboard associated with this challenge. |
readonly UserList | ParticipantsOptional[Get] |
readonly UserList | Participants[Get] |
readonly DateTime | StartDate[Get] |
readonly string | Title[Get] A displayable string of the challenge's title. |
readonly ChallengeVisibility | Visibility[Get] A enum that specify who can see this challenge. |
Challenge ( IntPtr o ) |
| readonly ChallengeCreationType Oculus.Platform.Models.Challenge.CreationType |
|---|
Was this challenge created by a user or the app developer. |
| readonly string Oculus.Platform.Models.Challenge.Description |
|---|
A displayable string of the challenge's description. |
| readonly DateTime Oculus.Platform.Models.Challenge.EndDate |
|---|
No description available.
|
| readonly UInt64 Oculus.Platform.Models.Challenge.ID |
|---|
No description available.
|
| readonly UserList Oculus.Platform.Models.Challenge.InvitedUsersOptional |
|---|
No description available.
|
| 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 |
|---|
No description available.
|
| readonly UserList Oculus.Platform.Models.Challenge.Participants |
|---|
No description available.
|
| readonly DateTime Oculus.Platform.Models.Challenge.StartDate |
|---|
No description available.
|
| readonly string Oculus.Platform.Models.Challenge.Title |
|---|
A displayable string of the challenge's title. |
| readonly ChallengeVisibility Oculus.Platform.Models.Challenge.Visibility |
|---|
A enum that specify who can see this challenge. |
| Oculus.Platform.Models.Challenge.Challenge ( IntPtr o ) |
|---|
No description available.
|