Compartilhar via


IINSetClimateSettingsInCarIntentHandling.HandleSetClimateSettingsInCar Método

Definição

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INSetClimateSettingsInCarIntentResponse apropriado para o INSetClimateSettingsInCarIntentintent.

[Foundation.Export("handleSetClimateSettingsInCar:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSetClimateSettingsInCar (Intents.INSetClimateSettingsInCarIntent intent, Action<Intents.INSetClimateSettingsInCarIntentResponse> completion);
abstract member HandleSetClimateSettingsInCar : Intents.INSetClimateSettingsInCarIntent * Action<Intents.INSetClimateSettingsInCarIntentResponse> -> unit

Parâmetros

intent
INSetClimateSettingsInCarIntent

Especifica a intenção do usuário.

completion
Action<INSetClimateSettingsInCarIntentResponse>

Método de conclusão que deve ser chamado pela substituição.

Atributos

Aplica-se a