toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-themes
/
com.mapbox.dash.theming.icons
/
SoundIconSet
Sound
Icon
Set
@
Immutable
class
SoundIconSet
(
val
soundOff
:
DashIcon
,
val
soundOn
:
DashIcon
)
Members
Constructors
Sound
Icon
Set
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
sound
Off
Link copied to clipboard
val
soundOff
:
DashIcon
sound
On
Link copied to clipboard
val
soundOn
:
DashIcon
Functions
copy
Link copied to clipboard
fun
copy
(
soundOff
:
DashIcon
=
this.soundOff
,
soundOn
:
DashIcon
=
this.soundOn
)
:
SoundIconSet
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int