| Name | Summary |
|---|---|
deeplinkMessage | abstract val deeplinkMessage: String A message to be passed to a launched app, which can be retrieved with horizon.platform.applicationlifecycle.models.LaunchDetails.deeplinkMessage. |
destinationApiName | abstract val destinationApiName: String If provided, the intended destination to be passed to the launched app, which can be retrieved with horizon.platform.applicationlifecycle.models.LaunchDetails.destinationApiName. |
lobbySessionId | abstract val lobbySessionId: String If provided, the intended lobby where the launched app should take the user. All users with the same lobby_session_id should end up grouped together in the launched app, which can be retrieved with horizon.platform.applicationlifecycle.models.LaunchDetails.lobbySessionId. |
matchSessionId | abstract val matchSessionId: String If provided, the intended instance of the destination that a user should be launched into, which can be retrieved with horizon.platform.applicationlifecycle.models.LaunchDetails.matchSessionId. |
roomId | abstract val roomId: String? DeprecatedIf provided, the intended room where the launched app should take the user (all users heading to the same place should have the same value). A room_id of 0 is INVALID. |
| Name | Summary |
|---|---|
builder | fun builder(): ApplicationOptions.Builder |