toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders.providers
/
MALApi
/
MalStatus
Mal
Status
data
class
MalStatus
(
val
status
:
String
,
val
score
:
Int
,
val
numEpisodesWatched
:
Int
,
val
isRewatching
:
Boolean
,
val
updatedAt
:
String
)
(
source
)
Members
Constructors
Mal
Status
Link copied to clipboard
constructor
(
status
:
String
,
score
:
Int
,
numEpisodesWatched
:
Int
,
isRewatching
:
Boolean
,
updatedAt
:
String
)
Properties
is
Rewatching
Link copied to clipboard
val
isRewatching
:
Boolean
num
Episodes
Watched
Link copied to clipboard
val
numEpisodesWatched
:
Int
score
Link copied to clipboard
val
score
:
Int
status
Link copied to clipboard
val
status
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
String