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

OVR_LaunchType.h File

It's an enum that defines several different types of launches for an application. It provides a way to differentiate between different types of launches and to access additional information about the launch details. It can be retrieved using ovr_LaunchDetails_GetLaunchType() to get the launch type information of an application.

Enumeration Types

Enumeration ovrLaunchType_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrLaunchType_Unknown
No description available
ovrLaunchType_Normal
Normal launch from the user's library.
ovrLaunchType_Invite
ovrLaunchType_Coordinated
DEPRECATED.
ovrLaunchType_Deeplink

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrLaunchType enum value to a string The returned string does not need to be freed
Converts a string representing an ovrLaunchType to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon