Partager via


UNUserNotificationCenter.GetNotificationCategories Méthode

Définition

Retourne les catégories de notification actuellement inscrites pour l’application, en les traitant avant qu’elles ne soient retournées.

[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

Paramètres

completionHandler
Action<NSSet<UNNotificationCategory>>

Action qui prend un tableau des catégories de notification actuellement inscrites et retourne void.

Attributs

S’applique à