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

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.

Signature

enum LaunchType : Enum<LaunchType> 

Enumeration Constants

MemberDescription
Unknown
Represents that the LaunchType is unknown.
Normal
Normal launch from the user's library
Invite
Coordinated
DEPRECATED The API has been deprecated.
Deeplink

Properties

value : Int
[Get]
Signature
val value: Int