UNUserNotificationCenter.GetNotificationCategories 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回應用程式目前已註冊的通知類別,在傳回通知類別之前進行處理。
[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
回 的動作。
- 屬性