PdfView.LinkClickListener


public interface PdfView.LinkClickListener


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

Summary

Public methods

abstract boolean

Called when a link in the PDF is clicked.

Public methods

onLinkClicked

Added in 1.0.0-alpha10
abstract boolean onLinkClicked(@NonNull ExternalLink externalLink)

Called when a link in the PDF is clicked.

Parameters
@NonNull ExternalLink externalLink

The ExternalLink associated with the link.

Returns
boolean

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