EVProvider

data class EVProvider @JvmOverloads constructor(id: String, haveRFID: Boolean) : Parcelable

Constructors

EVProvider
Link copied to clipboard
fun EVProvider(id: String, haveRFID: Boolean = false)

Functions

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

Properties

haveRFID
Link copied to clipboard
val haveRFID: Boolean = false

Indicates possession for this provider

id
Link copied to clipboard
val id: String

String identifier of provider