Class

LinkAnnotation

An annotation that represents a clickable part of the text.

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

An annotation that represents a clickable part of the text.

Properties

linkInteractionListener

Source set: Common
abstract val linkInteractionListener: LinkInteractionListener?

Interaction listener triggered when user interacts with this link.

styles

Source set: Common
abstract val styles: TextLinkStyles?

Style configuration for this link in different states.

Last updated: