Langue

NotificationManager.ImportanceLow Champ

Définition

Attention

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

Faible importance des notifications : affiche dans l’ombre et potentiellement dans la barre d’état (voir #shouldHideSilentStatusBarIcons()), mais n’est pas audibly intrusive.

[Android.Runtime.Register("IMPORTANCE_LOW", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationImportance enum directly instead of this field.", true)]
public const Android.App.NotificationImportance ImportanceLow = 2;
[<Android.Runtime.Register("IMPORTANCE_LOW", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationImportance enum directly instead of this field.", true)>]
val mutable ImportanceLow : Android.App.NotificationImportance

Valeur de champ

Value = 2
Attributs

Remarques

Faible importance de notification : affiche dans l’ombre et potentiellement dans la barre d’état (voir shouldHideSilentStatusBarIcons()), mais n’est pas audibly intrusive.

Référence Android pour android.app.NotificationManager.IMPORTANCE_LOW.

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

S’applique à