Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
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
)