Android.App.NotificationPriority Enumeration
Enumerates values returned by several types.

Syntax

public enum NotificationPriority

Remarks

Enumerates value returned by the following: .

Members

Member NameDescription
DefaultDefault notification Notification.Priority. If your application does not prioritize its own notifications, use this value for all notifications.
HighHigher Notification.Priority, for more important notifications or alerts. The UI may choose to show these items larger, or at a different position in notification lists, compared with your app's Notification.PriorityDefault items.
LowLower Notification.Priority, for items that are less important. The UI may choose to show these items smaller, or at a different position in the list, compared with your app's Notification.PriorityDefault items.
MaxHighest Notification.Priority, for your application's most important items that require the user's prompt attention or input.
MinLowest Notification.Priority; these items might not be shown to the user except under special circumstances, such as detailed notification logs.

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0