WebSocketConnectionState
@objc(SBDWebSocketConnectionState)
public enum WebSocketConnectionState : Int
Connection state
-
Connecting
Declaration
Swift
case connecting = 0
-
Open
Declaration
Swift
case open = 1
-
Closed
Declaration
Swift
case closed = 3