Język

NotificationManager.Policy.SuppressedEffectScreenOn Field

Definition

This constant was deprecated in API level 28.

[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

This constant was deprecated in API level 28. use SUPPRESSED_EFFECT_PEEK.

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

Android reference 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