| Name | Summary |
|---|---|
@SerialName(value = "INVITE") Invite Launch from the user accepting an invite. Check horizon.platform.applicationlifecycle.models.LaunchDetails.lobbySessionId, horizon.platform.applicationlifecycle.models.LaunchDetails.matchSessionId, horizon.platform.applicationlifecycle.models.LaunchDetails.destinationApiName and horizon.platform.applicationlifecycle.models.LaunchDetails.deeplinkMessage. | |
@SerialName(value = "DEEPLINK") Deeplink Launched from horizon.platform.application.Application.launchOtherApp. Check horizon.platform.applicationlifecycle.models.LaunchDetails.launchSource and horizon.platform.applicationlifecycle.models.LaunchDetails.deeplinkMessage. |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): LaunchType Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<LaunchType> Returns an array containing the constants of this enum type, in the order they’re declared. |