Package-level declarations

Popup toolbar classes.

Types

Link copied to clipboard
class AnnotationPopupToolbar(pdfFragment: PdfFragment, val annotations: List<Annotation>) : PopupToolbar

Annotation selection implementation of the PopupToolbar. It is displayed when annotations are selected, providing actions like copy, delete, inspector, etc.

Link copied to clipboard
data class PopupToolbarMenuItem @JvmOverloads constructor(val id: Int, val title: Int, val iconRes: Int = 0, val isEnabled: Boolean = true, val iconDrawable: Drawable? = null, val tintColor: Int = 0, val isShowIconAndText: Boolean = false)

A data class representation of a single popup toolbar menu item.

Link copied to clipboard

Text selection implementation of the PopupToolbar. It is displayed when text is selected, providing actions like copy, highlight, strikeout, share, etc.