PushNotificationReceivedEventArgs.BadgeNotification Property
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.
Gets the content of a badge update to perform in response to this push notification.
public:
property BadgeNotification ^ BadgeNotification { BadgeNotification ^ get(); };
BadgeNotification BadgeNotification();
public BadgeNotification BadgeNotification { get; }
var badgeNotification = pushNotificationReceivedEventArgs.badgeNotification;
Public ReadOnly Property BadgeNotification As BadgeNotification
Property Value
Holds the update information. If NotificationType is not of type Badge, this value is NULL.
Windows requirements
App capabilities |
internetClient
|