Share via


NSUserNotificationCenter.RemoveScheduledNotification Method

Definition

[Foundation.Export("removeScheduledNotification:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveScheduledNotification(Foundation.NSUserNotification notification);
[<Foundation.Export("removeScheduledNotification:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveScheduledNotification : Foundation.NSUserNotification -> unit
override this.RemoveScheduledNotification : Foundation.NSUserNotification -> unit

Parameters

notification
NSUserNotification
Attributes

Applies to