setVehicleSpecs

@Since(version = 1)
abstract fun setVehicleSpecs(vehicleSpecs: VehicleSpecsParameters, callback: VehicleSpecsCallback): SdkReleasable

Sets Vehicle specifications.

Return

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

Parameters

vehicleSpecs

Data structure holding vehicle specifications.

callback

The callback to be invoked when the operation is complete.