API reference

OVR_UserOptions.h File

Typedefs

struct ovrUserOptions * ovrUserOptionsHandle
The user_options configuration is used to specify additional settings for the ovrUserHandle when making a request to retrieve linked accounts using ovr_User_GetLinkedAccounts(). It allows you to customize the response by specifying the time window, maximum number of users, and service providers for which linked accounts should be retrieved.

Functions

ovrUserOptionsHandle ovr_UserOptions_Create ( )
Creates a new instance of ovrUserOptionsHandle() which is used to customize the option flow. It returns a handle to the newly created options object, which can be used to set various properties for the options.
void ovr_UserOptions_Destroy
Destroys an existing instance of the ovrUserOptionsHandle() and frees up memory when you're done using it.
void ovr_UserOptions_SetMaxUsers
unsigned int value )
This field specifies the maximum number of ovrUserHandle that should be returned in the response.
void ovr_UserOptions_AddServiceProvider
It's an array of ovrServiceProvider_ServiceProvider objects that specifies the service providers for which linked accounts should be retrieved.
void ovr_UserOptions_ClearServiceProviders
void ovr_UserOptions_SetTimeWindow
ovrTimeWindow value )
This field specifies the time window in seconds for which the linked accounts should be retrieved.