Freigeben über


NotificationManager.Policy.SuppressedEffectFullScreenIntent 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 Notification#fullScreenIntent full screen intents von DND abgefangene Benachrichtigungen blockiert werden.

[Android.Runtime.Register("SUPPRESSED_EFFECT_FULL_SCREEN_INTENT", 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 SuppressedEffectFullScreenIntent = 4;
[<Android.Runtime.Register("SUPPRESSED_EFFECT_FULL_SCREEN_INTENT", 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 SuppressedEffectFullScreenIntent : Android.App.SuppressedEffects

Feldwert

Value = 4

Implementiert

Attribute

Hinweise

Gibt an, ob Notification#fullScreenIntent full screen intents von DND abgefangene Benachrichtigungen blockiert werden.

Java-Dokumentation für android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: