CompleteEventData

public class CompleteEventData : CommunicationEventData

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

Public attributes.

  • The updated object.

    Declaration

    Swift

    public var object: 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