public interface

OnPreparePopupToolbarListener

com.pspdfkit.listeners.OnPreparePopupToolbarListener

Class Overview

Listener for getting notified of when the popup toolbar is being prepared to be displayed. This allows you to set your own items on the toolbar before it's displayed.

Summary

Public Methods
abstract void onPrepareTextSelectionPopupToolbar(PdfTextSelectionPopupToolbar toolbar)
Called once the text selection toolbar is being prepared to be displayed.

Public Methods

public abstract void onPrepareTextSelectionPopupToolbar (PdfTextSelectionPopupToolbar toolbar)

Called once the text selection toolbar is being prepared to be displayed.

Parameters
toolbar Toolbar that's about to be displayed.