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

OVR_UserOptions.h File

The user_options configuration is used to specify additional settings for the ovrUserHandle. 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.

Typedefs

struct ovrUserOptions * ovrUserOptionsHandle

Functions

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.
Destroys an existing instance of the ovrUserOptionsHandle() and frees up memory when you're done using it.
This field specifies the maximum number of ovrUserHandle that should be returned in the response.
It's an array of ovrServiceProvider() objects that specifies the service providers for which linked accounts should be retrieved.
void ovr_UserOptions_ClearServiceProviders
This field specifies the time window in seconds for which the linked accounts should be retrieved.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon