| Name | Summary |
|---|---|
enum LaunchResult : Enum<LaunchResult> An enum that specifies the whether the attempt to launch this application via a deeplink was successful. The value is meant to be reported after a deeplink by calling horizon.platform.application_lifecycle.ApplicationLifecycle.logDeeplinkResult | |
enum LaunchType : Enum<LaunchType> 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 horizon.platform.application_lifecycle.models.LaunchDetails.launchType to get the launch type information of an application. |