Meshtastic App
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.contact
/
ContactListView
Contact
List
View
androidJvm
@
Composable
fun
ContactListView
(
contacts
:
List
<
Contact
>
,
selectedList
:
List
<
String
>
,
onClick
:
(
Contact
)
->
Unit
,
onLongClick
:
(
Contact
)
->
Unit
,
channels
:
AppOnlyProtos.ChannelSet
?
=
null
,
onNodeChipClick
:
(
Contact
)
->
Unit
)
(
source
)