Android.App.Notification.PriorityHigh Field
Higher Notification.Priority, for more important notifications or alerts.

Value: 1

Syntax

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

Remarks

Higher Notification.Priority, for more important notifications or alerts. The UI may choose to show these items in a larger presentation format, or at a different position in notification lists, compared with your app's Notification.PriorityDefault items.

[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