AttachmentsPickerTabFactory

Holds the information required to add support for a AttachmentsPickerMode mode in the attachment picker.

Inheritors

Properties

Link copied to clipboard

The attachment picker mode that this factory handles.

Functions

Link copied to clipboard

Determines if the picker tab is enabled.

Link copied to clipboard
abstract fun PickerTabContent(attachments: List<AttachmentPickerItemState>, onAttachmentsChanged: (List<AttachmentPickerItemState>) -> Unit, onAttachmentItemSelected: (AttachmentPickerItemState) -> Unit, onAttachmentsSubmitted: (List<AttachmentMetaData>) -> Unit)

Emits a content for the tab.

Link copied to clipboard
abstract fun PickerTabIcon(isEnabled: Boolean, isSelected: Boolean)

Emits an icon for the tab.