set On Annotation Tap Listener
open fun setOnAnnotationTapListener(@Nullable onAnnotationTapListener: PdfOutlineView.OnAnnotationTapListener)
Sets a listener to be notified of annotation tap events. Calling this method will replace any previously set listener. You may provide null
to clear the listener.
Parameters
on Annotation Tap Listener
OnAnnotationTapListener that should be notified, or null
to clear the listener.