HKHealthStore.EnableBackgroundDeliveryAsync Metodo

Definizione

Abilitare 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>> EnableBackgroundDeliveryAsync (HealthKit.HKObjectType type, HealthKit.HKUpdateFrequency frequency);
abstract member EnableBackgroundDeliveryAsync : HealthKit.HKObjectType * HealthKit.HKUpdateFrequency -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.EnableBackgroundDeliveryAsync : HealthKit.HKObjectType * HealthKit.HKUpdateFrequency -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Parametri

type
HKObjectType

Tipo di oggetto per cui abilitare le notifiche in background.

frequency
HKUpdateFrequency

Frequenza massima di aggiornamento consentita.

Restituisce

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

Attributi

Si applica a