NotificationManager.ImportanceLow Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.App.NotificationImportance enum directly instead of this field.
Geringe Benachrichtigungs wichtigkeit: Zeigt im Schatten und potenziell in der Statusleiste an (siehe #shouldHideSilentStatusBarIcons()), ist aber nicht hörbar intrusiv.
[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
Feldwert
Value = 2- Attribute
Hinweise
Geringe Benachrichtigungs wichtigkeit: Zeigt im Schatten und potenziell in der Statusleiste an (siehe #shouldHideSilentStatusBarIcons()), ist aber nicht hörbar intrusiv.
Java Dokumentation für android.app.NotificationManager.IMPORTANCE_LOW.
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.