AudioRecordAttachmentFactory

class AudioRecordAttachmentFactory(viewModelFactory: AudioPlayerViewModelFactory, getCurrentUserId: () -> String?) : AttachmentFactory

An AttachmentFactory that will be used if no other AttachmentFactory can handle the attachments.

Constructors

Link copied to clipboard
constructor(viewModelFactory: AudioPlayerViewModelFactory, getCurrentUserId: () -> String?)

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