UNUserNotificationCenter.GetNotificationCategories Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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