다음을 통해 공유


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>

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

특성

적용 대상