IINSetClimateSettingsInCarIntentHandling.HandleSetClimateSettingsInCar 方法

定义

开发人员必须重写此方法,并使用 适用于 INSetClimateSettingsInCarIntentintent的 调用 T:System.Action'1INSetClimateSettingsInCarIntentResponse

[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

参数

intent
INSetClimateSettingsInCarIntent

指定用户的意图。

completion
Action<INSetClimateSettingsInCarIntentResponse>

必须由重写调用的完成方法。

属性

适用于