IINSetDefrosterSettingsInCarIntentHandling.HandleSetDefrosterSettingsInCar Method

Definition

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

[Foundation.Export("handleSetDefrosterSettingsInCar:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSetDefrosterSettingsInCar (Intents.INSetDefrosterSettingsInCarIntent intent, Action<Intents.INSetDefrosterSettingsInCarIntentResponse> completion);
abstract member HandleSetDefrosterSettingsInCar : Intents.INSetDefrosterSettingsInCarIntent * Action<Intents.INSetDefrosterSettingsInCarIntentResponse> -> unit

Parameters

intent
INSetDefrosterSettingsInCarIntent

Specifies the user's intention.

completion
Action<INSetDefrosterSettingsInCarIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to