NSCoreDataCoreSpotlightDelegateIndexDidUpdate
A notification that posts after Spotlight completes an index update.
Declaration
static let NSCoreDataCoreSpotlightDelegateIndexDidUpdate: NSNotification.NameDiscussion
This notification’s object is the Core Spotlight delegate. The framework posts the notification to a private thread. Move to a known thread before peforming any work.
The userInfo dictionary contains the persistent store’s unique identifier and the most recent history token, which you access with the NSStoreUUIDKey and NSPersistentHistoryTokenKey keys. It’s safe to capture the dictionary’s contents.
See Also
Core Data
NSManagedObjectContextDidSaveNSManagedObjectContextObjectsDidChangeNSManagedObjectContextWillSaveNSPersistentStoreCoordinatorStoresDidChangeNSPersistentStoreCoordinatorStoresWillChangeNSPersistentStoreCoordinatorWillRemoveStoreNSManagedObjectContextDidMergeChangesObjectIDsNSManagedObjectContextDidSaveObjectIDsNSPersistentStoreRemoteChangeNSPersistentStoreDidImportUbiquitousContentChanges