NotificationPriority Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum NotificationPriority
type NotificationPriority =
- Inheritance
-
NotificationPriority
Fields
Name | Value | Description |
---|---|---|
Min | -2 | Lowest Priority; these items might not be shown to the user except under special circumstances, such as detailed notification logs. |
Low | -1 | Lower Priority, for items that are less important. |
Default | 0 | Default notification Priority. |
High | 1 | Higher Priority, for more important notifications or alerts. |
Max | 2 | Highest Priority, for your application's most important items that require the user's prompt attention or input. |
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.