Uses of Class
org.robovm.apple.healthkit.HKStatisticsOptions
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKStatisticsOptions in org.robovm.apple.healthkit
Fields in org.robovm.apple.healthkit declared as HKStatisticsOptions Modifier and Type Field Description static HKStatisticsOptionsHKStatisticsOptions. CumulativeSumstatic HKStatisticsOptionsHKStatisticsOptions. DiscreteAveragestatic HKStatisticsOptionsHKStatisticsOptions. DiscreteMaxstatic HKStatisticsOptionsHKStatisticsOptions. DiscreteMinstatic HKStatisticsOptionsHKStatisticsOptions. DiscreteMostRecentDeprecated.Deprecated in iOS 13.0.static HKStatisticsOptionsHKStatisticsOptions. Durationstatic HKStatisticsOptionsHKStatisticsOptions. MostRecentstatic HKStatisticsOptionsHKStatisticsOptions. Nonestatic HKStatisticsOptionsHKStatisticsOptions. SeparateBySourceMethods in org.robovm.apple.healthkit that return HKStatisticsOptions Modifier and Type Method Description protected HKStatisticsOptions[]HKStatisticsOptions. _values()HKStatisticsOptionsHKStatisticsCollectionQuery. getOptions()static HKStatisticsOptions[]HKStatisticsOptions. values()protected HKStatisticsOptionsHKStatisticsOptions. wrap(long value, long mask)Methods in org.robovm.apple.healthkit with parameters of type HKStatisticsOptions Modifier and Type Method Description protected longHKStatisticsCollectionQuery. init(HKQuantityType quantityType, NSPredicate quantitySamplePredicate, HKStatisticsOptions options, NSDate anchorDate, NSDateComponents intervalComponents)protected longHKStatisticsQuery. init(HKQuantityType quantityType, NSPredicate quantitySamplePredicate, HKStatisticsOptions options, VoidBlock3<HKStatisticsQuery,HKStatistics,NSError> handler)Constructors in org.robovm.apple.healthkit with parameters of type HKStatisticsOptions Constructor Description HKStatisticsCollectionQuery(HKQuantityType quantityType, NSPredicate quantitySamplePredicate, HKStatisticsOptions options, NSDate anchorDate, NSDateComponents intervalComponents)HKStatisticsQuery(HKQuantityType quantityType, NSPredicate quantitySamplePredicate, HKStatisticsOptions options, VoidBlock3<HKStatisticsQuery,HKStatistics,NSError> handler)