Share via


UIApplicationDelegate_Extensions.DidRegisterUserNotificationSettings Method

Definition

Developers should not use this deprecated method. Developers should use 'UNUserNotificationCenter.RequestAuthorization' instead.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidRegisterUserNotificationSettings(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, UIKit.UIUserNotificationSettings notificationSettings);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidRegisterUserNotificationSettings : UIKit.IUIApplicationDelegate * UIKit.UIApplication * UIKit.UIUserNotificationSettings -> unit

Parameters

application
UIApplication
notificationSettings
UIUserNotificationSettings
Attributes

Applies to