HKHealthStore.DisableBackgroundDeliveryAsync(HKObjectType) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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