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.

Public attributes.

  • 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]?

Codable methods.

  • Undocumented

    Declaration

    Swift

    override public func encode(to encoder: Encoder) throws