Share via


UIApplicationDelegate.GetHandlerForIntent(UIApplication, INIntent) Method

Definition

[Foundation.Export("application:handlerForIntent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? GetHandlerForIntent(UIKit.UIApplication application, Intents.INIntent intent);
[<Foundation.Export("application:handlerForIntent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetHandlerForIntent : UIKit.UIApplication * Intents.INIntent -> Foundation.NSObject
override this.GetHandlerForIntent : UIKit.UIApplication * Intents.INIntent -> Foundation.NSObject

Parameters

application
UIApplication
intent
INIntent

Returns

Implements

Attributes

Applies to