Share via


UIApplicationDelegate.ReceivedLocalNotification Method

Definition

Indicates that the app received a local notification.

[Foundation.Export("application:didReceiveLocalNotification:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReceivedLocalNotification(UIKit.UIApplication application, UIKit.UILocalNotification notification);
[<Foundation.Export("application:didReceiveLocalNotification:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReceivedLocalNotification : UIKit.UIApplication * UIKit.UILocalNotification -> unit
override this.ReceivedLocalNotification : UIKit.UIApplication * UIKit.UILocalNotification -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

notification
UILocalNotification

Implements

Attributes

Applies to