Поделиться через


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

Атрибуты

Применяется к