app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.viewmodels
/
OpenSourceLicensesUiState
Open
Source
Licenses
Ui
State
data
class
OpenSourceLicensesUiState
(
val
licenses
:
List
<
LicenseInfo
>
=
emptyList()
,
val
licenseTypes
:
Map
<
String
,
String
>
=
emptyMap()
,
val
error
:
String
?
=
null
)
Members
Constructors
Open
Source
Licenses
Ui
State
Link copied to clipboard
constructor
(
licenses
:
List
<
LicenseInfo
>
=
emptyList()
,
licenseTypes
:
Map
<
String
,
String
>
=
emptyMap()
,
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
?
=
null
licenses
Link copied to clipboard
val
licenses
:
List
<
LicenseInfo
>
license
Types
Link copied to clipboard
val
licenseTypes
:
Map
<
String
,
String
>