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

OVR_PurchaseArray.h File

Represents a paginated list of ovrPurchaseHandle elements. It allows you to easily access and manipulate the elements in the paginated list, such as the size of the list and if there is a next page of elements available.

Typedefs

struct ovrPurchaseArray * ovrPurchaseArrayHandle

Functions

Access the indexed element in this list. Note that the index is zero-based, so the first element has an index of 0.
The URL to request the next paginated list of elements.
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.
Indicates whether there is a next page of elements that can be retrieved. If this value is true, you can use the next_url field to request the next page of elements.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon