INGetCarPowerLevelStatusIntentHandling_Extensions.ConfirmGetCarPowerLevelStatus Method

Definition

Developers may implement this method to confirm whether the car's power levels can be accessed.

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

Parameters

This
IINGetCarPowerLevelStatusIntentHandling

The instance on which this method operates.

intent
INGetCarPowerLevelStatusIntent

Specifies the user's intention.

completion
Action<INGetCarPowerLevelStatusIntentResponse>

Completion method that must be called by the override.

Applies to