toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
InAppUpdater
/
Companion
/
GithubAsset
Github
Asset
data
class
GithubAsset
(
val
name
:
String
,
val
size
:
Int
,
val
browserDownloadUrl
:
String
,
val
contentType
:
String
)
(
source
)
Members
Constructors
Github
Asset
Link copied to clipboard
constructor
(
name
:
String
,
size
:
Int
,
browserDownloadUrl
:
String
,
contentType
:
String
)
Properties
browser
Download
Url
Link copied to clipboard
val
browserDownloadUrl
:
String
content
Type
Link copied to clipboard
val
contentType
:
String
name
Link copied to clipboard
val
name
:
String
size
Link copied to clipboard
val
size
:
Int