Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.debug
/
DebugCustomFilterInput
Debug
Custom
Filter
Input
@
Composable
fun
DebugCustomFilterInput
(
customFilterText
:
String
,
onCustomFilterTextChange
:
(
String
)
->
Unit
,
filterTexts
:
List
<
String
>
,
onFilterTextsChange
:
(
List
<
String
>
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)