NotificationManager.Policy.SuppressedEffectStatusBar Field

Definition

Caution

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

Whether notifications intercepted by DND are prevented from appearing in the status bar, on devices that support status bars.

[Android.Runtime.Register("SUPPRESSED_EFFECT_STATUS_BAR", 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 SuppressedEffectStatusBar = 32;
[<Android.Runtime.Register("SUPPRESSED_EFFECT_STATUS_BAR", 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 SuppressedEffectStatusBar : Android.App.SuppressedEffects

Field Value

Value = 32

Implements

Attributes

Remarks

Whether notifications intercepted by DND are prevented from appearing in the status bar, on devices that support status bars.

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

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