Share via


UIApplicationDelegate.HandleIntent Method

Definition

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

[Foundation.Export("application:handleIntent:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void HandleIntent(UIKit.UIApplication application, Intents.INIntent intent, Action<Intents.INIntentResponse> completionHandler);
[<Foundation.Export("application:handleIntent:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HandleIntent : UIKit.UIApplication * Intents.INIntent * Action<Intents.INIntentResponse> -> unit
override this.HandleIntent : 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.

Implements

Attributes

Applies to