UserNotificationListener.RemoveNotification(UInt32) Method

Definition

Removes the specified notification.

public:
 virtual void RemoveNotification(unsigned int notificationId) = RemoveNotification;
void RemoveNotification(uint32_t const& notificationId);
public void RemoveNotification(uint notificationId);
function removeNotification(notificationId)
Public Sub RemoveNotification (notificationId As UInteger)

Parameters

notificationId
UInt32

unsigned int

uint32_t

The ID of the notification to remove.

Applies to