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 di regolazione 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 di regolazione assistente.

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

Le parti di questa pagina sono modifiche in base al lavoro creato e condiviso dal Android Open Source e usato in base ai termini descritti nella .

Si applica a