Uses of Class
org.robovm.apple.healthkit.HKDocumentType
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKDocumentType in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit with parameters of type HKDocumentType 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)Constructors in org.robovm.apple.healthkit with parameters of type HKDocumentType Constructor Description HKDocumentQuery(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)