AppNotification.Priority Property

Definition

Gets or sets the priority for the app notification.

public:
 property AppNotificationPriority Priority { AppNotificationPriority get(); void set(AppNotificationPriority value); };
AppNotificationPriority Priority();

void Priority(AppNotificationPriority value);
public AppNotificationPriority Priority { get; set; }
var appNotificationPriority = appNotification.priority;
appNotification.priority = appNotificationPriority;
Public Property Priority As AppNotificationPriority

Property Value

A value from the AppNotificationPriority enumeration specifying the priority for the app notification.

Remarks

The priority value provides hints to the platform on how and at what urgency level a notification should be presented to the user. For example, the priority may affect whether the system wakes up the screen of a sleeping device.

Applies to