OtherMessageItem

fun OtherMessageItem(message: UikitBaseMessage, modifier: Modifier = Modifier, content: @Composable (UikitBaseMessage) -> Unit)

A Composable to display the other user's message item. This is a base Composable with common Composables, such as other user's profile image using AsyncImage and UikitBaseMessage.sentAt with content slot open to be used in customizing for each type of messages.

Since

1.0.0-beta.1

Parameters

message

The UikitBaseMessage to display.

modifier

The modifier to be applied to the view.

content

The custom content to display.