Back to Socket Io Client Swift

SocketAnyEvent

docs/Classes/SocketAnyEvent.html

16.1.1594 B
Original Source

SocketAnyEvent

public final class SocketAnyEvent : NSObject

Represents some event that was received.

Properties

`

                event
                `

The event name.

Declaration

Swift

@objc
public let event: String

`

                items
                `

The data items for this event.

Declaration

Swift

@objc
public let items: [Any]?

`

                description
                `

The description of this event.

Declaration

Swift

override public var description: String { get }