DeadvertiseEventData

public class DeadvertiseEventData : CommunicationEventData

DeadvertiseEventData provides the entire message payload data for a DeadvertiseEvent.

Public attributes.

  • The objectIds of the objects to be deadvertised.

    Declaration

    Swift

    public var objectIds: [CoatyUUID]

Codable methods.

  • Undocumented

    Declaration

    Swift

    override public func encode(to encoder: Encoder) throws