com.foxit.uiextensions.UIExtensionsManager.ILinkEventListener Interface Reference

Public Member Functions

boolean onLinkTapped (LinkInfo linkInfo)
 

Detailed Description

Interface used to allow the user to run some code when do some operations on link

Member Function Documentation

◆ onLinkTapped()

boolean com.foxit.uiextensions.UIExtensionsManager.ILinkEventListener.onLinkTapped ( LinkInfo  linkInfo)

Called when tap a link.

Parameters
linkInfoThe link information of the tapped link.
Returns
Return true to prevent this event from being propagated further, or false to indicate that you have not handled this event and it should continue to be propagated by Foxit.