struct ovrChallenge * |
ovr_Challenge_GetCreationType ( const ovrChallengeHandle obj ) | |
const char * | ovr_Challenge_GetDescription ( const ovrChallengeHandle obj ) A displayable string of the challenge's description. |
unsigned long long | ovr_Challenge_GetEndDate ( const ovrChallengeHandle obj ) The timestamp when this challenge ends. |
ovr_Challenge_GetInvitedUsers ( const ovrChallengeHandle obj ) | |
ovr_Challenge_GetLeaderboard ( const ovrChallengeHandle obj ) The ovrLeaderboardHandle associated with this challenge. | |
ovr_Challenge_GetParticipants ( const ovrChallengeHandle obj ) | |
unsigned long long | ovr_Challenge_GetStartDate ( const ovrChallengeHandle obj ) The timestamp when this challenge begins. |
const char * | ovr_Challenge_GetTitle ( const ovrChallengeHandle obj ) A displayable string of the challenge's title. |
ovr_Challenge_GetVisibility ( const ovrChallengeHandle obj ) | |
ovr_Challenge_GetID ( const ovrChallengeHandle obj ) |
typedef struct ovrChallenge* ovrChallengeHandle ( ) |
---|
No description available.
|
ovrChallengeCreationType ovr_Challenge_GetCreationType ( const ovrChallengeHandle obj ) |
---|
An enum that specifies if this challenge was created by a user (ovrChallengeCreationType_UserCreated) or the app developer (ovrChallengeCreationType_DeveloperCreated). |
const char* ovr_Challenge_GetDescription ( const ovrChallengeHandle obj ) |
---|
A displayable string of the challenge's description. |
unsigned long long ovr_Challenge_GetEndDate ( const ovrChallengeHandle obj ) |
---|
The timestamp when this challenge ends. |
ovrUserArrayHandle ovr_Challenge_GetInvitedUsers ( const ovrChallengeHandle obj ) |
---|
Users that are invited to this challenge. 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 ovrLeaderboardHandle associated with this challenge. |
ovrUserArrayHandle ovr_Challenge_GetParticipants ( const ovrChallengeHandle obj ) |
---|
Users that have participated in this challenge. 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. |
unsigned long long ovr_Challenge_GetStartDate ( const ovrChallengeHandle obj ) |
---|
The timestamp when this challenge begins. |
const char* ovr_Challenge_GetTitle ( const ovrChallengeHandle obj ) |
---|
A displayable string of the challenge's title. |
ovrChallengeVisibility ovr_Challenge_GetVisibility ( const ovrChallengeHandle obj ) |
---|
An enum that specifies who can see and participate in this challenge. ovrChallengeVisibility_InviteOnly - Only those invited can participate in it. Everyone can see it. ovrChallengeVisibility_Public - Everyone can participate and see this challenge. ovrChallengeVisibility_Private - Only those invited can participate and see this challenge. |
ovrID ovr_Challenge_GetID ( const ovrChallengeHandle obj ) |
---|
No description available.
|