SelectAttachmentsViewKt

public final class SelectAttachmentsViewKt

Functions

Link copied to clipboard
public final static Unit SelectAttachmentsView(List<Attachment> attachments, Function1<Attachment, Unit> onAttachmentTapped, Function1<Collection<Attachment>, Unit> onShare, Function0<Unit> onCancel, 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.