Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.common.components
/
EditListPreference
Edit
List
Preference
@
Composable
inline
fun
<
T
>
EditListPreference
(
title
:
String
,
list
:
List
<
T
>
,
maxCount
:
Int
,
enabled
:
Boolean
,
keyboardActions
:
KeyboardActions
,
crossinline
onValuesChanged
:
(
List
<
T
>
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)