toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.result
/
CurrentSynced
Current
Synced
data
class
CurrentSynced
(
val
name
:
String
,
val
idPrefix
:
String
,
val
isSynced
:
Boolean
,
val
hasAccount
:
Boolean
,
val
icon
:
Int
?
)
(
source
)
Members
Constructors
Current
Synced
Link copied to clipboard
constructor
(
name
:
String
,
idPrefix
:
String
,
isSynced
:
Boolean
,
hasAccount
:
Boolean
,
icon
:
Int
?
)
Properties
has
Account
Link copied to clipboard
val
hasAccount
:
Boolean
icon
Link copied to clipboard
val
icon
:
Int
?
id
Prefix
Link copied to clipboard
val
idPrefix
:
String
is
Synced
Link copied to clipboard
val
isSynced
:
Boolean
name
Link copied to clipboard
val
name
:
String