Platform-unity v63 Reference Guide
Platform-unity v63 Reference Guide
Select your platform
No SDKs available
No versions available

ApplicationOptions Class

Overview

Public Member Functions

void
SetDeeplinkMessage
( string value )
void
SetDestinationApiName
( string value )
If provided, the intended destination to be passed to the launched app.
void
SetLobbySessionId
( string value )
void
SetMatchSessionId
( string value )
void
SetRoomId
( UInt64 value )

Static Public Member Functions

static static
For passing to native C.

Details

Member Functions

Oculus.Platform.ApplicationOptions.ApplicationOptions ( )
No description available.
void Oculus.Platform.ApplicationOptions.SetDeeplinkMessage
( string value )
A message to be passed to a launched app, which can be retrieved with LaunchDetails.GetDeeplinkMessage()
void Oculus.Platform.ApplicationOptions.SetDestinationApiName
( string value )
If provided, the intended destination to be passed to the launched app.
void Oculus.Platform.ApplicationOptions.SetLobbySessionId
( string 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 Oculus.Platform.ApplicationOptions.SetMatchSessionId
( string value )
If provided, the intended instance of the destination that a user should be launched into
void Oculus.Platform.ApplicationOptions.SetRoomId
( UInt64 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.

Static Member Functions

static Oculus.Platform.ApplicationOptions.operator IntPtr
( ApplicationOptions options )
For passing to native C.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon