CompleteEvent
public class CompleteEvent : CommunicationEvent<CompleteEventData>
CompleteEvent provides a generic implementation for responding to an
UpdateEvent
.
-
Create a CompleteEvent instance for the given object.
Declaration
Swift
public static func with(object: CoatyObject, privateData: [String : Any]? = nil) -> CompleteEvent
Parameters
object
the updated object
privateData
application-specific options (optional)
Return Value
a Complete event with the given parameters
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
override public func encode(to encoder: Encoder) throws