Notification

struct Notification : ReferenceConvertible, Equatable, Hashable
  • This notification is posted by a Replicator when its status/progress changes or when an error occurred.

    Declaration

    Swift

    public static let ReplicatorChange = Notification.Name(rawValue: "ReplicatorChangeNotification")
  • This notification is posted by a Dtabase in response to document changes.

    Declaration

    Swift

    public static let DatabaseChange = Notification.Name(rawValue: "DatabaseChangeNotification")