HKQuantityAggregationStyle 枚举

定义

枚举 HKQuantityType 是一个累积度量值, (例如,“有功消耗”) 还是离散值 ((如“血液酒精含量”) )。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKQuantityAggregationStyle
type HKQuantityAggregationStyle = 
继承
HKQuantityAggregationStyle
属性

字段

Cumulative 0

数据是累积的。

Discrete 1

数据是单个值。

适用于