onAnnotationTap

abstract fun onAnnotationTap(@NonNull self: PdfOutlineView, @NonNull annotation: Annotation)

Called when an annotation was tapped inside the annotation list.

Parameters

self

The PdfOutlineView instance that triggered the event.

annotation

The Annotation that was tapped.