Freigeben über


NotificationManager.ImportanceDefault Feld

Definition

Achtung

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

Standardmäßige Benachrichtigungs wichtigkeit: Zeigt überall an, macht Rauschen, aber nicht visuell eindringlich.

[Android.Runtime.Register("IMPORTANCE_DEFAULT", 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 ImportanceDefault = 3;
[<Android.Runtime.Register("IMPORTANCE_DEFAULT", 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 ImportanceDefault : Android.App.NotificationImportance

Feldwert

Value = 3
Attribute

Hinweise

Standardmäßige Benachrichtigungs wichtigkeit: Zeigt überall an, macht Rauschen, aber nicht visuell eindringlich.

Java-Dokumentation für android.app.NotificationManager.IMPORTANCE_DEFAULT.

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: