AttachmentPickerParams
constructor(attachmentsPickerViewModel: AttachmentsPickerViewModel, messageMode: MessageMode, actions: AttachmentPickerActions, modifier: Modifier = Modifier, messageAction: MessageAction? = null)
Parameters
attachmentsPickerViewModel
Manages picker state.
messageMode
Current message mode.
actions
The attachment picker actions.
modifier
Modifier for styling.
messageAction
The composer action currently active; drives per-command enabled state in the picker's command section. null treats every command as enabled.