INSetAudioSourceInCarIntentHandling_Extensions.ResolveAudioSource Method

Definition

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

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

Parameters

This
IINSetAudioSourceInCarIntentHandling

The instance on which this method operates.

intent
INSetAudioSourceInCarIntent

Specifies the user's intention.

completion
Action<INCarAudioSourceResolutionResult>

Completion method that must be called by the override.

Applies to