core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.meta
/
SocketConnectionState
Socket
Connection
State
class
SocketConnectionState
(
val
socketState
:
SocketState
,
val
reconnected
:
Boolean
,
val
reconnectionAttempt
:
Int
)
Members
Constructors
Socket
Connection
State
Link copied to clipboard
constructor
(
socketState
:
SocketState
,
reconnected
:
Boolean
,
reconnectionAttempt
:
Int
)
Properties
is
Reconnection
Failure
Link copied to clipboard
val
isReconnectionFailure
:
Boolean
reconnected
Link copied to clipboard
val
reconnected
:
Boolean
reconnection
Attempt
Link copied to clipboard
val
reconnectionAttempt
:
Int
socket
State
Link copied to clipboard
val
socketState
:
SocketState
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String