SocketIOOptions

Socket.io client options.

  • Namespace.

    Example: /users

    Declaration

    Swift

    public var namespace: String = ""
  • Constructor.

    Declaration

    Swift

    public init()
  • Set current namespace.

    Declaration

    Swift

    public func namespace(aNamespace: String?) -> SocketIOOptions

    Parameters

    namespace

    Namespace example: /users.