ChargingState

enum ChargingState : Enum<ChargingState> , Parcelable

Represents the state of the vehicle charging process.

Entries

Link copied to clipboard

Default state. The vehicle is not currently being charged.

Link copied to clipboard

The driver has requested to start the charging process but it has not started yet.

Link copied to clipboard

The vehicle is currently being charged.

Link copied to clipboard

The vehicle is currently being charged but a request has been made to stop the charging process.

Link copied to clipboard

Charging has been completed.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Inherited functions

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