SocketAnyEvent
public final class SocketAnyEvent : NSObject
Represents some event that was received.
-
The event name.
Declaration
Swift
public let event: String -
The data items for this event.
Declaration
Swift
public let items: [Any]? -
The description of this event.
Declaration
Swift
override public var description: String
SocketAnyEvent Class Reference