Properties

Link copied to clipboard

The attachment picker mode that this factory handles.

Functions

Link copied to clipboard
open fun isPickerTabEnabled(channel: Channel): Boolean

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
abstract fun PickerTabIcon(isEnabled: Boolean, isSelected: Boolean)

Emits an icon for the tab.