Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.settings.radio.components
/
ChannelSelection
Channel
Selection
@
Composable
fun
ChannelSelection
(
index
:
Int
,
title
:
String
,
enabled
:
Boolean
,
isSelected
:
Boolean
,
onSelected
:
(
Boolean
)
->
Unit
,
channel
:
Channel
)