Package-level declarations
UI components (activities, fragments and views).
Types
pspdf__drawableTint.Base class for com.pspdfkit.ui.drawable.PdfDrawableProvider and [ ]. You don't need to override this class in your application.
Bar showing thumbnails of pages for quick selection. This view extends AbstractComposeView and uses Jetpack Compose for rendering the static thumbnail bar modes (FLOATING and PINNED). For SCROLLABLE mode, it wraps the existing PdfScrollableThumbnailBar implementation.
A class used for displaying a toolbar as a popup. It's a remake of a default Android text selection toolbar, where the items are displayed horizontally, with overflow button if there are items that don't fit the screen. Then once the overflow button is pressed, the toolbar displays other items vertically, with back button on the bottom to return to the main items.
A FrameLayout that dispatches recycle calls to its child views.
Callback interface for receiving UI visibility state changes.