Freigeben über


NotificationManager.Policy.SuppressedEffectLights 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 NotificationChannel#shouldShowLights() notification lights von DND abgefangene Benachrichtigungen blockiert werden.

[Android.Runtime.Register("SUPPRESSED_EFFECT_LIGHTS", 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 SuppressedEffectLights = 8;
[<Android.Runtime.Register("SUPPRESSED_EFFECT_LIGHTS", 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 SuppressedEffectLights : Android.App.SuppressedEffects

Feldwert

Value = 8

Implementiert

Attribute

Hinweise

Gibt an, ob NotificationChannel#shouldShowLights() notification lights von DND abgefangene Benachrichtigungen blockiert werden.

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

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: