UIApplicationDelegate_Extensions.DidRegisterUserNotificationSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers should not use this deprecated method. Developers should use 'UNUserNotificationCenter.RequestAuthorization' instead.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNUserNotificationCenter.RequestAuthorization' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidRegisterUserNotificationSettings (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, UIKit.UIUserNotificationSettings notificationSettings);
static member DidRegisterUserNotificationSettings : UIKit.IUIApplicationDelegate * UIKit.UIApplication * UIKit.UIUserNotificationSettings -> unit
Parameters
The instance on which this extension method operates.
- application
- UIApplication
- notificationSettings
- UIUserNotificationSettings
- Attributes