toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
TrailerData
Trailer
Data
data
class
TrailerData
(
val
extractorUrl
:
String
,
val
referer
:
String
?
,
val
raw
:
Boolean
)
(
source
)
Members
Constructors
Trailer
Data
Link copied to clipboard
constructor
(
extractorUrl
:
String
,
referer
:
String
?
,
raw
:
Boolean
)
Properties
extractor
Url
Link copied to clipboard
val
extractorUrl
:
String
raw
Link copied to clipboard
val
raw
:
Boolean
referer
Link copied to clipboard
val
referer
:
String
?