app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.viewmodels
/
LicenseInfo
/
LicenseInfo
License
Info
constructor
(
project
:
String
?
,
description
:
String
?
,
version
:
String
?
,
developers
:
List
<
String
>
=
emptyList()
,
url
:
String
?
,
licenses
:
List
<
Pair
<
String
,
String
>
>
=
emptyList()
,
isExpanded
:
Boolean
=
false
)