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

ChallengeArray Class

This is a paginated array of com.meta.horizon.platform.ovr.models.Challenges that can be retrieved using the com.meta.horizon.platform.ovr.requests.Challenges#getList(ChallengeOptions challengeOptions, int limit) request. The array contains elements of type com.meta.horizon.platform.ovr.models.Challenge, which represent individual challenges. See more details of Challenges in here.

Member Functions

ChallengeArray
( final long ptr )
This field represents an individual element within the challenge array. Each element is of type com.meta.horizon.platform.ovr.models.Challenge, which contains detailed information about a specific challenge.
Returns
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.
Returns
boolean
Retrieves the next page of ChallengeArray. If there is no next page, this field will be empty.
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.
Returns
boolean
Retrieves the previous page of ChallengeArray. If there is no previous page, this field will be empty.
This field contains the URL of the next page of challenges. If there is no next page, this field will be empty.
Returns
String
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.
Returns
String
This field indicates the total size of the challenge array in bytes.
Returns
long
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.
Returns
long
Did you find this page helpful?
Thumbs up icon
Thumbs down icon