DisconnectedEvent
data class DisconnectedEvent(val type: String, val createdAt: Date, val rawCreatedAt: String?, val disconnectCause: DisconnectCause = DisconnectCause.NetworkNotAvailable) : ChatEvent
Triggered when a user gets disconnected to the WS
Constructors
Link copied to clipboard
constructor(type: String, createdAt: Date, rawCreatedAt: String?, disconnectCause: DisconnectCause = DisconnectCause.NetworkNotAvailable)
Inherited functions
Link copied to clipboard
Enriches the wrapped Message from the ChatEvent with the Channel ID.