Concat

class Concat(val texts: Any, val separator: String = "") : UiText(source)

Coordinates Concat behavior in the SDAI core UI layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(vararg texts: Any, separator: String = "")

Properties

Link copied to clipboard

Exposes the separator value used by the SDAI core UI layer.

Link copied to clipboard
val texts: Array<out Any>

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.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Executes the equals step in the SDAI core UI layer.

Link copied to clipboard
open override fun hashCode(): Int

Executes the hashCode step in the SDAI core UI layer.