Contents

NSPersistentStoreUbiquitousTransitionTypeKey

Declaration

let NSPersistentStoreUbiquitousTransitionTypeKey: String

Description

In the NSPersistentStoreCoordinatorStoresWillChange and NSPersistentStoreCoordinatorStoresDidChange userInfo dictionaries, this identifies the type of event. The corresponding value is one of the NSPersistentStoreUbiquitousTransitionType enum values as an NSNumber object.

See Also

Constants