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

ApplicationLifecycle Class

Static Methods

GetLaunchDetails ()
Signature
static Models.LaunchDetails Oculus.Platform.ApplicationLifecycle.GetLaunchDetails()
LogDeeplinkResult ( trackingID , result )
Signature
static void Oculus.Platform.ApplicationLifecycle.LogDeeplinkResult(string trackingID, LaunchResult result)
Parameters
trackingID: string
result: LaunchResult
Returns
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 >.Callback
Returns
void