Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.message
/
DeliveryInfo
Delivery
Info
@
Composable
fun
DeliveryInfo
(
@
StringRes
title
:
Int
,
@
StringRes
text
:
Int
?
=
null
,
onConfirm
:
(
)
->
Unit
=
{}
,
onDismiss
:
(
)
->
Unit
=
{}
,
resendOption
:
Boolean
)