HKHealthStore.EnableBackgroundDeliveryAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟用指定型別通知的背景傳遞,並在傳遞停用之後執行動作。
[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 > 。
- 屬性