NotificationManager.ImportanceDefault Field

Definition

Caution

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

Default notification importance: shows everywhere, makes noise, but does not visually intrude.

[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

Field Value

Value = 3
Attributes

Remarks

Default notification importance: shows everywhere, makes noise, but does not visually intrude.

Java documentation for android.app.NotificationManager.IMPORTANCE_DEFAULT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to