toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
InAppUpdater
/
Companion
/
Update
Update
data
class
Update
(
val
shouldUpdate
:
Boolean
,
val
updateURL
:
String
?
,
val
updateVersion
:
String
?
,
val
changelog
:
String
?
,
val
updateNodeId
:
String
?
)
(
source
)
Members
Constructors
Update
Link copied to clipboard
constructor
(
shouldUpdate
:
Boolean
,
updateURL
:
String
?
,
updateVersion
:
String
?
,
changelog
:
String
?
,
updateNodeId
:
String
?
)
Properties
changelog
Link copied to clipboard
val
changelog
:
String
?
should
Update
Link copied to clipboard
val
shouldUpdate
:
Boolean
update
Node
Id
Link copied to clipboard
val
updateNodeId
:
String
?
update
URL
Link copied to clipboard
val
updateURL
:
String
?
update
Version
Link copied to clipboard
val
updateVersion
:
String
?