HKUpdateFrequency Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the frequences for background delivery of data (see 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 =
- Inheritance
-
HKUpdateFrequency
- Attributes
Fields
Name | Value | Description |
---|---|---|
Immediate | 1 | Updates as they become available. |
Hourly | 2 | Hourly updates. |
Daily | 3 | Daily updates. |
Weekly | 4 | Weekly updates. |