SubmittedAttachments

data class SubmittedAttachments(val attachments: List<Attachment>, val hasUnsupportedFiles: Boolean)

Event emitted when system picker URIs have been resolved into Attachments.

Constructors

Link copied to clipboard
constructor(attachments: List<Attachment>, hasUnsupportedFiles: Boolean)

Properties

Link copied to clipboard

The resolved attachments ready for the composer.

Link copied to clipboard

true when some URIs were filtered out as unsupported.