Condividi tramite


NotificationListenerService.ReasonAssistantCancel Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Service.Notification.NotificationCancelReason enum directly instead of this field.

La notifica è stata annullata a causa di un aggiornamento della regolazione dell'assistente.

[Android.Runtime.Register("REASON_ASSISTANT_CANCEL", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.NotificationCancelReason enum directly instead of this field.", true)]
public const Android.Service.Notification.NotificationCancelReason ReasonAssistantCancel = 22;
[<Android.Runtime.Register("REASON_ASSISTANT_CANCEL", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.NotificationCancelReason enum directly instead of this field.", true)>]
val mutable ReasonAssistantCancel : Android.Service.Notification.NotificationCancelReason

Valore del campo

Value = 22
Attributi

Commenti

La notifica è stata annullata a causa di un aggiornamento della regolazione dell'assistente.

Documentazione java per android.service.notification.NotificationListenerService.REASON_ASSISTANT_CANCEL.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a