DeadvertiseEvent

public class DeadvertiseEvent : CommunicationEvent<DeadvertiseEventData>

DeadvertiseEvent provides a generic implementation for deadvertising CoatyObjects.

Static Factory Methods.

  • Create a Deadvertise event with object ids to be deadvertised.

    Declaration

    Swift

    public static func with(objectIds: [CoatyUUID]) -> DeadvertiseEvent

    Parameters

    objectIds

    the object ids to be deadvertised

    Return Value

    a Deadvertise event with the given parameters

Codable methods.

  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    override public func encode(to encoder: Encoder) throws