SoundIconSet

class SoundIconSet(val soundOff: DashIcon, val soundOn: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, soundOff: DashIcon = DashIcon(context) { soundOff(colors) }, soundOn: DashIcon = DashIcon(context) { soundOn(colors) })
constructor(soundOff: DashIcon, soundOn: DashIcon)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(soundOff: DashIcon = this.soundOff, soundOn: DashIcon = this.soundOn): SoundIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int