HKUpdateFrequency Enum

Definition

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

Daily 3

Daily updates.

Hourly 2

Hourly updates.

Immediate 1

Updates as they become available.

Weekly 4

Weekly updates.

Applies to