Uses of Class
org.robovm.apple.cloudkit.CKQueryCursor
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit |
-
Uses of CKQueryCursor in org.robovm.apple.cloudkit
Methods in org.robovm.apple.cloudkit that return CKQueryCursor Modifier and Type Method Description CKQueryCursorCKQueryOperation. getCursor()Methods in org.robovm.apple.cloudkit that return types with arguments of type CKQueryCursor Modifier and Type Method Description VoidBlock2<CKQueryCursor,NSError>CKQueryOperation. getQueryCompletionBlock()Methods in org.robovm.apple.cloudkit with parameters of type CKQueryCursor Modifier and Type Method Description protected longCKQueryOperation. init(CKQueryCursor cursor)voidCKQueryOperation. setCursor(CKQueryCursor v)Method parameters in org.robovm.apple.cloudkit with type arguments of type CKQueryCursor Modifier and Type Method Description voidCKQueryOperation. setQueryCompletionBlock(VoidBlock2<CKQueryCursor,NSError> v)Constructors in org.robovm.apple.cloudkit with parameters of type CKQueryCursor Constructor Description CKQueryOperation(CKQueryCursor cursor)