다음을 통해 공유


UNUserNotificationCenter.GetDeliveredNotifications 메서드

정의

알림 센터에 있는 배달된 알림을 반환하기 전에 처리합니다.

[Foundation.Export("getDeliveredNotificationsWithCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GetDeliveredNotifications (Action<UserNotifications.UNNotification[]> completionHandler);
abstract member GetDeliveredNotifications : Action<UserNotifications.UNNotification[]> -> unit
override this.GetDeliveredNotifications : Action<UserNotifications.UNNotification[]> -> unit

매개 변수

completionHandler
Action<UNNotification[]>

배달된 알림의 배열을 사용하고 를 반환 void하는 작업입니다.

특성

적용 대상