API reference

OVR_BlockedUserArray.h File

Typedefs

struct ovrBlockedUserArray * ovrBlockedUserArrayHandle
Represents a paginated list of ovrBlockedUserHandle elements.

Functions

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