QuotedAttachmentFactory

Represents a handler that can handle quoted attachments of certain type and create views for them.

Inheritors

Functions

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

Checks if this QuotedAttachmentFactory can consume quoted attachments from the given message.

Link copied to clipboard
abstract fun generateQuotedAttachmentView(message: Message, parent: ViewGroup): View

Create a view for the quoted attachments.