Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.connections.components
/
CurrentlyConnectedCard
Currently
Connected
Card
@
Composable
fun
CurrentlyConnectedCard
(
node
:
Node
,
modifier
:
Modifier
=
Modifier
,
onNavigateToNodeDetails
:
(
Int
)
->
Unit
,
onSetShowSharedContact
:
(
Node
)
->
Unit
,
onNavigateToSettings
:
(
)
->
Unit
,
onClickDisconnect
:
(
)
->
Unit
)