Share via


UserNotificationListener.GetNotification(UInt32) Method

Definition

Retrieves the specified notification.

public:
 virtual UserNotification ^ GetNotification(unsigned int notificationId) = GetNotification;
UserNotification GetNotification(uint32_t const& notificationId);
public UserNotification GetNotification(uint notificationId);
function getNotification(notificationId)
Public Function GetNotification (notificationId As UInteger) As UserNotification

Parameters

notificationId
UInt32

unsigned int

uint32_t

The ID of the notification to retrieve.

Returns

The notification if it exists; otherwise, null.

Applies to