Type Property 型プロパティ

NSPersistentStoreDidImportUbiquitousContentChanges

Posted after records are imported from the ubiquitous content store. レコードがユビキタスコンテンツ貯蔵庫からインポートされる後にポストされます。

Declaration 宣言

static let NSPersistentStoreDidImportUbiquitousContentChanges: NSNotification.Name

Discussion 議論

The notification’s object is set to the NSPersistentStoreCoordinator instance which registered the store. The notification’s userInfo dictionary contains the same keys as the NSManagedObjectContextObjectsDidChange notification (NSInsertedObjectsKey, NSUpdatedObjectsKeyNSDeletedObjectsKey), however the values are sets of NSManagedObjectID objects rather than sets of NSManagedObject objects. 通知のもつobjectは、ストアを登録したNSPersistentStoreCoordinatorインスタンスに設定されます。通知のもつuserInfo辞書は、NSManagedObjectContextObjectsDidChange通知と同じキーを含みます(NSInsertedObjectsKeyNSUpdatedObjectsKey、そしてNSDeletedObjectsKey)、しかしながら値は一揃いのNSManagedObjectIDオブジェクトです、NSManagedObjectオブジェクト一揃いではなく。

See Also 参照

Core Data