toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
UiText
/
DynamicString
Dynamic
String
data
class
DynamicString
(
val
value
:
String
)
:
UiText
(
source
)
Members
Constructors
Dynamic
String
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
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