Share via


UIApplicationDelegate_Extensions.PerformActionForShortcutItem Method

Definition

Called by the system when the user initiates a Home screen quick action, unless the interaction was handled in WillFinishLaunching(UIApplication, NSDictionary) or FinishedLaunching(UIApplication).

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void PerformActionForShortcutItem(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, UIKit.UIApplicationShortcutItem shortcutItem, UIKit.UIOperationHandler completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PerformActionForShortcutItem : UIKit.IUIApplicationDelegate * UIKit.UIApplication * UIKit.UIApplicationShortcutItem * UIKit.UIOperationHandler -> unit

Parameters

application
UIApplication
completionHandler
UIOperationHandler
Attributes

Applies to