struct ovrApplicationOptions * |
void | |
void | ovr_ApplicationOptions_SetDeeplinkMessage ( ovrApplicationOptionsHandle handle, const char * value ) |
void | ovr_ApplicationOptions_SetDestinationApiName ( ovrApplicationOptionsHandle handle, const char * value ) If provided, the intended destination to be passed to the launched app. |
void | |
void | |
void |
typedef struct ovrApplicationOptions* ovrApplicationOptionsHandle ( ) |
---|
No description available.
|
ovrApplicationOptionsHandle ovr_ApplicationOptions_Create ( ) |
---|
No description available.
|
void ovr_ApplicationOptions_Destroy ( ovrApplicationOptionsHandle handle ) |
---|
No description available.
|
void ovr_ApplicationOptions_SetDeeplinkMessage ( ovrApplicationOptionsHandle handle, const char * value ) |
---|
A message to be passed to a launched app, which can be retrieved with ovr_LaunchDetails_GetDeeplinkMessage() |
void ovr_ApplicationOptions_SetDestinationApiName ( ovrApplicationOptionsHandle handle, const char * value ) |
---|
If provided, the intended destination to be passed to the launched app. |
void ovr_ApplicationOptions_SetLobbySessionId ( ovrApplicationOptionsHandle handle, const char * value ) |
---|
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. |
void ovr_ApplicationOptions_SetMatchSessionId ( ovrApplicationOptionsHandle handle, const char * value ) |
---|
If provided, the intended instance of the destination that a user should be launched into |
void ovr_ApplicationOptions_SetRoomId ( ovrApplicationOptionsHandle handle, ovrID value ) |
---|
[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. |