Share via


UIApplication.RegisterUserNotificationSettings Method

Definition

[Foundation.Export("registerUserNotificationSettings:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RegisterUserNotificationSettings(UIKit.UIUserNotificationSettings notificationSettings);
[<Foundation.Export("registerUserNotificationSettings:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RegisterUserNotificationSettings : UIKit.UIUserNotificationSettings -> unit
override this.RegisterUserNotificationSettings : UIKit.UIUserNotificationSettings -> unit

Parameters

notificationSettings
UIUserNotificationSettings
Attributes

Applies to