Android.App.Notification.PriorityLow Field
Lower Notification.Priority, for items that are less important.

Value: -1

Syntax

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

Remarks

Lower Notification.Priority, for items that are less important. The UI may choose to show these items in a smaller presentation format, or at a different position in the list, 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