SendingStatus

fun SendingStatus(unreadMemberCount: Int, undeliveredMemberCount: Int, sendingStatus: SendingStatus, modifier: Modifier = Modifier)

A Composable to display the unread/undelivered member counts with the sending status of the message.

Since

1.0.0-beta.1

Parameters

unreadMemberCount

The count of unread members of the message.

undeliveredMemberCount

The count of undelivered members of the message.

sendingStatus

The SendingStatus of the message.

modifier

The modifier to be applied to the view.