Share via


HKUpdateFrequency Enum

Definition

Enumerates the frequences for background delivery of data (see EnableBackgroundDelivery(HKObjectType, HKUpdateFrequency, Action<Boolean,NSError>)).

[ObjCRuntime.Native]
public enum HKUpdateFrequency
[<ObjCRuntime.Native>]
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.

Applies to