共用方式為


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 回 的動作。

屬性

適用於