Uses of Class
org.robovm.apple.healthkit.HKHealthStore
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKHealthStore in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit with parameters of type HKHealthStore Modifier and Type Method Description protected longHKHeartbeatSeriesBuilder. init(HKHealthStore healthStore, HKDevice device, NSDate startDate)protected longHKQuantitySeriesSampleBuilder. init(HKHealthStore healthStore, HKQuantityType quantityType, NSDate startDate, HKDevice device)protected longHKWorkoutBuilder. init(HKHealthStore healthStore, HKWorkoutConfiguration configuration, HKDevice device)protected longHKWorkoutRouteBuilder. init(HKHealthStore healthStore, HKDevice device)static NSObjectProtocolHKHealthStore.Notifications. observeUserPreferencesDidChange(HKHealthStore object, VoidBlock1<HKHealthStore> block)Method parameters in org.robovm.apple.healthkit with type arguments of type HKHealthStore Modifier and Type Method Description static NSObjectProtocolHKHealthStore.Notifications. observeUserPreferencesDidChange(HKHealthStore object, VoidBlock1<HKHealthStore> block)Constructors in org.robovm.apple.healthkit with parameters of type HKHealthStore Constructor Description HKHeartbeatSeriesBuilder(HKHealthStore healthStore, HKDevice device, NSDate startDate)HKQuantitySeriesSampleBuilder(HKHealthStore healthStore, HKQuantityType quantityType, NSDate startDate, HKDevice device)HKWorkoutBuilder(HKHealthStore healthStore, HKWorkoutConfiguration configuration, HKDevice device)HKWorkoutRouteBuilder(HKHealthStore healthStore, HKDevice device)