Share via


INSetAudioSourceInCarIntentHandling_Extensions.Confirm Method

Definition

Developers may override this method to customize the confirmation of the audio source.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Confirm(this Intents.IINSetAudioSourceInCarIntentHandling This, Intents.INSetAudioSourceInCarIntent intent, Action<Intents.INSetAudioSourceInCarIntentResponse> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Confirm : Intents.IINSetAudioSourceInCarIntentHandling * Intents.INSetAudioSourceInCarIntent * Action<Intents.INSetAudioSourceInCarIntentResponse> -> unit

Parameters

intent
INSetAudioSourceInCarIntent

Specifies the user's intention.

completion
Action<INSetAudioSourceInCarIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to