Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.plugins
/
Repository
Repository
@
Serializable
data
class
Repository
(
val
iconUrl
:
String
?
,
val
name
:
String
,
val
description
:
String
?
,
val
manifestVersion
:
Int
,
val
pluginLists
:
List
<
String
>
)
(
source
)
Comes with the app, always available in the app, non removable.
Members
Constructors
Repository
Link copied to clipboard
constructor
(
iconUrl
:
String
?
,
name
:
String
,
description
:
String
?
,
manifestVersion
:
Int
,
pluginLists
:
List
<
String
>
)
Properties
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
icon
Url
Link copied to clipboard
@
SerialName
(
value
=
"iconUrl"
)
val
iconUrl
:
String
?
manifest
Version
Link copied to clipboard
@
SerialName
(
value
=
"manifestVersion"
)
val
manifestVersion
:
Int
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
plugin
Lists
Link copied to clipboard
@
SerialName
(
value
=
"pluginLists"
)
val
pluginLists
:
List
<
String
>