Uses of Class
org.robovm.apple.healthkit.HKDocumentQuery
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKDocumentQuery in org.robovm.apple.healthkit
Method parameters in org.robovm.apple.healthkit with type arguments of type HKDocumentQuery Modifier and Type Method Description protected longHKDocumentQuery. init(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)Constructor parameters in org.robovm.apple.healthkit with type arguments of type HKDocumentQuery Constructor Description HKDocumentQuery(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)