API reference

OVR_CowatchViewerArray.h File

Typedefs

struct ovrCowatchViewerArray * ovrCowatchViewerArrayHandle
Represents a paginated list of ovrCowatchViewerHandle elements.

Functions

ovrCowatchViewerHandle ovr_CowatchViewerArray_GetElement
size_t index )
Access the indexed element in this list.
const char * ovr_CowatchViewerArray_GetNextUrl
The URL to request the next paginated list of elements.
size_t ovr_CowatchViewerArray_GetSize
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.
bool ovr_CowatchViewerArray_HasNextPage
Whether there is a next page of elements that can be retrieved.