UiText
Unresolved text retained by the platform-neutral tree.
Runtime adapters resolve values only at their platform boundary. Exhaustive visitors must handle every variant, including WithFont. A visitor compiled against a smaller variant set can fail when it receives an unknown variant even when the older JVM members remain available.
Inheritors
Types
Link copied to clipboard
A concatenation whose parts remain individually unresolved.
Link copied to clipboard
A typed platform payload retained without interpreting its ownership or namespace.
Link copied to clipboard
class Translated(val key: String, arguments: List<UiTextArgument> = emptyList(), val fallback: TranslationFallback = TranslationFallback.UseKey) : UiText
A translation key with typed arguments and a non-null fallback policy.
Link copied to clipboard
Text carrying a resource-pack font identifier without resolving or owning the font resource.