Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.sharing
/
ShareScreen
Share
Screen
@
Composable
fun
ShareScreen
(
viewModel
:
UIViewModel
=
hiltViewModel()
,
onConfirm
:
(
String
)
->
Unit
)
@
Composable
fun
ShareScreen
(
contacts
:
List
<
Contact
>
,
onConfirm
:
(
String
)
->
Unit
)