Package com.pspdfkit.listeners
Listeners and callbacks for hooking into Nutrient.
See: Description
-
Interface Summary Interface Description 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. OnDocumentLongPressListener Listener for document long press events on the the PdfFragment. PdfActivityListener This listener allows PdfActivity to receive document events. OnVisibilityChangedListener Listener for receiving visibility changes of PSPDFKit views. DocumentListener Listeners for document events on the the PdfFragment. OnPreparePopupToolbarListener Listener for getting notified of when the popup toolbar is being prepared to be displayed. LocalizationListener Listener that allows SDK UI strings to be localized programmatically. -
Class Summary Class Description SimpleDocumentListener Empty implementation of the DocumentListener interface. OnVisibilityChangedListenerManager Collection of multiple OnVisibilityChangedListener objects. DefaultLocalizationListener 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.