Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-settings
/
org.meshtastic.feature.settings.radio
/
RadioConfigItemList
Radio
Config
Item
List
@
Composable
fun
RadioConfigItemList
(
state
:
RadioConfigState
,
isManaged
:
Boolean
,
isOtaCapable
:
Boolean
=
false
,
onRouteClick
:
(
Enum
<
*
>
)
->
Unit
=
{}
,
onImport
:
(
)
->
Unit
=
{}
,
onExport
:
(
)
->
Unit
=
{}
,
onNavigate
:
(
Route
)
->
Unit
)
(
source
)