static Models.LaunchDetails | GetLaunchDetails ( ) |
static void | |
static void | SetLaunchIntentChangedNotificationCallback ( Message< string >.Callback callback ) |
| static Models.LaunchDetails Oculus.Platform.ApplicationLifecycle.GetLaunchDetails ( ) |
|---|
No description available.
|
| static void Oculus.Platform.ApplicationLifecycle.LogDeeplinkResult ( string trackingID, LaunchResult result ) |
|---|
No description available.
|
| static void Oculus.Platform.ApplicationLifecycle.SetLaunchIntentChangedNotificationCallback ( Message< string >.Callback 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. |