Function

withLink

Pushes a LinkAnnotation to the AnnotatedString.Builder, executes block and then pops the annotation.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
inline fun <R : Any> Builder.withLink(link: LinkAnnotation, block: Builder.() -> R): R

Pushes a LinkAnnotation to the AnnotatedString.Builder, executes block and then pops the annotation.

Parameters

link A LinkAnnotation object representing a clickable part of the text
block function to be executed

Returns

result of the block