NotificationManager.Policy.SuppressedEffectPeek 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 peeking.

[Android.Runtime.Register("SUPPRESSED_EFFECT_PEEK", 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 SuppressedEffectPeek = 16;
[<Android.Runtime.Register("SUPPRESSED_EFFECT_PEEK", 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 SuppressedEffectPeek : Android.App.SuppressedEffects

Field Value

Value = 16

Implements

Attributes

Remarks

Whether notifications intercepted by DND are prevented from peeking.

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

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