NotificationManager.Policy.SuppressedEffectScreenOn Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 2Implements
- 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.