Share via


INSetAudioSourceInCarIntentHandling_Extensions.ResolveRelativeAudioSourceReference Method

Definition

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

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

Parameters

intent
INSetAudioSourceInCarIntent

Specifies the user's intention.

completion
Action<INRelativeReferenceResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to