toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.plugins
/
Repository
Repository
data
class
Repository
(
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
(
name
:
String
,
description
:
String
?
,
manifestVersion
:
Int
,
pluginLists
:
List
<
String
>
)
Properties
description
Link copied to clipboard
val
description
:
String
?
manifest
Version
Link copied to clipboard
val
manifestVersion
:
Int
name
Link copied to clipboard
val
name
:
String
plugin
Lists
Link copied to clipboard
val
pluginLists
:
List
<
String
>