Sprache

NotificationManager.Policy.SuppressedEffectPeek Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.App.SuppressedEffects enum directly instead of this field.

Gibt an, ob von DND abgefangene Benachrichtigungen nicht angezeigt werden.

[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

Feldwert

Value = 16

Implementiert

Attribute

Hinweise

Gibt an, ob von DND abgefangene Benachrichtigungen nicht angezeigt werden.

Java Dokumentation für android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_PEEK.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: