Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders.providers
/
SimklApi
/
Companion
/
AllItemsResponse
/
ShowMetadata
/
Show
/
Ids
Ids
@
Serializable
data
class
Ids
(
val
simkl
:
Int
,
val
slug
:
String
?
,
val
imdb
:
String
?
,
val
zap2it
:
String
?
,
val
tmdb
:
String
?
,
val
offen
:
String
?
,
val
tvdb
:
String
?
,
val
mal
:
String
?
,
val
anidb
:
String
?
,
val
anilist
:
String
?
,
val
traktslug
:
String
?
)
(
source
)
Members
Constructors
Ids
Link copied to clipboard
constructor
(
simkl
:
Int
,
slug
:
String
?
,
imdb
:
String
?
,
zap2it
:
String
?
,
tmdb
:
String
?
,
offen
:
String
?
,
tvdb
:
String
?
,
mal
:
String
?
,
anidb
:
String
?
,
anilist
:
String
?
,
traktslug
:
String
?
)
Properties
anidb
Link copied to clipboard
@
SerialName
(
value
=
"anidb"
)
val
anidb
:
String
?
anilist
Link copied to clipboard
@
SerialName
(
value
=
"anilist"
)
val
anilist
:
String
?
imdb
Link copied to clipboard
@
SerialName
(
value
=
"imdb"
)
val
imdb
:
String
?
mal
Link copied to clipboard
@
SerialName
(
value
=
"mal"
)
val
mal
:
String
?
offen
Link copied to clipboard
@
SerialName
(
value
=
"offen"
)
val
offen
:
String
?
simkl
Link copied to clipboard
@
SerialName
(
value
=
"simkl"
)
val
simkl
:
Int
slug
Link copied to clipboard
@
SerialName
(
value
=
"slug"
)
val
slug
:
String
?
tmdb
Link copied to clipboard
@
SerialName
(
value
=
"tmdb"
)
val
tmdb
:
String
?
traktslug
Link copied to clipboard
@
SerialName
(
value
=
"traktslug"
)
val
traktslug
:
String
?
tvdb
Link copied to clipboard
@
SerialName
(
value
=
"tvdb"
)
val
tvdb
:
String
?
zap2it
Link copied to clipboard
@
SerialName
(
value
=
"zap2it"
)
val
zap2it
:
String
?
Functions
matches
Id
Link copied to clipboard
fun
matchesId
(
database
:
SimklSyncServices
,
id
:
String
)
:
Boolean