Package-level declarations
Functions
Link copied to clipboard
fun SelectAttachmentsView(attachments: List<Attachment>, onAttachmentTapped: (Attachment) -> Unit, onShare: (Collection<Attachment>) -> Unit, onCancel: () -> Unit, modifier: Modifier = Modifier)
Present a view to select and display or share from a list of Attachment. Current implementation utilizes ModalBottomSheet to present the view, with enabled sheet gestures and disabled partial expansion.