Partager via


NotificationManager.Policy.SuppressedEffectLights Champ

Définition

Attention

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

Indique si NotificationChannel#shouldShowLights() notification lights les notifications interceptées par le DND sont bloquées.

[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

Valeur de champ

Value = 8

Implémente

Attributs

Remarques

Indique si NotificationChannel#shouldShowLights() notification lights les notifications interceptées par le DND sont bloquées.

Documentation Java pour android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_LIGHTS.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à