LinkAnnotation

Class

Common
abstract class LinkAnnotation private constructor() : AnnotatedString.Annotation

An annotation that represents a clickable part of the text.

Properties

Common
abstract val linkInteractionListener: LinkInteractionListener?

Interaction listener triggered when user interacts with this link.

Common
abstract val styles: TextLinkStyles?

Style configuration for this link in different states.