次の方法で共有


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>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象