UI Drop-In
/
com.mapbox.navigation.dropin.component.audioguidance
/
AudioGuidanceState
androidJvm
Audio
Guidance
State
data class
AudioGuidanceState
Content copied to clipboard
Defines the state for audio guidance button.
Functions
Properties
Functions
component1
Link copied to clipboard
androidJvm
operator fun
component1
():
Boolean
Content copied to clipboard
copy
Link copied to clipboard
androidJvm
fun
copy
(isMuted:
Boolean
= false):
AudioGuidanceState
Content copied to clipboard
equals
Link copied to clipboard
androidJvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Properties
isMuted
Link copied to clipboard
androidJvm
val
isMuted
:
Boolean
= false
Content copied to clipboard
is true if the volume is muted; false otherwise