다음을 통해 공유


IUNNotificationContentExtension.DidReceiveNotification(UNNotification) 메서드

정의

애플리케이션이 알림을 보낼 때 호출되는 메서드입니다.

[Foundation.Export("didReceiveNotification:")]
[Foundation.Preserve(Conditional=true)]
public void DidReceiveNotification (UserNotifications.UNNotification notification);
abstract member DidReceiveNotification : UserNotifications.UNNotification -> unit

매개 변수

notification
UNNotification

전송된 알림입니다.

특성

적용 대상