onOutlineElementTap

abstract fun onOutlineElementTap(@NonNull self: PdfOutlineView, @NonNull outlineElement: OutlineElement)

Called when an outline element was tapped.

Parameters

self

The PdfOutlineView instance that triggered the event.

outlineElement

The OutlineElement that was tapped.