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

OVR_Challenge.h File

Overview

Typedefs

struct ovrChallenge *

Functions

Was this challenge created by a user or the app developer.
const char *
A displayable string of the challenge's description.
The leaderboard associated with this challenge.
const char *
A displayable string of the challenge's title.
A enum that specify who can see this challenge.
unsigned long long
unsigned long long

Details

Typedefs

typedef struct ovrChallenge* ovrChallengeHandle ( )
No description available.

Functions

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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon