set On Outline Element Tap Listener
open fun setOnOutlineElementTapListener(@Nullable onOutlineElementTapListener: PdfOutlineView.OnOutlineElementTapListener)
Sets a listener to be notified of outline tap events. Calling this method will replace any previously set listener. You may provide null
to clear the listener.
Parameters
on Outline Element Tap Listener
OnOutlineElementTapListener that should be notified, or null
to clear the listener.