NotificationListenerService.FlagFilterTypeOngoing Field

Definition

Caution

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

A flag value indicating that this notification listener can see important ( > NotificationManager#IMPORTANCE_MIN) ongoing type notifications.

[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

Field Value

Value = 8
Attributes

Remarks

A flag value indicating that this notification listener can see important ( > NotificationManager#IMPORTANCE_MIN) ongoing type notifications.

Java documentation for android.service.notification.NotificationListenerService.FLAG_FILTER_TYPE_ONGOING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to