AttachmentPickerActions
Actions that can be performed in the attachment picker.
Each property maps a user gesture or lifecycle event to a handler. To customise individual actions, construct a new instance overriding only the properties you need, using the companion object factories as a starting point.
Constructors
Properties
Called when a user taps an attachment item to select or deselect it inside the in-app attachment browser.
Called when attachments are confirmed and should be added to the composer. Receives the list of Attachment objects ready to be sent. Triggered by system pickers, camera, and file browser results.
Called when the user selects a slash command from the command picker.
Called when the user submits a new poll configuration from the creation screen.
Called when the user taps the "Create Poll" button, opening the poll creation dialog.
Called when the poll creation dialog is closed without submitting (e.g. back press or discard).