Uses of Class
org.robovm.apple.cloudkit.CKQuery
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit |
-
Uses of CKQuery in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKQuery Modifier and Type Method Description CKQueryCKQueryOperation. getQuery()Methods in org.robovm.apple.cloudkit with parameters of type CKQuery Modifier and Type Method Description protected longCKQueryOperation. init(CKQuery query)voidCKDatabase. performQuery(CKQuery query, CKRecordZoneID zoneID, VoidBlock2<NSArray<CKRecord>,NSError> completionHandler)voidCKQueryOperation. setQuery(CKQuery v)Constructors in org.robovm.apple.cloudkit with parameters of type CKQuery Constructor Description CKQueryOperation(CKQuery query)