DefaultLinkHandler

A default implementation of the {@link LinkHandler} interface that handles link taps by opening URIs or jumping to internal page destinations.

Parameters

pdfView

The {@link PDFView} that the handler is associated with.

Constructors

Link copied to clipboard
constructor(pdfView: PDFView)

Functions

Link copied to clipboard
open override fun handleLinkEvent(event: LinkTapEvent)

Handles the link tap event by either opening the URI of the link or jumping to the destination page, if applicable.