Skip to main content

Extensions on Notification.Name

Properties#

ModelAdapterHasChangesNotification#

Sent by the model adapter when it detects changes to some objects. The notification is sent only once, if there were no changes before and new changes were detected.

static let ModelAdapterHasChangesNotification 

SynchronizerWillSynchronize#

Sent when the synchronizer is going to start a sync with CloudKit.

static let SynchronizerWillSynchronize 

SynchronizerWillFetchChanges#

Sent when the synchronizer is going to start the fetch stage, where it downloads any new changes from CloudKit.

static let SynchronizerWillFetchChanges 

SynchronizerWillUploadChanges#

Sent when the synchronizer is going to start the upload stage, where it sends changes to CloudKit.

static let SynchronizerWillUploadChanges 

SynchronizerDidSynchronize#

Sent when the synchronizer finishes syncing.

static let SynchronizerDidSynchronize 

SynchronizerDidFailToSynchronize#

Sent when the synchronizer encounters an error while syncing.

static let SynchronizerDidFailToSynchronize