BadgeNotificationManager.SetBadgeAsCount(UInt32) Method

Definition

Applies the specified integer value as a badge on the app's taskbar icon.

public:
 virtual void SetBadgeAsCount(unsigned int notificationCount) = SetBadgeAsCount;
void SetBadgeAsCount(uint32_t const& notificationCount);
public void SetBadgeAsCount(uint notificationCount);
function setBadgeAsCount(notificationCount)
Public Sub SetBadgeAsCount (notificationCount As UInteger)

Parameters

notificationCount
UInt32

unsigned int

uint32_t

The integer value to show on the icon badge.

Applies to