Message

@objc open class Message : NSObject

This class encapsulates the message that

  • The event name

    Declaration

    Swift

    open let event: String!
  • The publisher of the event

    Declaration

    Swift

    open let from: String!
  • A dictionary containig the message

    Declaration

    Swift

    open let data: AnyObject?