public final class NSPersistentStoreUbiquitousTransitionType
extends java.lang.Object
NSPersistentStoreUbiquitousTransitionTypeAccountRemoved This value indicates that no iCloud account is available, and the persistent store in use will / did transition to the “local” store. It is only possible to discern this state when the application is running, and therefore this transition type will only be posted if the account is removed while the application is running or in the background.
NSPersistentStoreUbiquitousTransitionTypeContentRemoved This value indicates that the user has wiped the contents of the iCloud account, usually using Delete All from Documents & Data in Settings. The Core Data integration will transition to an empty store file as a result of this event.
NSPersistentStoreUbiquitousTransitionTypeInitialImportCompleted This value indicates that the Core Data integration has finished building a store file that is consistent with the contents of the iCloud account, and is readyto replace the fallback store with that file.
| Modifier and Type | Field and Description |
|---|---|
static long |
AccountAdded |
static long |
AccountRemoved |
static long |
ContentRemoved |
static long |
InitialImportCompleted |
public static final long AccountAdded
public static final long AccountRemoved
public static final long ContentRemoved
public static final long InitialImportCompleted