Android.App.Notification.PriorityDefault Field
Default notification Notification.Priority.

Value: 0

Syntax

[Android.Runtime.Register("PRIORITY_DEFAULT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.NotificationPriority enum directly instead of this field.")]
public const NotificationPriority PriorityDefault

Remarks

Default notification Notification.Priority. If your application does not prioritize its own notifications, use this value for all your application's notifications.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16