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

OVR_ChallengeArray.h File

This is a paginated array of ::ovrChallengeHandles that can be retrieved using the ovr_Challenges_GetList() request. The array contains elements of type ovrChallengeHandle, which represent individual challenges. See more details of Challenges in here.

Typedefs

struct ovrChallengeArray * ovrChallengeArrayHandle

Functions

This field represents an individual element within the challenge array. Each element is of type ovrChallengeHandle, which contains detailed information about a specific challenge.
This field contains the URL of the next page of challenges. If there is no next page, this field will be empty.
The URL of the previous page of challenges. If has_previous_page is true, this field provides the URL that the client can use to request the previous page of results.
This field indicates the total size of the challenge array in bytes.
The total count of challenges contained in the array, across all pages. This field provides the total number of challenges that match the search criteria, regardless of the current page or pagination settings.
This field indicates whether there is a next page of challenges available in the array. If this value is true, it means that there are more challenges to retrieve beyond the current page.
This field indicates whether there is a previous page of challenges available in the array. If this value is true, it means that there are more challenges to retrieve before the current page.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon