-
Methods in org.robovm.apple.healthkit with parameters of type HKDevice
| Modifier and Type |
Method |
Description |
static HKCategorySample |
HKCategorySample.create(HKCategoryType type,
long value,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKCorrelation |
HKCorrelation.create(HKCorrelationType correlationType,
NSDate startDate,
NSDate endDate,
NSSet<HKSample> objects,
HKDevice device,
HKMetadata metadata) |
|
static HKCumulativeQuantitySample |
HKCumulativeQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKCumulativeQuantitySeriesSample |
HKCumulativeQuantitySeriesSample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
Deprecated.
|
static HKDiscreteQuantitySample |
HKDiscreteQuantitySample.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,
HKDevice device,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
double duration,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKDevice device,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
NSArray<HKWorkoutEvent> workoutEvents,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKDevice device,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
NSArray<HKWorkoutEvent> workoutEvents,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKQuantity totalFlightsClimbed,
HKDevice device,
NSDictionary<NSString,?> metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
NSArray<HKWorkoutEvent> workoutEvents,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKQuantity totalSwimmingStrokeCount,
HKDevice device,
HKMetadata metadata) |
|
protected long |
HKHeartbeatSeriesBuilder.init(HKHealthStore healthStore,
HKDevice device,
NSDate startDate) |
|
protected long |
HKQuantitySeriesSampleBuilder.init(HKHealthStore healthStore,
HKQuantityType quantityType,
NSDate startDate,
HKDevice device) |
|
protected long |
HKWorkoutBuilder.init(HKHealthStore healthStore,
HKWorkoutConfiguration configuration,
HKDevice device) |
|
protected long |
HKWorkoutRouteBuilder.init(HKHealthStore healthStore,
HKDevice device) |
|