Text

interface Text

Text utility for using string resources avoid context

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class PlainText(val value: String) : Text
Link copied to clipboard
data class ResText @JvmOverloads constructor(@StringRes val resId: Int, val formatArgs: List<Any>? = null) : Text

Inheritors

Link copied to clipboard
Link copied to clipboard