-
Methods in org.robovm.apple.healthkit with parameters of type HKCorrelationType
| Modifier and Type |
Method |
Description |
static HKCorrelation |
HKCorrelation.create(HKCorrelationType correlationType,
NSDate startDate,
NSDate endDate,
NSSet<HKSample> objects) |
|
static HKCorrelation |
HKCorrelation.create(HKCorrelationType correlationType,
NSDate startDate,
NSDate endDate,
NSSet<HKSample> objects,
HKDevice device,
HKMetadata metadata) |
|
static HKCorrelation |
HKCorrelation.create(HKCorrelationType correlationType,
NSDate startDate,
NSDate endDate,
NSSet<HKSample> objects,
HKMetadata metadata) |
|
protected long |
HKCorrelationQuery.init(HKCorrelationType correlationType,
NSPredicate predicate,
NSDictionary<HKSampleType,NSPredicate> samplePredicates,
VoidBlock3<HKCorrelationQuery,NSArray<HKCorrelation>,NSError> completion) |
|