INSetAudioSourceInCarIntentHandling_Extensions.ResolveRelativeAudioSourceReference Method

Definition

Developers may override this method to customize the resolution of a relative audio source (e.g, "next," "previous," etc.).

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

Parameters

This
IINSetAudioSourceInCarIntentHandling

The instance on which this method operates.

intent
INSetAudioSourceInCarIntent

Specifies the user's intention.

completion
Action<INRelativeReferenceResolutionResult>

Completion method that must be called by the override.

Applies to