UIKit.UIApplicationDelegate.HandleAction Method
Informs the app that the user selected an action identified by the actionIdentifier value from an alert of a UIKit.UILocalNotification object, and executes the completionHandler block after it completes the action.

Syntax

[Foundation.Export("application:handleActionWithIdentifier:forLocalNotification:completionHandler:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_8_0)]
public virtual void HandleAction (UIApplication application, string actionIdentifier, UILocalNotification localNotification, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDAction))] Action completionHandler)

Parameters

application
Documentation for this section has not yet been entered.
actionIdentifier
Documentation for this section has not yet been entered.
localNotification
Documentation for this section has not yet been entered.
completionHandler
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0