Disconnected

data class Disconnected(val code: Int, val reason: String) : SocketConnectionEvent

Constructors

Link copied to clipboard
constructor(code: Int, reason: String)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard