SessionConnectionState
public enum SessionConnectionState : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case connected = "CONNECTED" -
Undocumented
Declaration
Swift
case notConnected = "NOT_CONNECTED" -
Declaration
Swift
public var description: String { get }
View on GitHub
SessionConnectionState Enumeration Reference