TripProgressIconSet

class TripProgressIconSet(val charging: DashIcon, val puck: DashIcon, val stop: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, charging: DashIcon = DashIcon(context) { charging(colors) }, puck: DashIcon = DashIcon(context) { puck() }, stop: DashIcon = DashIcon(context) { stop(colors) })
constructor(charging: DashIcon, puck: DashIcon, stop: DashIcon)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(charging: DashIcon = this.charging, puck: DashIcon = this.puck, stop: DashIcon = this.stop): TripProgressIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int