Notification.PriorityDefault Field

Definition

Default notification #priority.

[Android.Runtime.Register("PRIORITY_DEFAULT")]
public const Android.App.NotificationPriority PriorityDefault = 0;
[<Android.Runtime.Register("PRIORITY_DEFAULT")>]
val mutable PriorityDefault : Android.App.NotificationPriority

Field Value

Value = 0

Implements

Attributes

Remarks

Default notification #priority. If your application does not prioritize its own notifications, use this value for all notifications.

This member is deprecated. use NotificationManager#IMPORTANCE_DEFAULT instead.

Java documentation for android.app.Notification.PRIORITY_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