Package-level declarations
Listeners and callbacks for hooking into PSPDFKit.
Types
Link copied to clipboard
Default implementation of a LocalizationListener which just calls through to default Android localization methods in android.content.res.Resources class and picks up strings from XML files.
Link copied to clipboard
interface DocumentListener
Listeners for document events on the the PdfFragment.
Link copied to clipboard
interface LocalizationListener
Listener that allows SDK UI strings to be localized programmatically.
Link copied to clipboard
interface OnDocumentLongPressListener
Listener for document long press events on the the PdfFragment.
Link copied to clipboard
interface OnMenuItemsGenerateListener
A listener that gets notified when the order of menu items should be declared and the menu items are being generated for the first time.
Link copied to clipboard
interface OnPreparePopupToolbarListener
Listener for getting notified of when the popup toolbar is being prepared to be displayed.
Link copied to clipboard
interface OnVisibilityChangedListener
Listener for receiving visibility changes of PSPDFKit views.
Link copied to clipboard
Collection of multiple OnVisibilityChangedListener objects.
Link copied to clipboard
This listener allows PdfActivity to receive document events.
Link copied to clipboard
Empty implementation of the DocumentListener interface.