INSetAudioSourceInCarIntentHandling_Extensions.ConfirmSetAudioSourceInCar Method

Definition

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

public static void ConfirmSetAudioSourceInCar (this Intents.IINSetAudioSourceInCarIntentHandling This, Intents.INSetAudioSourceInCarIntent intent, Action<Intents.INSetAudioSourceInCarIntentResponse> completion);
static member ConfirmSetAudioSourceInCar : Intents.IINSetAudioSourceInCarIntentHandling * Intents.INSetAudioSourceInCarIntent * Action<Intents.INSetAudioSourceInCarIntentResponse> -> unit

Parameters

This
IINSetAudioSourceInCarIntentHandling

The instance on which this method operates.

intent
INSetAudioSourceInCarIntent

Specifies the user's intention.

completion
Action<INSetAudioSourceInCarIntentResponse>

Completion method that must be called by the override.

Applies to