次の方法で共有


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> 型です。

属性

適用対象