INGetCarPowerLevelStatusIntentHandling_Extensions.ConfirmGetCarPowerLevelStatus 方法

定义

开发人员可以实施此方法来确认是否可以访问汽车的功率级别。

public static void ConfirmGetCarPowerLevelStatus (this Intents.IINGetCarPowerLevelStatusIntentHandling This, Intents.INGetCarPowerLevelStatusIntent intent, Action<Intents.INGetCarPowerLevelStatusIntentResponse> completion);
static member ConfirmGetCarPowerLevelStatus : Intents.IINGetCarPowerLevelStatusIntentHandling * Intents.INGetCarPowerLevelStatusIntent * Action<Intents.INGetCarPowerLevelStatusIntentResponse> -> unit

参数

This
IINGetCarPowerLevelStatusIntentHandling

此方法在其上运行的实例。

intent
INGetCarPowerLevelStatusIntent

指定用户的意图。

completion
Action<INGetCarPowerLevelStatusIntentResponse>

必须由替代调用的完成方法。

适用于