Share via


UIApplicationDelegate_Extensions.ReceivedLocalNotification Method

Definition

Indicates that the app received a local notification.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ReceivedLocalNotification(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, UIKit.UILocalNotification notification);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ReceivedLocalNotification : UIKit.IUIApplicationDelegate * UIKit.UIApplication * UIKit.UILocalNotification -> unit

Parameters

application
UIApplication

Reference to the UIApplication that invoked this delegate method.

notification
UILocalNotification
Attributes

Applies to