Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.result
/
EpisodeClickEvent
Episode
Click
Event
data
class
EpisodeClickEvent
(
val
position
:
Int
?
,
val
action
:
Int
,
val
data
:
ResultEpisode
)
(
source
)
Members
Constructors
Episode
Click
Event
Link copied to clipboard
constructor
(
position
:
Int
?
,
action
:
Int
,
data
:
ResultEpisode
)
constructor
(
action
:
Int
,
data
:
ResultEpisode
)
Properties
action
Link copied to clipboard
val
action
:
Int
data
Link copied to clipboard
val
data
:
ResultEpisode
position
Link copied to clipboard
val
position
:
Int
?