UserNotificationListener.GetNotification(UInt32) Metodo

Definizione

Recupera la notifica specificata.

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

Parametri

notificationId
UInt32

unsigned int

uint32_t

ID della notifica da recuperare.

Restituisce

Notifica se esistente; in caso contrario, Null.

Si applica a