Meshtastic App
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Meshtastic App
feature-node
/
org.meshtastic.feature.node.list
/
NodeListScreen
Node
List
Screen
android
@
Composable
fun
NodeListScreen
(
navigateToNodeDetails
:
(
Int
)
->
Unit
,
viewModel
:
NodeListViewModel
,
onNavigateToChannels
:
(
)
->
Unit
=
{}
,
scrollToTopEvents
:
Flow
<
ScrollToTopEvent
>
?
=
null
,
activeNodeId
:
Int
?
=
null
)
(
source
)