Compartir a través de


NotificationListenerService.FlagFilterTypeOngoing Campo

Definición

Precaución

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

Valor de marca que indica que este agente de escucha de notificaciones puede ver notificaciones de tipo en curso importantes ( >NotificationManager#IMPORTANCE_MIN).

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

Valor de campo

Value = 8
Atributos

Comentarios

Valor de marca que indica que este agente de escucha de notificaciones puede ver notificaciones de tipo en curso importantes ( >NotificationManager#IMPORTANCE_MIN).

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

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