IviServiceGenerationId

data class IviServiceGenerationId(val generation: Int) : Parcelable

Denotes the generation of an IVI service.

Only IVI service can observe properties from another IVI service that shares the same generation. This allows tests to reset the service framework and distribute this reset to all processes without killing the processes.

Constructors

Link copied to clipboard
fun IviServiceGenerationId(generation: Int)

Properties

Link copied to clipboard
val generation: Int

Inherited functions

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