Vehicle Info Manager
Interface for managing vehicle information.
Functions
Link copied to clipboard
abstract fun setAuxiliaryPower(power: AuxiliaryPowerParameters, callback: AuxiliaryPowerCallback): SdkReleasable
Sets the electric vehicle auxiliary power parameters.
Link copied to clipboard
abstract fun setEvBatteryInfo(evInfo: BatteryInfoParameters, callback: BatteryInfoCallback): SdkReleasable
Sets electric vehicle battery information.
Link copied to clipboard
abstract fun setEvConnectorsInfo(connectorInfo: ConnectorInfoParameters, callback: ConnectorInfoCallback): SdkReleasable
Sets the navigation electric vehicle connectors info.
Link copied to clipboard
abstract fun setEvConsumptionCurve(consumptionCurve: ConsumptionCurveParameters, callback: ConsumptionCurveCallback): SdkReleasable
Sets the electric vehicle speed consumption curve.
Link copied to clipboard
abstract fun setEvEfficiency(evEfficiency: EvEfficiencyParameters, callback: EvEfficiencyCallback): SdkReleasable
Sets electric vehicle efficiency metrics.
Link copied to clipboard
abstract fun setVehicleSpecs(vehicleSpecs: VehicleSpecsParameters, callback: VehicleSpecsCallback): SdkReleasable
Sets Vehicle specifications.