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

OVR_LaunchDetails.h File

Details about the launch of the appplication. It can be used to check if your app is being launched using App to App Travel. It can be retrieved using ovr_ApplicationLifecycle_GetLaunchDetails().

Typedefs

struct ovrLaunchDetails * ovrLaunchDetailsHandle

Functions

An opaque string provided by the developer to help them deeplink to content on app startup.
If provided, the intended destination the user would like to go to.
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.
A ovrLaunchType() that defines the different ways in which an application can be launched. ovrLaunchType_Normal() - Normal launch from the user's library. ovrLaunchType_Invite() - Launch from the user accepting an invite. ovrLaunchType_Deeplink() - Launched from a deeplink. This flow is typically kicked off from ovr_Application_LaunchOtherApp()
If provided, the intended lobby the user would like to be in.
If provided, the intended session the user would like to be in.
A unique identifier to keep track of a user going through the deeplinking flow
If provided, the intended users the user would like to be with This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon