Package io.getstream.chat.android.ui.feature.messages.list.adapter.viewholder.attachment
See: Description
-
Interface Summary Interface Description AttachmentFactory Represents a handler that can handle custom attachments of certain type and create ViewHolders for them. QuotedAttachmentFactory Represents a handler that can handle quoted attachments of certain type and create views for them. -
Class Summary Class Description AttachmentFactoryManager A manager for registered custom attachment factories. BaseAttachmentFactory Represents a handler that can handle custom attachments of certain type and create. DefaultQuotedAttachmentMessageFactory Factory for attachments we support by default. FallbackQuotedAttachmentMessageFactory Factory for attachments that the SDK falls back when all the other QuotedAttachmentFactory don't support the attachment type. InnerAttachmentViewHolder An inner ViewHolder for custom attachments within message ViewHolder. QuotedAttachmentFactoryManager A manager for registered quoted attachment factories. UnsupportedAttachmentFactory Fallback factory for unsupported attachment types. -
Object Summary Object Description Companion