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.connections.components
/
DeviceListItem
Device
List
Item
androidJvm
@
Composable
fun
DeviceListItem
(
connectionState
:
ConnectionState
,
device
:
DeviceListEntry
,
onSelect
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
onDelete
:
(
)
->
Unit
?
=
null
)
(
source
)