FallbackQuotedAttachmentMessageFactory

Factory for attachments that the SDK falls back when all the other QuotedAttachmentFactory don't support the attachment type. It simply shows a file icon with the attachment title.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun canHandle(message: Message): Boolean
Link copied to clipboard
open override fun generateQuotedAttachmentView(message: Message, parent: ViewGroup): View

Generates a DefaultQuotedAttachmentView to render the attachment.