ChargingState

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 request to set up a charging session. This typically involves them selecting a suitable charging point at a specified charging station.

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 waiting for the charger to respond.

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
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Inherited functions

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