kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
common
/
com.siddharth.kmp.common
/
UiText
/
Res
Res
data
class
Res
(
val
key
:
String
,
val
args
:
List
<
String
>
=
emptyList()
)
:
UiText
Members
Members & Extensions
Constructors
Res
Link copied to clipboard
constructor
(
key
:
String
,
args
:
List
<
String
>
=
emptyList()
)
Properties
args
Link copied to clipboard
val
args
:
List
<
String
>
key
Link copied to clipboard
val
key
:
String
Functions
as
String
Link copied to clipboard
fun
UiText
.
asString
(
)
:
String
Best-effort resolution with no resource table: Dynamic → its value, Res → its key, Empty → "".