Share via


UIApplication.PresentLocalNotificationNow(UILocalNotification) Method

Definition

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

Parameters

notification
UILocalNotification
Attributes

Applies to