Package-level declarations

Types

Link copied to clipboard
class AttachmentPreviewFactoryManager @JvmOverloads constructor(attachmentPreviewFactories: List<AttachmentPreviewFactory> = listOf( MediaAttachmentPreviewFactory(), AudioRecordAttachmentPreviewFactory(), FileAttachmentPreviewFactory(), ), fallbackAttachmentPreviewFactory: FallbackAttachmentPreviewFactory = FallbackAttachmentPreviewFactory())

A manager for registered attachment preview factories.

Link copied to clipboard

A base RecyclerView.ViewHolder for attachment preview items in the message composer.