Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.message.components
/
MessageActions
Message
Actions
@
Composable
fun
MessageActions
(
modifier
:
Modifier
=
Modifier
,
isLocal
:
Boolean
=
false
,
status
:
MessageStatus
?
,
onSendReaction
:
(
String
)
->
Unit
=
{}
,
onSendReply
:
(
)
->
Unit
=
{}
,
onStatusClick
:
(
)
->
Unit
=
{}
)