-
Methods in org.robovm.apple.healthkit with parameters of type HKQuantityType
| Modifier and Type |
Method |
Description |
static HKCumulativeQuantitySample |
HKCumulativeQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate) |
|
static HKCumulativeQuantitySample |
HKCumulativeQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKCumulativeQuantitySample |
HKCumulativeQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
|
static HKCumulativeQuantitySeriesSample |
HKCumulativeQuantitySeriesSample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate) |
Deprecated.
|
static HKCumulativeQuantitySeriesSample |
HKCumulativeQuantitySeriesSample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
Deprecated.
|
static HKCumulativeQuantitySeriesSample |
HKCumulativeQuantitySeriesSample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
Deprecated.
|
static HKDiscreteQuantitySample |
HKDiscreteQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate) |
|
static HKDiscreteQuantitySample |
HKDiscreteQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKDiscreteQuantitySample |
HKDiscreteQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
|
static HKQuantitySample |
HKQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate) |
|
static HKQuantitySample |
HKQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKQuantitySample |
HKQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
|
protected long |
HKQuantitySeriesSampleBuilder.init(HKHealthStore healthStore,
HKQuantityType quantityType,
NSDate startDate,
HKDevice device) |
|
protected long |
HKQuantitySeriesSampleQuery.init(HKQuantityType quantityType,
NSPredicate predicate,
VoidBlock6<HKQuantitySeriesSampleQuery,HKQuantity,NSDateInterval,HKQuantitySample,Boolean,NSError> quantityHandler) |
|
protected long |
HKStatisticsCollectionQuery.init(HKQuantityType quantityType,
NSPredicate quantitySamplePredicate,
HKStatisticsOptions options,
NSDate anchorDate,
NSDateComponents intervalComponents) |
|
protected long |
HKStatisticsQuery.init(HKQuantityType quantityType,
NSPredicate quantitySamplePredicate,
HKStatisticsOptions options,
VoidBlock3<HKStatisticsQuery,HKStatistics,NSError> handler) |
|
HKStatistics |
HKWorkoutBuilder.statisticsForType(HKQuantityType quantityType) |
|
Constructors in org.robovm.apple.healthkit with parameters of type HKQuantityType
| Constructor |
Description |
HKQuantitySeriesSampleBuilder(HKHealthStore healthStore,
HKQuantityType quantityType,
NSDate startDate,
HKDevice device) |
|
HKQuantitySeriesSampleQuery(HKQuantityType quantityType,
NSPredicate predicate,
VoidBlock6<HKQuantitySeriesSampleQuery,HKQuantity,NSDateInterval,HKQuantitySample,Boolean,NSError> quantityHandler) |
|
HKStatisticsCollectionQuery(HKQuantityType quantityType,
NSPredicate quantitySamplePredicate,
HKStatisticsOptions options,
NSDate anchorDate,
NSDateComponents intervalComponents) |
|
HKStatisticsQuery(HKQuantityType quantityType,
NSPredicate quantitySamplePredicate,
HKStatisticsOptions options,
VoidBlock3<HKStatisticsQuery,HKStatistics,NSError> handler) |
|