Share via


UIApplicationDelegate_Extensions.HandleIntent Method

Definition

The system is requesting that the application handle the specified intent.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void HandleIntent(this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Intents.INIntent intent, Action<Intents.INIntentResponse> completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member HandleIntent : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Intents.INIntent * Action<Intents.INIntentResponse> -> unit

Parameters

application
UIApplication

The application that created the intent.

intent
INIntent

The intent.

completionHandler
Action<INIntentResponse>

A handler to run after the operation completes.

Attributes

Applies to