HKHealthStore.DisableAllBackgroundDelivery 方法

定义

禁用通知的后台传递,并在禁用传递后运行操作。

[Foundation.Export("disableAllBackgroundDeliveryWithCompletion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DisableAllBackgroundDelivery (Action<bool,Foundation.NSError> completion);
abstract member DisableAllBackgroundDelivery : Action<bool, Foundation.NSError> -> unit
override this.DisableAllBackgroundDelivery : Action<bool, Foundation.NSError> -> unit

参数

completion
Action<Boolean,NSError>

操作完成时要运行的处理程序。

属性

适用于