다음을 통해 공유


UserNotificationListener.RemoveNotification(UInt32) 메서드

정의

지정된 알림을 제거합니다.

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)

매개 변수

notificationId
UInt32

unsigned int

uint32_t

제거할 알림의 ID입니다.

적용 대상