QuotedAttachmentFactory

An AttachmentFactory that validates attachments as files and uses MediaAttachmentQuotedContent in case the attachment is a media attachment or FileAttachmentQuotedContent in case the attachment is a file to build the UI for the quoted message.

Inherited properties

Link copied to clipboard
val canHandle: (attachments: List<Attachment>) -> Boolean
Link copied to clipboard
val content: @Composable (modifier: Modifier, attachmentState: AttachmentState) -> Unit
Link copied to clipboard
val previewContent: @Composable (modifier: Modifier, attachments: List<Attachment>, onAttachmentRemoved: (Attachment) -> Unit) -> Unit? = null
Link copied to clipboard
val textFormatter: (attachments: Attachment) -> String
Link copied to clipboard