Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.plugins
/
PluginWrapper
Plugin
Wrapper
@
Serializable
data
class
PluginWrapper
(
val
repository
:
Repository
,
val
repositoryData
:
RepositoryData
,
val
plugin
:
SitePlugin
)
(
source
)
Members
Constructors
Plugin
Wrapper
Link copied to clipboard
constructor
(
repository
:
Repository
,
repositoryData
:
RepositoryData
,
plugin
:
SitePlugin
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
plugin
Link copied to clipboard
@
SerialName
(
value
=
"plugin"
)
val
plugin
:
SitePlugin
repository
Link copied to clipboard
@
SerialName
(
value
=
"repository"
)
val
repository
:
Repository
repository
Data
Link copied to clipboard
@
SerialName
(
value
=
"repositoryData"
)
val
repositoryData
:
RepositoryData