| com.pspdfkit.listeners.OnPreparePopupToolbarListener |
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.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onPrepareTextSelectionPopupToolbar(PdfTextSelectionPopupToolbar toolbar)
Called once the text selection toolbar is being prepared to be displayed.
| ||||||||||
Called once the text selection toolbar is being prepared to be displayed.
| toolbar | Toolbar that's about to be displayed. |
|---|