AttachmentFilePickerParams
constructor(pickerMode: FilePickerMode, attachments: List<AttachmentPickerItemState>, onLoadAttachments: () -> Unit, onAttachmentItemSelected: (AttachmentPickerItemState) -> Unit, onUrisSelected: (List<Uri>) -> Unit)
Parameters
pickerMode
Configuration for the file picker.
attachments
File items to display.
onLoadAttachments
Called to trigger loading file metadata.
onAttachmentItemSelected
Called when user taps an item.
onUrisSelected
Called with URIs picked via the system file browser.