UnsupportedAttachmentFactory

Fallback factory for unsupported attachment types.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun canHandle(message: Message): Boolean

Checks if the message contains unsupported attachments.

Link copied to clipboard
open override fun createViewHolder(message: Message, listeners: MessageListListeners?, parent: ViewGroup): InnerAttachmentViewHolder

Creates fallback UI that represents unsupported attachments.

Inherited functions

Link copied to clipboard

Create a ViewHolder for the custom attachments View which is aware of the parent's ViewHolder lifecycle.