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.

Android-Referenz für android.app.NotificationManager.IMPORTANCE_DEFAULT.

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.

Gilt für: