Uses of Class
org.robovm.apple.healthkit.HKStatistics
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKStatistics in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return HKStatistics Modifier and Type Method Description HKStatisticsHKStatisticsCollection. getStatisticsForDate(NSDate date)HKStatisticsHKWorkoutBuilder. statisticsForType(HKQuantityType quantityType)Methods in org.robovm.apple.healthkit that return types with arguments of type HKStatistics Modifier and Type Method Description NSArray<HKStatistics>HKStatisticsCollection. getStatistics()VoidBlock4<HKStatisticsCollectionQuery,HKStatistics,HKStatisticsCollection,NSError>HKStatisticsCollectionQuery. getStatisticsUpdateHandler()Method parameters in org.robovm.apple.healthkit with type arguments of type HKStatistics Modifier and Type Method Description voidHKStatisticsCollection. enumerateStatistics(NSDate startDate, NSDate endDate, VoidBlock2<HKStatistics,BooleanPtr> block)protected longHKStatisticsQuery. init(HKQuantityType quantityType, NSPredicate quantitySamplePredicate, HKStatisticsOptions options, VoidBlock3<HKStatisticsQuery,HKStatistics,NSError> handler)voidHKStatisticsCollectionQuery. setStatisticsUpdateHandler(VoidBlock4<HKStatisticsCollectionQuery,HKStatistics,HKStatisticsCollection,NSError> v)Constructor parameters in org.robovm.apple.healthkit with type arguments of type HKStatistics Constructor Description HKStatisticsQuery(HKQuantityType quantityType, NSPredicate quantitySamplePredicate, HKStatisticsOptions options, VoidBlock3<HKStatisticsQuery,HKStatistics,NSError> handler)