Condividi tramite


HKHealthStore.DisableBackgroundDeliveryAsync(HKObjectType) Metodo

Definizione

Disabilita il recapito in background delle notifiche del tipo specificato ed esegue un'azione dopo che il recapito è stato disabilitato.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> DisableBackgroundDeliveryAsync (HealthKit.HKObjectType type);
abstract member DisableBackgroundDeliveryAsync : HealthKit.HKObjectType -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.DisableBackgroundDeliveryAsync : HealthKit.HKObjectType -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Parametri

type
HKObjectType

Tipo di oggetto per cui disabilitare le notifiche in background.

Restituisce

Attività che rappresenta l'operazione DisableBackgroundDelivery asincrona. Il valore del parametro TResult è di tipo System.Action<System.Boolean, Foundation.NSError>.

Attributi

Si applica a