---
title: "LinkInteractionListener"
description: "An interface triggered when a user interacts with a link in the text"
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
fun interface LinkInteractionListener
```


An interface triggered when a user interacts with a link in the text


## Functions

```kotlin
fun onClick(link: LinkAnnotation)
```


Triggered when a user clicks on the `link`



