generateQuotedAttachmentView

open override fun generateQuotedAttachmentView(message: Message, parent: ViewGroup): View

Generates a DefaultQuotedAttachmentView to render the attachment.

Return

DefaultQuotedAttachmentView that will be rendered inside the quoted message.

Parameters

message

The quoted message holding the attachments.

parent

The parent ViewGroup in which the attachment will be rendered.