IINSetAudioSourceInCarIntentHandling.HandleSetAudioSourceInCar Method

Definition

Developers must override this method and invoke the T:System.Action`1 with an INSetAudioSourceInCarIntentResponse appropriate to the INSetAudioSourceInCarIntent intent.

[Foundation.Export("handleSetAudioSourceInCar:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSetAudioSourceInCar (Intents.INSetAudioSourceInCarIntent intent, Action<Intents.INSetAudioSourceInCarIntentResponse> completion);
abstract member HandleSetAudioSourceInCar : Intents.INSetAudioSourceInCarIntent * Action<Intents.INSetAudioSourceInCarIntentResponse> -> unit

Parameters

intent
INSetAudioSourceInCarIntent

Specifies the user's intention.

completion
Action<INSetAudioSourceInCarIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to