struct ovrChallenge * |
ovr_Challenge_GetCreationType ( const ovrChallengeHandle obj ) Was this challenge created by a user or the app developer. | |
const char * | ovr_Challenge_GetDescription ( const ovrChallengeHandle obj ) A displayable string of the challenge's description. |
ovr_Challenge_GetInvitedUsers ( const ovrChallengeHandle obj ) | |
ovr_Challenge_GetLeaderboard ( const ovrChallengeHandle obj ) The leaderboard associated with this challenge. | |
ovr_Challenge_GetParticipants ( const ovrChallengeHandle obj ) | |
const char * | ovr_Challenge_GetTitle ( const ovrChallengeHandle obj ) A displayable string of the challenge's title. |
ovr_Challenge_GetVisibility ( const ovrChallengeHandle obj ) A enum that specify who can see this challenge. | |
unsigned long long | ovr_Challenge_GetEndDate ( const ovrChallengeHandle obj ) |
ovr_Challenge_GetID ( const ovrChallengeHandle obj ) | |
unsigned long long | ovr_Challenge_GetStartDate ( const ovrChallengeHandle obj ) |
| typedef struct ovrChallenge* ovrChallengeHandle ( ) |
|---|
No description available.
|
| ovrChallengeCreationType ovr_Challenge_GetCreationType ( const ovrChallengeHandle obj ) |
|---|
Was this challenge created by a user or the app developer. |
| const char* ovr_Challenge_GetDescription ( const ovrChallengeHandle obj ) |
|---|
A displayable string of the challenge's description. |
| ovrUserArrayHandle ovr_Challenge_GetInvitedUsers ( const ovrChallengeHandle obj ) |
|---|
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it. |
| ovrLeaderboardHandle ovr_Challenge_GetLeaderboard ( const ovrChallengeHandle obj ) |
|---|
The leaderboard associated with this challenge. |
| ovrUserArrayHandle ovr_Challenge_GetParticipants ( const ovrChallengeHandle obj ) |
|---|
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it. |
| const char* ovr_Challenge_GetTitle ( const ovrChallengeHandle obj ) |
|---|
A displayable string of the challenge's title. |
| ovrChallengeVisibility ovr_Challenge_GetVisibility ( const ovrChallengeHandle obj ) |
|---|
A enum that specify who can see this challenge. |
| unsigned long long ovr_Challenge_GetEndDate ( const ovrChallengeHandle obj ) |
|---|
No description available.
|
| ovrID ovr_Challenge_GetID ( const ovrChallengeHandle obj ) |
|---|
No description available.
|
| unsigned long long ovr_Challenge_GetStartDate ( const ovrChallengeHandle obj ) |
|---|
No description available.
|