Sprache

NotificationManager.ImportanceNone Feld

Definition

Achtung

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

Eine Benachrichtigung ohne Wichtigkeit: wird nicht im Schatten angezeigt.

[Android.Runtime.Register("IMPORTANCE_NONE", 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 ImportanceNone = 0;
[<Android.Runtime.Register("IMPORTANCE_NONE", 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 ImportanceNone : Android.App.NotificationImportance

Feldwert

Value = 0
Attribute

Hinweise

Eine Benachrichtigung ohne Wichtigkeit: wird nicht im Schatten angezeigt.

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

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: