toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.result
/
EpisodeRange
Episode
Range
data
class
EpisodeRange
(
val
startIndex
:
Int
,
val
length
:
Int
,
val
startEpisode
:
Int
,
val
endEpisode
:
Int
)
(
source
)
This starts at 1
Members
Constructors
Episode
Range
Link copied to clipboard
constructor
(
startIndex
:
Int
,
length
:
Int
,
startEpisode
:
Int
,
endEpisode
:
Int
)
Properties
end
Episode
Link copied to clipboard
val
endEpisode
:
Int
length
Link copied to clipboard
val
length
:
Int
start
Episode
Link copied to clipboard
val
startEpisode
:
Int
start
Index
Link copied to clipboard
val
startIndex
:
Int