Compartir a través de


UNUserNotificationCenter.GetNotificationCategories Método

Definición

Devuelve las categorías de notificación registradas actualmente para la aplicación y las procesa antes de que se devuelvan.

[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

Parámetros

completionHandler
Action<NSSet<UNNotificationCategory>>

Acción que realiza una matriz de las categorías de notificación registradas actualmente y devuelve void.

Atributos

Se aplica a