Share via


UNUserNotificationCenter.SetNotificationCategories Method

Definition

Sets the specified supported notification categories

[Foundation.Export("setNotificationCategories:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetNotificationCategories(Foundation.NSSet<UserNotifications.UNNotificationCategory> categories);
[<Foundation.Export("setNotificationCategories:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetNotificationCategories : Foundation.NSSet<UserNotifications.UNNotificationCategory> -> unit
override this.SetNotificationCategories : Foundation.NSSet<UserNotifications.UNNotificationCategory> -> unit

Parameters

categories
NSSet<UNNotificationCategory>

The set of categories to support.

Attributes

Applies to