Static

data class Static(val value: String) : UiText(source)

Carries Static data through the SDAI core UI layer.

Author

Dmitriy Moroz

Parameters

value

value value consumed by the API.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun UiText.asString(context: Context): String
fun UiText.asString(resources: Resources): String

Executes the asString step in the SDAI core UI layer.

Renders the asString UI for the SDAI presentation layer.