Enums
The following enums are available globally.
-
The set of events that are generated by the client.
See moreDeclaration
Swift
public enum SocketClientEvent : String
-
Represents the state of the client.
See moreDeclaration
Swift
@objc public enum SocketIOClientStatus : Int
-
The status of an ack.
See moreDeclaration
Swift
public enum SocketAckStatus : String
-
Represents the type of engine.io packet types.
See moreDeclaration
Swift
@objc public enum SocketEnginePacketType : Int
-
The options for a client.
See moreDeclaration
Swift
public enum SocketIOClientOption : ClientOption