Compartilhar via


HKHealthStore.DisableBackgroundDeliveryAsync(HKObjectType) Método

Definição

Desabilita a entrega em segundo plano de notificações do tipo especificado e executa uma ação após a entrega ter sido desabilitada.

[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>

Parâmetros

type
HKObjectType

O tipo de objeto para o qual desabilitar notificações em segundo plano.

Retornos

Uma tarefa que representa a operação assíncrona DisableBackgroundDelivery. O valor do parâmetro TResult é do tipo System.Action<System.Boolean,Foundation.NSError>.

Atributos

Aplica-se a