Package io.getstream.chat.android.ui.feature.messages.composer.attachment.preview.factory
See: Description
-
Interface Summary Interface Description AttachmentPreviewFactory A factory responsible for creating attachment preview ViewHolders. -
Class Summary Class Description AudioRecordAttachmentPreviewFactory The default AttachmentPreviewFactory for file attachments. FallbackAttachmentPreviewFactory A fallback AttachmentPreviewFactory for attachments unhandled by other factories. FileAttachmentPreviewFactory The default AttachmentPreviewFactory for file attachments. MediaAttachmentPreviewFactory The default AttachmentPreviewFactory for image and video attachments.