Url

constructor(url: String, linkInteractionListener: LinkInteractionListener? = null)

Creates a URL-based link annotation.

Parameters

url

The URL to navigate to when the link is clicked.

linkInteractionListener

Interaction listener triggered when user interacts with this link.