generateQuotedAttachmentView

abstract fun generateQuotedAttachmentView(message: Message, parent: ViewGroup): View

Create a view for the quoted attachments.

Return

A quoted attachment view to be placed inside the quoted message.

Parameters

message

The message containing attachments that we are going to render.

parent

The parent View where the attachment content view is supposed to be placed.