Companion

object Companion

Types

Link copied to clipboard
interface VhalPropertyDelegateTraceEventListener : TraceEventListener

Properties

Link copied to clipboard
const val PROPERTY_ID_NOT_SUPPORTED: Int

Constant value for unsupported vehicle properties.

Link copied to clipboard
Link copied to clipboard

A simple ValueConverter implementation that converts a Float value to a NumberProperty, without taking range into account.

Functions

Link copied to clipboard
fun <T : Parcelable, Comparable<T>> createCoercedRangedProperty(    range: ClosedRange<T>,     value: T?,     propertyIdentifier: String): VehicleProperties.RangedProperty<T>

Creates an instance of VehicleProperties.RangedProperty by coercing Parcelable into a given range.

fun <T : Serializable, Comparable<T>> createCoercedRangedProperty(    range: ClosedRange<T>,     value: T?,     propertyIdentifier: String): VehicleProperties.RangedProperty<T>

Creates an instance of VehicleProperties.RangedProperty by coercing Serializable into a given range.