DatasyncEvent

public struct DatasyncEvent : CustomStringConvertible, CustomDebugStringConvertible

A value representing an event of the DatasyncService.

When the the DatasyncEventType.child(addition:change:removal:acknowledgement:) type was specified for the subscription, each DatasyncEvent instance corresponds to exactly one addition or one change or one removal or one acknowledgement. When there are several additions and/or changes and/or removals and/or acknowledgements for the same node, several DatasyncEvent instances are sent.

Stored Properties

API

CustomStringConvertible Protocol

  • Declaration

    Swift

    public var description: String { get }

CustomDebugStringConvertible Protocol

  • Declaration

    Swift

    public var debugDescription: String { get }