共用方式為


HKHealthStore.EnableBackgroundDeliveryAsync 方法

定義

啟用指定型別通知的背景傳遞,並在傳遞停用之後執行動作。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> EnableBackgroundDeliveryAsync (HealthKit.HKObjectType type, HealthKit.HKUpdateFrequency frequency);
abstract member EnableBackgroundDeliveryAsync : HealthKit.HKObjectType * HealthKit.HKUpdateFrequency -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.EnableBackgroundDeliveryAsync : HealthKit.HKObjectType * HealthKit.HKUpdateFrequency -> System.Threading.Tasks.Task<bool * Foundation.NSError>

參數

type
HKObjectType

要為其啟用背景通知的物件類型。

frequency
HKUpdateFrequency

允許的更新頻率上限。

傳回

表示非同步 EnableBackgroundDelivery 作業的工作。 TResult 參數的值的類型為 System.Action < System.Boolean,Foundation.NSError > 。

屬性

適用於