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.
-
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]?
-
Undocumented
Declaration
Swift
override public func encode(to encoder: Encoder) throws
View on GitHub
ChannelEventData Class Reference