AplDrivingState

enum AplDrivingState : Enum<AplDrivingState> , Parcelable

Enum class representing the Driving State APL Runtime Property values.

The vehicle driving state describes the motion state of the vehicle. The two supported values are moving and parked.

Entries

Link copied to clipboard
Link copied to clipboard

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)