ChannelEventData

public class ChannelEventData : CommunicationEventData

ChannelEventData provides the entire message payload data for a ChannelEvent including the object itself as well as associated private data.

Public attributes.

  • The object to be channelized.

    Declaration

    Swift

    public var object: CoatyObject?
  • The objects to be channelized.

    Declaration

    Swift

    public var objects: [CoatyObject]?
  • Application-specific options (optional).

    Declaration

    Swift

    public var privateData: [String : Any]?

Codable methods.

  • Undocumented

    Declaration

    Swift

    override public func encode(to encoder: Encoder) throws