toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.extractors
/
Vidplay
/
Step
Step
data
class
Step
(
val
sequence
:
Int
,
val
method
:
String
,
val
keys
:
List
<
String
>
?
=
null
)
(
source
)
Members
Constructors
Step
Link copied to clipboard
constructor
(
sequence
:
Int
,
method
:
String
,
keys
:
List
<
String
>
?
=
null
)
Properties
keys
Link copied to clipboard
val
keys
:
List
<
String
>
?
=
null
method
Link copied to clipboard
val
method
:
String
sequence
Link copied to clipboard
val
sequence
:
Int