FireFrequency

public enum FireFrequency

The frequency of notification dispatch from the EntityMonitor

  • Notifications will be sent upon NSManagedObjectContext being changed

    Declaration

    Swift

    case onChange
  • Notifications will be sent upon NSManagedObjectContext being saved

    Declaration

    Swift

    case onSave