toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.result
/
ResultFragment
/
StoredData
Stored
Data
data
class
StoredData
(
val
url
:
String
,
val
apiName
:
String
,
val
showFillers
:
Boolean
,
val
dubStatus
:
DubStatus
,
val
start
:
AutoResume
?
,
val
playerAction
:
Int
,
val
restart
:
Boolean
)
(
source
)
Members
Constructors
Stored
Data
Link copied to clipboard
constructor
(
url
:
String
,
apiName
:
String
,
showFillers
:
Boolean
,
dubStatus
:
DubStatus
,
start
:
AutoResume
?
,
playerAction
:
Int
,
restart
:
Boolean
)
Properties
api
Name
Link copied to clipboard
val
apiName
:
String
dub
Status
Link copied to clipboard
val
dubStatus
:
DubStatus
player
Action
Link copied to clipboard
val
playerAction
:
Int
restart
Link copied to clipboard
val
restart
:
Boolean
show
Fillers
Link copied to clipboard
val
showFillers
:
Boolean
start
Link copied to clipboard
val
start
:
AutoResume
?
url
Link copied to clipboard
val
url
:
String