API reference

OVR_PurchaseArray.h File

Typedefs

struct ovrPurchaseArray * ovrPurchaseArrayHandle
Represents a paginated list of ovrPurchaseHandle elements.

Functions

ovrPurchaseHandle ovr_PurchaseArray_GetElement
( const ovrPurchaseArrayHandle obj,
size_t index )
Access the indexed element in this list.
const char * ovr_PurchaseArray_GetNextUrl
( const ovrPurchaseArrayHandle obj )
The URL to request the next paginated list of elements.
size_t ovr_PurchaseArray_GetSize
( const ovrPurchaseArrayHandle obj )
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.
bool ovr_PurchaseArray_HasNextPage
( const ovrPurchaseArrayHandle obj )
Whether there is a next page of elements that can be retrieved.