Uses of Class
org.robovm.apple.cloudkit.CKDatabaseScope
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit | |
| org.robovm.apple.coredata |
-
Uses of CKDatabaseScope in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKDatabaseScope Modifier and Type Method Description CKDatabaseScopeCKDatabase. getDatabaseScope()CKDatabaseScopeCKDatabaseNotification. getDatabaseScope()CKDatabaseScopeCKQueryNotification. getDatabaseScope()CKDatabaseScopeCKRecordZoneNotification. getDatabaseScope()static CKDatabaseScopeCKDatabaseScope. valueOf(long n)Returns the enum constant of this type with the specified name.static CKDatabaseScopeCKDatabaseScope. valueOf(String name)Returns the enum constant of this type with the specified name.static CKDatabaseScope[]CKDatabaseScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.cloudkit with parameters of type CKDatabaseScope Modifier and Type Method Description CKDatabaseCKContainer. getDatanase(CKDatabaseScope databaseScope) -
Uses of CKDatabaseScope in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return CKDatabaseScope Modifier and Type Method Description CKDatabaseScopeNSPersistentCloudKitContainerOptions. getDatabaseScope()Methods in org.robovm.apple.coredata with parameters of type CKDatabaseScope Modifier and Type Method Description voidNSPersistentCloudKitContainerOptions. setDatabaseScope(CKDatabaseScope v)