DeviceBoundSessionsAddedParameter

@Serializable
data class DeviceBoundSessionsAddedParameter(val sessions: List<Network.DeviceBoundSession>)

Triggered when the initial set of device bound sessions is added.

Constructors

Link copied to clipboard
constructor(sessions: List<Network.DeviceBoundSession>)

Properties

Link copied to clipboard

The device bound sessions.