Android.App.Notification.PriorityMin Field
Lowest Notification.Priority. These notifications might not be shown to the user except under special circumstances, such as displaying detailed notification logs.

Value: -2

Syntax

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

Remarks

Lowest Notification.Priority. These notifications might not be shown to the user except under special circumstances, such as displaying detailed notification logs.

[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