SessionInit

data class SessionInit(identities: List<QVariantMap>, bufferInfos: List<BufferInfo>, networkIds: List<NetworkId>) : HandshakeMessage

Initial session data for the client

Constructors

Link copied to clipboard
fun SessionInit(identities: List<QVariantMap>, bufferInfos: List<BufferInfo>, networkIds: List<NetworkId>)

Properties

Link copied to clipboard
val bufferInfos: List<BufferInfo>

List of existing buffers at the current time.

Link copied to clipboard
val identities: List<QVariantMap>

List of Identity sync objects existing at the current time.

Link copied to clipboard
val networkIds: List<NetworkId>

List of Ids of Network sync objects existing at the current time.