다음을 통해 공유


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>

작업이 완료되면 실행할 처리기입니다.

특성

적용 대상