NotificationManager.Policy.SuppressedEffectScreenOn Field

Definition

Whether notifications suppressed by DND should not interrupt visually when the screen is on (e.

[Android.Runtime.Register("SUPPRESSED_EFFECT_SCREEN_ON", ApiSince=24)]
public const Android.App.SuppressedEffects SuppressedEffectScreenOn = 2;
[<Android.Runtime.Register("SUPPRESSED_EFFECT_SCREEN_ON", ApiSince=24)>]
val mutable SuppressedEffectScreenOn : Android.App.SuppressedEffects

Field Value

Value = 2

Implements

Attributes

Remarks

Whether notifications suppressed by DND should not interrupt visually when the screen is on (e.g. by peeking onto the screen).

This member is deprecated. use #SUPPRESSED_EFFECT_PEEK.

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

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