AdminMessageItem

fun AdminMessageItem(message: UikitAdminMessage, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.labelMedium, textColor: Color = MaterialTheme.colorScheme.onBackground.copy(alpha = SendbirdOpacity.MediumOpacity))

A Composable to display the UikitAdminMessage item.

Since

1.0.0-beta.1

Parameters

message

The UikitAdminMessage to display.

modifier

The modifier to be applied to the view.

textStyle

The style of the text message.

textColor

The color of the text message.