IviInstanceId

data class IviInstanceId(val id: String) : Parcelable

Identifies an IVI instance.

A vehicle may have multiple infotainment screens, each of which is backed by an IVI instance.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of an infotainment screen of the vehicle.

Inherited functions

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