setEvBatteryInfo

@Since(version = 1)
abstract fun setEvBatteryInfo(evInfo: BatteryInfoParameters, callback: BatteryInfoCallback): SdkReleasable

Sets electric vehicle battery information.

Return

An instance of SdkReleasable to manage the lifecycle of the callback.

Parameters

evInfo

The electric vehicle information.

callback

The callback to be invoked when the operation is complete.