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

OVR_Challenge.h File

Typedefs

struct ovrChallenge * ovrChallengeHandle

Functions

An enum that specifies if this challenge was created by a user (ovrChallengeCreationType_UserCreated) or the app developer (ovrChallengeCreationType_DeveloperCreated).
A displayable string of the challenge's description.
The timestamp when this challenge ends.
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.
The ovrLeaderboardHandle associated with this challenge.
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.
The timestamp when this challenge begins.
A displayable string of the challenge's title.
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 )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon