NotificationListenerService.FlagFilterTypeSilent 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 silent type notifications.

[Android.Runtime.Register("FLAG_FILTER_TYPE_SILENT", 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 FlagFilterTypeSilent = 4;
[<Android.Runtime.Register("FLAG_FILTER_TYPE_SILENT", 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 FlagFilterTypeSilent : Android.Service.Notification.FlagFilterType

Field Value

Value = 4
Attributes

Remarks

A flag value indicating that this notification listener can see silent type notifications.

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

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