defaultActions
fun defaultActions(attachmentsPickerViewModel: AttachmentsPickerViewModel, composerViewModel: MessageComposerViewModel): AttachmentPickerActions
Default implementation wiring both the picker and composer view models.
Handles item selection, attachment submission, poll creation, command selection, and dismissal. Use this when the AttachmentPicker is paired with a MessageComposerViewModel.
Parameters
attachmentsPickerViewModel
The AttachmentsPickerViewModel that drives picker state.
composerViewModel
The MessageComposerViewModel that manages the attachment list for the message.