次の方法で共有


HKHealthStore.DisableBackgroundDelivery メソッド

定義

指定した種類の通知のバックグラウンド配信を無効にし、配信が無効になった後にアクションを実行します。

[Foundation.Export("disableBackgroundDeliveryForType:withCompletion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DisableBackgroundDelivery (HealthKit.HKObjectType type, Action<bool,Foundation.NSError> completion);
abstract member DisableBackgroundDelivery : HealthKit.HKObjectType * Action<bool, Foundation.NSError> -> unit
override this.DisableBackgroundDelivery : HealthKit.HKObjectType * Action<bool, Foundation.NSError> -> unit

パラメーター

type
HKObjectType

バックグラウンド通知を無効にするオブジェクトの種類。

completion
Action<Boolean,NSError>

操作の完了時に実行するハンドラー。

属性

適用対象