Uses of Class
org.robovm.apple.healthkit.HKCorrelationQuery
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKCorrelationQuery in org.robovm.apple.healthkit
Method parameters in org.robovm.apple.healthkit with type arguments of type HKCorrelationQuery Modifier and Type Method Description protected longHKCorrelationQuery. init(HKCorrelationType correlationType, NSPredicate predicate, NSDictionary<HKSampleType,NSPredicate> samplePredicates, VoidBlock3<HKCorrelationQuery,NSArray<HKCorrelation>,NSError> completion)Constructor parameters in org.robovm.apple.healthkit with type arguments of type HKCorrelationQuery Constructor Description HKCorrelationQuery(HKCorrelationType correlationType, NSPredicate predicate, NSDictionary<HKSampleType,NSPredicate> samplePredicates, VoidBlock3<HKCorrelationQuery,NSArray<HKCorrelation>,NSError> completion)