AttachmentsPickerTabFactory
interface AttachmentsPickerTabFactory
Holds the information required to add support for a AttachmentsPickerMode mode in the attachment picker.
Inheritors
Functions
Link copied to clipboard
Determines if the picker tab is enabled.
Link copied to clipboard
abstract fun PickerTabContent(onAttachmentPickerAction: (AttachmentPickerAction) -> Unit, attachments: List<AttachmentPickerItemState>, onAttachmentsChanged: (List<AttachmentPickerItemState>) -> Unit, onAttachmentItemSelected: (AttachmentPickerItemState) -> Unit, onAttachmentsSubmitted: (List<AttachmentMetaData>) -> Unit)
Emits a content for the tab.
Link copied to clipboard
Emits an icon for the tab.