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

ovr_ApplicationLifecycle_GetLaunchDetails Function

Returns information about how the application was started. This function provides details about the launch intent, such as the type of intent ovr_LaunchDetails_GetLaunchType() and any additional data that was passed along with it. By calling this function, you can gain insight into how your application was launched and take appropriate action based on that information.

Signature

ovrLaunchDetailsHandle ovr_ApplicationLifecycle_GetLaunchDetails()

Returns