toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.settings.testing
/
TestViewModel
/
TestProgress
Test
Progress
data
class
TestProgress
(
val
passed
:
Int
,
val
failed
:
Int
,
val
total
:
Int
)
(
source
)
Members
Constructors
Test
Progress
Link copied to clipboard
constructor
(
passed
:
Int
,
failed
:
Int
,
total
:
Int
)
Properties
failed
Link copied to clipboard
val
failed
:
Int
passed
Link copied to clipboard
val
passed
:
Int
total
Link copied to clipboard
val
total
:
Int