API reference

OVR_UserArray.h File

Typedefs

struct ovrUserArray * ovrUserArrayHandle
Represents a paginated list of ovrUserHandle elements.

Functions

ovrUserHandle ovr_UserArray_GetElement
( const ovrUserArrayHandle obj,
size_t index )
Access the indexed element in this list.
const char * ovr_UserArray_GetNextUrl
( const ovrUserArrayHandle obj )
The URL to request the next paginated list of elements.
size_t ovr_UserArray_GetSize
( const ovrUserArrayHandle obj )
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.
bool ovr_UserArray_HasNextPage
( const ovrUserArrayHandle obj )
Whether there is a next page of elements that can be retrieved.