SCSConnectionType
enum SCSConnectionType {}
Describes the connection type.
SCSConnectionTypeDisconnected: Session is currently disconnected.SCSConnectionTypeConnected: Session is currently connected.
-
Session is currently disconnected.
Declaration
Objective-C
SCSConnectionTypeDisconnectedSwift
case disconnected = 0 -
Session is currently connected.
Declaration
Objective-C
SCSConnectionTypeConnectedSwift
case connected = 1
Install in Dash
SCSConnectionType Enumeration Reference