NotificationListenerService.FlagFilterTypeConversations 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 conversation type notifications.

[Android.Runtime.Register("FLAG_FILTER_TYPE_CONVERSATIONS", 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 FlagFilterTypeConversations = 1;
[<Android.Runtime.Register("FLAG_FILTER_TYPE_CONVERSATIONS", 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 FlagFilterTypeConversations : Android.Service.Notification.FlagFilterType

Field Value

Value = 1
Attributes

Remarks

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

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

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