PlayerIconSet

class PlayerIconSet(val appleMusic: DashIcon, val forward: DashIcon, val pause: DashIcon, val play: DashIcon, val rewind: DashIcon, val shuffle: DashIcon, val spotifyWithBackground: DashIcon)

Constructors

Link copied to clipboard
constructor(colors: DashColors, context: Context, appleMusic: DashIcon = DashIcon(context) { appleMusic() }, forward: DashIcon = DashIcon(context) { forward(colors) }, pause: DashIcon = DashIcon(context) { pause(colors) }, play: DashIcon = DashIcon(context) { play(colors) }, rewind: DashIcon = DashIcon(context) { rewind(colors) }, shuffle: DashIcon = DashIcon(context) { shuffle(colors) }, spotifyWithBackground: DashIcon = DashIcon(context) { spotifyWithBackground(colors) })
constructor(appleMusic: DashIcon, forward: DashIcon, pause: DashIcon, play: DashIcon, rewind: DashIcon, shuffle: DashIcon, spotifyWithBackground: DashIcon)

Properties

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

Functions

Link copied to clipboard
fun copy(appleMusic: DashIcon = this.appleMusic, forward: DashIcon = this.forward, pause: DashIcon = this.pause, play: DashIcon = this.play, rewind: DashIcon = this.rewind, shuffle: DashIcon = this.shuffle, spotifyWithBackground: DashIcon = this.spotifyWithBackground): PlayerIconSet
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int