DocumentAttachmentHandler

Shared handler for opening document attachments.

Documents are downloaded via StreamShareFileManager and opened with an external application. If the download takes longer than SNACKBAR_DELAY_MS, a Snackbar with progress is shown.

Functions

Link copied to clipboard
fun openAttachment(context: Context, attachment: Attachment)

Opens the given document attachment.