Clickable
An annotation that contains a clickable marked with tag. When clicking on the text to which this annotation is attached, the app will trigger a linkInteractionListener listener.
Properties
Functions
Link copied to clipboard
fun copy(tag: String = this.tag, linkInteractionListener: LinkInteractionListener? = this.linkInteractionListener): OudsLinkAnnotation.Clickable
Creates a copy of this clickable link with optionally modified properties.