Compartir a través de


UserNotificationListener.GetNotification(UInt32) Método

Definición

Recupera la notificación especificada.

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

Parámetros

notificationId
UInt32

unsigned int

uint32_t

Identificador de la notificación que se va a recuperar.

Devoluciones

Notificación si existe; de lo contrario, null.

Se aplica a