다음을 통해 공유


UserNotificationListener.GetNotification(UInt32) 메서드

정의

지정된 알림을 검색합니다.

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

매개 변수

notificationId
UInt32

unsigned int

uint32_t

검색할 알림의 ID입니다.

반환

알림이 있는 경우 입니다. 그렇지 않으면 null입니다.

적용 대상