HKUpdateFrequency 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉資料背景傳遞的頻率, (請參閱 EnableBackgroundDelivery(HKObjectType, HKUpdateFrequency, Action<Boolean,NSError>)) 。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKUpdateFrequency
type HKUpdateFrequency =
- 繼承
-
HKUpdateFrequency
- 屬性
欄位
Daily | 3 | 每日更新。 |
Hourly | 2 | 每小時更新。 |
Immediate | 1 | 更新可用時。 |
Weekly | 4 | 每週更新。 |