Enums

The following enums are available globally.

  • Socket.io system events.

    See more

    Declaration

    Swift

    public enum SocketIOEvent: String, Printable
  • Enum with valid arguments for event callback.

    Cases:

    • Message
    • List
    • JSON Object
    • Failure

    Declaration

    Swift

    public enum SocketIOArg<E: SocketIOError>