INSetAudioSourceInCarIntentHandling_Extensions.ConfirmSetAudioSourceInCar Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.