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

GroupPresenceJSON

Updated: Jul 24, 2025

GroupPresenceJSON

data class GroupPresenceJSON(var deeplinkMessageOverride: String = "", var destinationApiName: String = "", var isJoinable: Boolean? = null, var lobbySessionId: String = "", var matchSessionId: String = "")

Constructors

NameSummary
GroupPresenceJSON
constructor(deeplinkMessageOverride: String = "", destinationApiName: String = "", isJoinable: Boolean? = null, lobbySessionId: String = "", matchSessionId: String = "")

Properties

NameSummary
deeplinkMessageOverride
var deeplinkMessageOverride: String
destinationApiName
var destinationApiName: String
isJoinable
var isJoinable: Boolean?
lobbySessionId
var lobbySessionId: String
matchSessionId
var matchSessionId: String
Did you find this page helpful?
Thumbs up icon
Thumbs down icon