RetrieveEventData
public class RetrieveEventData : CommunicationEventData
RetrieveEventData provides the entire message payload data for a
RetrieveEvent
including the object itself as well as associated private
data.
-
An array of objects to be retrieved (array may be empty).
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