API reference

OVR_ProductArray.h File

Typedefs

struct ovrProductArray * ovrProductArrayHandle
Represents a paginated list of ovrProductHandle elements.

Functions

ovrProductHandle ovr_ProductArray_GetElement
( const ovrProductArrayHandle obj,
size_t index )
Access the indexed element in this list.
const char * ovr_ProductArray_GetNextUrl
( const ovrProductArrayHandle obj )
The URL to request the next paginated list of elements.
size_t ovr_ProductArray_GetSize
( const ovrProductArrayHandle obj )
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.
bool ovr_ProductArray_HasNextPage
( const ovrProductArrayHandle obj )
Whether there is a next page of elements that can be retrieved.