ReconnectionState
data class ReconnectionState(var state: ConnectionState = ConnectionState.IDLE, var reconnectFailureCount: Int = 0, var needToNotifyConnectionState: Boolean = true, var isChatRoomPrepared: Boolean = false)
Constructors
Link copied to clipboard
constructor(state: ConnectionState = ConnectionState.IDLE, reconnectFailureCount: Int = 0, needToNotifyConnectionState: Boolean = true, isChatRoomPrepared: Boolean = false)