docs/Enums.html
The following enumerations are available globally.
`
SocketAckStatus
`
The status of an ack.
Swift
public enum SocketAckStatus : String
`
SocketIOVersion
`
The socket.io version being used.
Swift
public enum SocketIOVersion : Int
`
SocketIOClientOption
`
The options for a client.
Swift
public enum SocketIOClientOption : ClientOption
`
SocketClientEvent
`
The set of events that are generated by the client.
Swift
public enum SocketClientEvent : String
`
SocketIOStatus
`
Represents state of a manager or client.
Swift
@objc
public enum SocketIOStatus : Int, CustomStringConvertible
`
SocketEnginePacketType
`
Represents the type of engine.io packet types.
Swift
@objc
public enum SocketEnginePacketType : Int
`
SocketParsableError
`
Errors that can be thrown during parsing.
Swift
public enum SocketParsableError : Error