共用方式為


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

資料是單一值。

適用於