-
Methods in org.robovm.apple.healthkit with parameters of type HKMetadata
| Modifier and Type |
Method |
Description |
static HKCategorySample |
HKCategorySample.create(HKCategoryType type,
long value,
NSDate startDate,
NSDate endDate,
HKDevice device,
HKMetadata metadata) |
|
static HKCategorySample |
HKCategorySample.create(HKCategoryType type,
long value,
NSDate startDate,
NSDate endDate,
HKMetadata metadata) |
|
static HKCDADocumentSample |
HKCDADocumentSample.create(NSData documentData,
NSDate startDate,
NSDate endDate,
HKMetadata metadata,
NSError.NSErrorPtr validationError) |
|
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) |
|
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,
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,
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,
HKDevice device,
HKMetadata metadata) |
|
static HKQuantitySample |
HKQuantitySample.create(HKQuantityType quantityType,
HKQuantity quantity,
NSDate startDate,
NSDate endDate,
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,
double duration,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
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,
HKMetadata metadata) |
|
static HKWorkout |
HKWorkout.create(HKWorkoutActivityType workoutActivityType,
NSDate startDate,
NSDate endDate,
NSArray<HKWorkoutEvent> workoutEvents,
HKQuantity totalEnergyBurned,
HKQuantity totalDistance,
HKQuantity totalSwimmingStrokeCount,
HKDevice device,
HKMetadata metadata) |
|
static HKWorkoutEvent |
HKWorkoutEvent.create(HKWorkoutEventType type,
NSDate date,
HKMetadata metadata) |
Deprecated.
|
static long |
HKMetadata.Marshaler.toNative(HKMetadata o,
long flags) |
|