GetLaunchDetails
()
|
Signature
static Models.LaunchDetails Oculus.Platform.ApplicationLifecycle.GetLaunchDetails() Returns Models.LaunchDetails |
LogDeeplinkResult
(
trackingID
, result
)
|
Signature
static void Oculus.Platform.ApplicationLifecycle.LogDeeplinkResult(string trackingID, LaunchResult result) Parameters trackingID: stringresult: LaunchResultReturns void |
SetLaunchIntentChangedNotificationCallback
(
callback
)
|
Sent when a launch intent is received (for both cold and warm starts). The payload is the type of the intent. ApplicationLifecycle.GetLaunchDetails() should be called to get the other details.
Signature
static void Oculus.Platform.ApplicationLifecycle.SetLaunchIntentChangedNotificationCallback(Message< string >.Callback callback) Parameters callback: Message< string >.CallbackReturns void |