다음을 통해 공유


UNUserNotificationCenter.GetNotificationCategories 메서드

정의

앱에 대해 현재 등록된 알림 범주를 반환하여 반환하기 전에 처리합니다.

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

매개 변수

completionHandler
Action<NSSet<UNNotificationCategory>>

현재 등록된 알림 범주의 배열을 사용하고 를 반환하는 void작업입니다.

특성

적용 대상