SensorInfo

data class SensorInfo(val type: SensorType, val info: InfoIcon? = null, val value: Any) : Parcelable

Constructors

Link copied to clipboard
constructor(type: SensorType, info: InfoIcon? = null, value: Any)

Properties

Link copied to clipboard
val info: InfoIcon? = null
Link copied to clipboard
Link copied to clipboard
val value: Any

oneOf -> Boolean

Inherited functions

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