NotificationManager.ImportanceHigh Field

Definition

Caution

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

Higher notification importance: shows everywhere, makes noise and peeks.

[Android.Runtime.Register("IMPORTANCE_HIGH", 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 ImportanceHigh = 4;
[<Android.Runtime.Register("IMPORTANCE_HIGH", 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 ImportanceHigh : Android.App.NotificationImportance

Field Value

Value = 4
Attributes

Remarks

Higher notification importance: shows everywhere, makes noise and peeks. May use full screen intents.

Java documentation for android.app.NotificationManager.IMPORTANCE_HIGH.

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