horologist
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
horologist
media-audio-ui-material3
/
com.google.android.horologist.audio.ui.material3.components
/
DeviceButton
Device
Button
@
Composable
fun
DeviceButton
(
volumeDescription
:
String
,
deviceName
:
String
,
icon
:
@
Composable
BoxScope
.
(
)
->
Unit
,
onAudioOutputClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
colors
:
ButtonColors
=
ButtonDefaults.buttonColors()
)