NotificationPriority Enum

Definition

Enumerates values returned by several types.

public enum NotificationPriority
type NotificationPriority = 
Inheritance
NotificationPriority

Fields

Default 0

Default notification Priority.

High 1

Higher Priority, for more important notifications or alerts.

Low -1

Lower Priority, for items that are less important.

Max 2

Highest Priority, for your application's most important items that require the user's prompt attention or input.

Min -2

Lowest Priority; these items might not be shown to the user except under special circumstances, such as detailed notification logs.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to