BaseAttachmentFactory

Represents a handler that can handle custom attachments of certain type and create. This class is mainly for Java compatibility.

Constructors

Link copied to clipboard
constructor()

Inherited functions

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

Checks if this AttachmentFactory can consume attachments from the given message.

Link copied to clipboard

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