Package org.robovm.apple.coredata
Class NSPersistentStoreCoordinatorChangeNotification
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.coredata.NSPersistentStoreCoordinatorChangeNotification
public class NSPersistentStoreCoordinatorChangeNotification extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSPersistentStoreCoordinatorChangeNotification.AsListMarshalerstatic classNSPersistentStoreCoordinatorChangeNotification.Keysstatic classNSPersistentStoreCoordinatorChangeNotification.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)NSArray<NSPersistentStore>getAddedStores()NSArray<NSPersistentStore>getRemovedStores()NSPersistentStoreUbiquitousTransitionTypegetUbiquitousTransitionType()Deprecated.Deprecated in iOS 10.0.NSArray<NSPersistentStore>getUUIDChangedStores()booleanhas(NSString key)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
getAddedStores
-
getRemovedStores
-
getUUIDChangedStores
-
getUbiquitousTransitionType
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
-