Share via


UIApplication.ScheduleLocalNotification(UILocalNotification) Method

Definition

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

Parameters

notification
UILocalNotification
Attributes

Applies to