Compartir a través de


NotificationListenerService.ReasonChannelRemoved Campo

Definición

Precaución

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

Se canceló la notificación debido a que se elimina el canal de respaldo

[Android.Runtime.Register("REASON_CHANNEL_REMOVED", ApiSince=31)]
[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 ReasonChannelRemoved = 20;
[<Android.Runtime.Register("REASON_CHANNEL_REMOVED", ApiSince=31)>]
[<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 ReasonChannelRemoved : Android.Service.Notification.NotificationCancelReason

Valor de campo

Value = 20
Atributos

Comentarios

Se canceló la notificación debido a que se elimina el canal de respaldo

Documentación de Java para android.service.notification.NotificationListenerService.REASON_CHANNEL_REMOVED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a