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