NotificationManager.Policy.SuppressedEffectNotificationList Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.SuppressedEffects enum directly instead of this field.

Whether notification intercepted by DND are prevented from appearing in notification list views like the notification shade or lockscreen on devices that support those views.

[Android.Runtime.Register("SUPPRESSED_EFFECT_NOTIFICATION_LIST", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.SuppressedEffects enum directly instead of this field.", true)]
public const Android.App.SuppressedEffects SuppressedEffectNotificationList = 256;
[<Android.Runtime.Register("SUPPRESSED_EFFECT_NOTIFICATION_LIST", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.SuppressedEffects enum directly instead of this field.", true)>]
val mutable SuppressedEffectNotificationList : Android.App.SuppressedEffects

Field Value

Value = 256

Implements

Attributes

Remarks

Whether notification intercepted by DND are prevented from appearing in notification list views like the notification shade or lockscreen on devices that support those views.

Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST.

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