Public Member Functions | |
boolean | onLinkTapped (LinkInfo linkInfo) |
Interface used to allow the user to run some code when do some operations on link
boolean com.foxit.uiextensions.UIExtensionsManager.ILinkEventListener.onLinkTapped | ( | LinkInfo | linkInfo | ) |
Called when tap a link.
linkInfo | The link information of the tapped link. |
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.