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