-
public interface LinkHandlerAn interface representing a handler for link tap events in a PDF previewer.
-
-
Method Summary
Modifier and Type Method Description abstract UnithandleLinkEvent(LinkTapEvent event)Called when a link is tapped by the user. -
-
Method Detail
-
handleLinkEvent
abstract Unit handleLinkEvent(LinkTapEvent event)
Called when a link is tapped by the user.
- Parameters:
event- The current link tap event.
-
-
-
-