PdfView.LinkClickListener


interface PdfView.LinkClickListener


Listener interface for handling clicks on links in a PDF document.

Summary

Public functions

Boolean
onLinkClicked(externalLink: ExternalLink)

Called when a link in the PDF is clicked.

Public functions

onLinkClicked

Added in 1.0.0-alpha10
fun onLinkClicked(externalLink: ExternalLink): Boolean

Called when a link in the PDF is clicked.

Parameters
externalLink: ExternalLink

The ExternalLink associated with the link.

Returns
Boolean

True if the link click was handled, false to use the default behavior.