shared
1.19.16
common
shared
/
io.dyte.core.socket
/
SocketConnectionEvent
Socket
Connection
Event
sealed
class
SocketConnectionEvent
Inheritors
Connecting
Connected
Disconnected
ConnectionFailed
Reconnecting
ReconnectionAttempt
ReconnectionAttemptFailed
Reconnected
ReconnectionFailed
Members
Types
Connected
Link copied to clipboard
object
Connected
:
SocketConnectionEvent
Connecting
Link copied to clipboard
object
Connecting
:
SocketConnectionEvent
Connection
Failed
Link copied to clipboard
object
ConnectionFailed
:
SocketConnectionEvent
Disconnected
Link copied to clipboard
data
class
Disconnected
(
val
code
:
Int
,
val
reason
:
String
)
:
SocketConnectionEvent
Reconnected
Link copied to clipboard
object
Reconnected
:
SocketConnectionEvent
Reconnecting
Link copied to clipboard
object
Reconnecting
:
SocketConnectionEvent
Reconnection
Attempt
Link copied to clipboard
data
class
ReconnectionAttempt
(
val
attemptNumber
:
Int
)
:
SocketConnectionEvent
Reconnection
Attempt
Failed
Link copied to clipboard
data
class
ReconnectionAttemptFailed
(
val
attemptNumber
:
Int
)
:
SocketConnectionEvent
Reconnection
Failed
Link copied to clipboard
object
ReconnectionFailed
:
SocketConnectionEvent