Android.App.Notification.Priority Property
Relative priority for this notification.

Syntax

[Android.Runtime.Register("priority")]
public int Priority { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Relative priority for this notification. Priority is an indication of how much of the user's valuable attention should be consumed by this notification. Low-priority notifications may be hidden from the user in certain situations, while the user might be interrupted for a higher-priority notification. The system will make a determination about how to interpret this priority when presenting the notification. A notification that is at least Notification.PriorityHigh is more likely to be presented as a heads-up notification.

[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