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

OVR_ApplicationOptions.h File

Typedefs

struct ovrApplicationOptions * ovrApplicationOptionsHandle

Functions

Creates a new instance of ovrApplicationOptionsHandle() 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 ovrApplicationOptionsHandle() and frees up memory when you're done using it.
A message to be passed to a launched app, which can be retrieved with ovr_LaunchDetails_GetDeeplinkMessage().
If provided, the intended destination to be passed to the launched app, which can be retrieved with ovr_LaunchDetails_GetDestinationApiName().
If provided, the intended lobby where the launched app should take the user. All users with the same lobby_session_id should end up grouped together in the launched app, which can be retrieved with ovr_LaunchDetails_GetLobbySessionID().
If provided, the intended instance of the destination that a user should be launched into, which can be retrieved with ovr_LaunchDetails_GetMatchSessionID().
[Deprecated]If provided, the intended room where the launched app should take the user (all users heading to the same place should have the same value). A room_id of 0 is INVALID.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon