Admin Message Item
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.
text Style
The style of the text message.
text Color
The color of the text message.