NSApplicationDelegate.FailedToRegisterForRemoteNotifications Method

Definition

[Foundation.Export("application:didFailToRegisterForRemoteNotificationsWithError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FailedToRegisterForRemoteNotifications(AppKit.NSApplication application, Foundation.NSError error);
[<Foundation.Export("application:didFailToRegisterForRemoteNotificationsWithError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FailedToRegisterForRemoteNotifications : AppKit.NSApplication * Foundation.NSError -> unit
override this.FailedToRegisterForRemoteNotifications : AppKit.NSApplication * Foundation.NSError -> unit

Parameters

application
NSApplication
error
NSError

Implements

Attributes

Applies to