API reference

LaunchType Enum

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 LaunchDetails::LaunchType to get the launch type information of an application.

Enumeration Constants

MemberDescription
Unknown
Normal
Normal launch from the user's library.
Invite
Launch from the user accepting an invite. Check LaunchDetails::LobbySessionID, LaunchDetails::MatchSessionID, LaunchDetails::DestinationApiName and LaunchDetails::DeeplinkMessage.
Coordinated
DEPRECATED.
Deeplink
Launched from Application.LaunchOtherApp(). Check LaunchDetails::LaunchSource and LaunchDetails::DeeplinkMessage.