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