Share via


IINSetProfileInCarIntentHandling.HandleSetProfileInCar Method

Definition

Developers must override this method and invoke the Action<T> with an INSetProfileInCarIntentResponse appropriate to the INSetProfileInCarIntent intent.

[Foundation.Export("handleSetProfileInCar:completion:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void HandleSetProfileInCar(Intents.INSetProfileInCarIntent intent, Action<Intents.INSetProfileInCarIntentResponse> completion);
[<Foundation.Export("handleSetProfileInCar:completion:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HandleSetProfileInCar : Intents.INSetProfileInCarIntent * Action<Intents.INSetProfileInCarIntentResponse> -> unit
override this.HandleSetProfileInCar : Intents.INSetProfileInCarIntent * Action<Intents.INSetProfileInCarIntentResponse> -> unit

Parameters

intent
INSetProfileInCarIntent

Specifies the user's intention.

completion
Action<INSetProfileInCarIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to