Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui
Package-level
declarations
Types
Functions
Types
Top
Level
Destination
Link copied to clipboard
enum
TopLevelDestination
:
Enum
<
TopLevelDestination
>
Functions
Main
Screen
Link copied to clipboard
@
Composable
fun
MainScreen
(
uIViewModel
:
UIViewModel
=
hiltViewModel()
,
bluetoothViewModel
:
BluetoothViewModel
=
hiltViewModel()
,
scanModel
:
BTScanModel
=
hiltViewModel()
)