Condividi tramite


UNUserNotificationCenter.GetNotificationCategories Metodo

Definizione

Restituisce le categorie di notifica attualmente registrate per l'app, elaborandole prima che vengano restituite.

[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

Parametri

completionHandler
Action<NSSet<UNNotificationCategory>>

Azione che esegue una matrice delle categorie di notifica attualmente registrate e restituisce void.

Attributi

Si applica a