app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.viewmodels
/
LicenseInfo
License
Info
data
class
LicenseInfo
(
val
project
:
String
?
,
val
description
:
String
?
,
val
version
:
String
?
,
val
developers
:
List
<
String
>
=
emptyList()
,
val
url
:
String
?
,
val
licenses
:
List
<
Pair
<
String
,
String
>
>
=
emptyList()
,
val
isExpanded
:
Boolean
=
false
)
Members
Constructors
License
Info
Link copied to clipboard
constructor
(
project
:
String
?
,
description
:
String
?
,
version
:
String
?
,
developers
:
List
<
String
>
=
emptyList()
,
url
:
String
?
,
licenses
:
List
<
Pair
<
String
,
String
>
>
=
emptyList()
,
isExpanded
:
Boolean
=
false
)
Properties
description
Link copied to clipboard
val
description
:
String
?
developers
Link copied to clipboard
val
developers
:
List
<
String
>
is
Expanded
Link copied to clipboard
val
isExpanded
:
Boolean
=
false
licenses
Link copied to clipboard
val
licenses
:
List
<
Pair
<
String
,
String
>
>
project
Link copied to clipboard
val
project
:
String
?
url
Link copied to clipboard
val
url
:
String
?
version
Link copied to clipboard
val
version
:
String
?