Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.settings.extensions
/
ExtensionsViewModel
/
PluginStats
Plugin
Stats
data
class
PluginStats
(
val
total
:
Int
,
val
downloaded
:
Int
,
val
disabled
:
Int
,
val
notDownloaded
:
Int
,
val
downloadedText
:
UiText
,
val
disabledText
:
UiText
,
val
notDownloadedText
:
UiText
)
(
source
)
Members
Constructors
Plugin
Stats
Link copied to clipboard
constructor
(
total
:
Int
,
downloaded
:
Int
,
disabled
:
Int
,
notDownloaded
:
Int
,
downloadedText
:
UiText
,
disabledText
:
UiText
,
notDownloadedText
:
UiText
)
Properties
disabled
Link copied to clipboard
val
disabled
:
Int
disabled
Text
Link copied to clipboard
val
disabledText
:
UiText
downloaded
Link copied to clipboard
val
downloaded
:
Int
downloaded
Text
Link copied to clipboard
val
downloadedText
:
UiText
not
Downloaded
Link copied to clipboard
val
notDownloaded
:
Int
not
Downloaded
Text
Link copied to clipboard
val
notDownloadedText
:
UiText
total
Link copied to clipboard
val
total
:
Int