AudioRecordAttachmentPreviewContentItem

fun AudioRecordAttachmentPreviewContentItem(modifier: Modifier = Modifier, attachment: Attachment, playerState: AudioPlayerState, onPlayToggleClick: (Attachment) -> Unit = {}, onThumbDragStart: (Attachment) -> Unit = {}, onThumbDragStop: (Attachment, Float) -> Unit = { _, _ -> }, onAttachmentRemoved: (Attachment) -> Unit = {})

Represents fallback content for unsupported attachments.

Parameters

modifier

Modifier for styling.