Share via


UIApplication.CancelLocalNotification(UILocalNotification) Method

Definition

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

Parameters

notification
UILocalNotification
Attributes

Applies to