toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
txt
txt
fun
txt
(
value
:
String
)
:
UiText
(
source
)
@
JvmName
(
name
=
"txtNull"
)
fun
txt
(
value
:
String
?
)
:
UiText
?
(
source
)
fun
txt
(
@
StringRes
resId
:
Int
,
vararg
args
:
Any
)
:
UiText
(
source
)
@
JvmName
(
name
=
"txtNull"
)
fun
txt
(
@
StringRes
resId
:
Int
?
,
vararg
args
:
Any
?
)
:
UiText
?
(
source
)