DynamicString

data class DynamicString(val value: String) : UiText

A dynamic string that can be used to represent a string that is not known at compile time.

Parameters

value

The string value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun asString(context: Context): String

Returns the string value of this UiText.