toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
UiText
/
StringResource
String
Resource
class
StringResource
(
@
StringRes
val
resId
:
Int
,
val
args
:
List
<
Any
>
)
:
UiText
(
source
)
Members
Constructors
String
Resource
Link copied to clipboard
constructor
(
@
StringRes
resId
:
Int
,
args
:
List
<
Any
>
)
Properties
args
Link copied to clipboard
val
args
:
List
<
Any
>
res
Id
Link copied to clipboard
val
resId
:
Int
Functions
as
String
Link copied to clipboard
fun
asString
(
context
:
Context
)
:
String
as
String
Null
Link copied to clipboard
fun
asStringNull
(
context
:
Context
?
)
:
String
?
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String