Package-level declarations

Types

Link copied to clipboard

Represents a handler that can show a preview for an attachment of certain type.

Link copied to clipboard
class DocumentAttachmentPreviewHandler(context: Context, useDocumentGView: Boolean = true) : AttachmentPreviewHandler

Shows a preview for document attachments.

Link copied to clipboard

Shows a preview for the audio/video stream in the attachment using Exoplayer library.

Link copied to clipboard

Shows a preview for an URL in the attachment using the Intent.ACTION_VIEW action.