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

OVR_ChallengeEntryArray.h File

A paginated array of ovrChallengeEntryHandle that can be retrieved by ovr_Challenges_GetEntries(). It provides information about the size of the array, whether there are more pages available, and the URLs for navigating to the next or previous pages.

Typedefs

struct ovrChallengeEntryArray * ovrChallengeEntryArrayHandle

Functions

The element of this array and the element type is ovrChallengeEntryHandle. It contains information about a specific challenge entry, such as its unique identifier, the user who created it, the date and time of creation, and any additional metadata.
It's a type of string contains the information about the url of the next page of challenge entries.
It's a type of string contains the information about the url of the previous page of challenge entries.
The size of this challenge entry array in bytes. It provides information about the amount of data that is stored in the array.
The total count of ovrChallengeEntryHandle in this array, across all pages.
A boolean indicates whether this challenge entry array has a next page.
A boolean indicates whether this challenge entry array has a previous page.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon