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

LaunchDetails Class

Constructors

LaunchDetails ( o )
Signature
Oculus.Platform.Models.LaunchDetails.LaunchDetails(IntPtr o)
Parameters
o: IntPtr

Fields

DeeplinkMessage : readonly string
An opaque string provided by the developer to help them deeplink to content on app startup.
Signature
readonly string Oculus.Platform.Models.LaunchDetails.DeeplinkMessage
DestinationApiName : readonly string
If provided, the intended destination the user would like to go to.
Signature
readonly string Oculus.Platform.Models.LaunchDetails.DestinationApiName
LaunchSource : readonly string
A string typically used to distinguish where the deeplink came from. For instance, a DEEPLINK launch type could be coming from events or rich presence.
Signature
readonly string Oculus.Platform.Models.LaunchDetails.LaunchSource
LaunchType : readonly LaunchType
Signature
readonly LaunchType Oculus.Platform.Models.LaunchDetails.LaunchType
LobbySessionID : readonly string
If provided, the intended lobby the user would like to be in.
Signature
readonly string Oculus.Platform.Models.LaunchDetails.LobbySessionID
MatchSessionID : readonly string
If provided, the intended session the user would like to be in.
Signature
readonly string Oculus.Platform.Models.LaunchDetails.MatchSessionID
TrackingID : readonly string
A unique identifer to keep track of a user going through the deeplinking flow
Signature
readonly string Oculus.Platform.Models.LaunchDetails.TrackingID
Users : readonly UserList
Signature
readonly UserList Oculus.Platform.Models.LaunchDetails.Users
UsersOptional : readonly UserList
If provided, the intended users the user would like to be with.
Signature
readonly UserList Oculus.Platform.Models.LaunchDetails.UsersOptional