| Name | Summary |
|---|---|
destination | abstract val destination: Destination? The destination to which the recipient is invited. |
id | abstract val id: String The ID of the application invite. |
isActive | abstract val isActive: Boolean? A boolean value indicating whether the invite is still active or not. |
json | open val json: String |
lobbySessionId | abstract val lobbySessionId: String? The lobby session id to which the recipient is invited. You can retrieve this by calling horizon.platform.users.models.User.presenceLobbySessionId from the inviter’s viewer context. |
matchSessionId | abstract val matchSessionId: String? The match session id to which the recipient is invited. You can retrieve this by calling horizon.platform.users.models.User.presenceMatchSessionId from the inviter’s viewer context. |
recipient | abstract val recipient: User? The recipient’s user information, such as their ID and alias. You can get the ID of an user by calling horizon.platform.users.models.User.id. |