Package-level declarations

Functions

Link copied to clipboard
fun FlowLayout(modifier: Modifier = Modifier, content: @Composable () -> Unit)
Link copied to clipboard
Link copied to clipboard
fun mapPlainTextOffsetToHtmlOffset(plainOffset: Int, htmlText: String): Int?
Link copied to clipboard
fun SourcesTagView(sources: List<ChatMessageReferenceModel>, modifier: Modifier = Modifier)
Link copied to clipboard
fun SourceTag(index: Int, reference: ChatMessageReferenceModel, modifier: Modifier = Modifier)
Link copied to clipboard
fun TextMessageContent(msg: String, messageFormat: MessageFormatType, isMine: Boolean, messageReferences: List<ChatMessageReferenceModel>? = null)