Foxit PDF SDK  9.1
<ILinkEventListener> Protocol Reference

A link event listener. More...

Inheritance diagram for <ILinkEventListener>:
UIExtensionsManager

Instance Methods

(BOOL) - onLinkOpen:LocationInfo:
 Triggered when the link is clicked. More...
 

Detailed Description

A link event listener.

Method Documentation

◆ onLinkOpen:LocationInfo:

- (BOOL) onLinkOpen: (id)  link
LocationInfo: (CGPoint)  pointParam 
optional

Triggered when the link is clicked.

Parameters
[in]linkClicked link.
[in]pointParamThe link location on page, in device coordination.