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

ApplicationOptions Class

Constructors

ApplicationOptions ()
Signature
Oculus.Platform.ApplicationOptions.ApplicationOptions()

Methods

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

Static Methods

operator IntPtr ( options )
For passing to native C.
Signature
static Oculus.Platform.ApplicationOptions.operator IntPtr(ApplicationOptions options)
Parameters