toggle menu
Provider API Reference
jvm
switch theme
search in API
model-provider
/
com.flixclusive.model.provider
/
ProviderData
/
ProviderData
Provider
Data
constructor
(
authors
:
List
<
Author
>
,
repositoryUrl
:
String
?
,
buildUrl
:
String
?
,
changelog
:
String
?
=
null
,
versionName
:
String
,
versionCode
:
Long
,
adult
:
Boolean
=
false
,
description
:
String
?
,
iconUrl
:
String
?
,
language
:
Language
,
name
:
String
,
providerType
:
ProviderType
,
status
:
Status
)
(
source
)