Freigeben über


NotificationManager.ImportanceUnspecified Feld

Definition

Achtung

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

Wert, der angibt, dass der Benutzer keine Bedeutung ausgedrückt hat.

[Android.Runtime.Register("IMPORTANCE_UNSPECIFIED", 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 ImportanceUnspecified = -1000;
[<Android.Runtime.Register("IMPORTANCE_UNSPECIFIED", 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 ImportanceUnspecified : Android.App.NotificationImportance

Feldwert

Value = -1000
Attribute

Hinweise

Wert, der angibt, dass der Benutzer keine Bedeutung ausgedrückt hat.

Dieser Wert dient zum Beibehalten von Einstellungen und sollte niemals einer tatsächlichen Benachrichtigung zugeordnet werden.

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

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: