CurrentChargingProgressInfo

data class CurrentChargingProgressInfo(val currentBatteryChargeLevel: Energy, val maximumBatteryChargeLevel: Energy, val remainingRange: Distance) : Parcelable

A data class that represents information on current battery charge level and remaining range.

Constructors

Link copied to clipboard
constructor(currentBatteryChargeLevel: Energy, maximumBatteryChargeLevel: Energy, remainingRange: Distance)

Properties

Link copied to clipboard

The current battery charge level.

Link copied to clipboard

The maximum battery charge level capacity.

Link copied to clipboard

Represents the remaining range that the vehicle can travel with the current battery charge level.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)