Package-level declarations
Types
An AttachmentFactory that will be used if no other AttachmentFactory can handle the attachments.
An AttachmentFactory that validates attachments as files and uses FileAttachmentContent to build the UI for the message.
An AttachmentFactory that validates and shows Giphy attachments using GiphyAttachmentContent.
An AttachmentFactory that validates attachments as images and uses LinkAttachmentContent to build the UI for the message.
An AttachmentFactory that is able to handle Image and Video attachments.
An AttachmentFactory that validates attachments as files and uses MediaAttachmentQuotedContent in case the attachment is a media attachment or FileAttachmentQuotedContent in case the attachment is a file to build the UI for the quoted message.
An AttachmentFactory that will be used if no other AttachmentFactory can handle the attachments.
An AttachmentFactory that validates and shows uploading attachments using FileUploadContent. Has no "preview content", given that this attachment only exists after being sent.