toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
SimklEpisodeConstructor
Simkl
Episode
Constructor
class
SimklEpisodeConstructor
(
simklId
:
Int
?
,
type
:
String
?
,
totalEpisodeCount
:
Int
?
,
hasEnded
:
Boolean
?
)
(
source
)
Useful to get episodes on demand to prevent unnecessary requests.
Members
Constructors
Simkl
Episode
Constructor
Link copied to clipboard
constructor
(
simklId
:
Int
?
,
type
:
String
?
,
totalEpisodeCount
:
Int
?
,
hasEnded
:
Boolean
?
)
Functions
get
Episodes
Link copied to clipboard
suspend
fun
getEpisodes
(
)
:
Array
<
SimklApi.Companion.EpisodeMetadata
>
?