NotificationManager.Policy.SuppressedVisualEffects Property

Definition

Visual effects to suppress for a notification that is filtered by Do Not Disturb mode.

[Android.Runtime.GeneratedEnum]
[Android.Runtime.Register("suppressedVisualEffects", ApiSince=24)]
public Android.App.SuppressedEffects SuppressedVisualEffects { get; set; }
[<Android.Runtime.GeneratedEnum>]
[<Android.Runtime.Register("suppressedVisualEffects", ApiSince=24)>]
member this.SuppressedVisualEffects : Android.App.SuppressedEffects with get, set

Property Value

Attributes

Remarks

Visual effects to suppress for a notification that is filtered by Do Not Disturb mode. Bitmask of SUPPRESSED_EFFECT_* constants.

Android reference for android.app.NotificationManager.Policy.suppressedVisualEffects.

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