Share via


NSUserNotificationCenter.ScheduleNotification(NSUserNotification) Method

Definition

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

Parameters

notification
NSUserNotification
Attributes

Applies to