displayText

fun UikitUserMessage.displayText(editedTextColor: Color = MaterialTheme.colorScheme.background.copy(alpha = SendbirdOpacity.MediumOpacity)): AnnotatedString

Returns the display text for the user message with the edited badge if the message has been edited.

Receiver

The UikitUserMessage to get the display text.

Return

The display text for the user message.

Since

1.0.0-beta.1

Parameters

editedTextColor

The color for the edited badge text. Defaults to Color.Unspecified.