aboutlibraries-core
10.5.2
common
aboutlibraries-core
/
com.mikepenz.aboutlibraries.util
/
Result
Result
class
Result
(
val
libraries
:
List
<
Library
>
,
val
licenses
:
List
<
License
>
)
Constructors
Functions
Properties
Constructors
Result
Link copied to clipboard
fun
Result
(
libraries
:
List
<
Library
>
,
licenses
:
List
<
License
>
)
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
List
<
Library
>
component2
Link copied to clipboard
operator
fun
component2
(
)
:
List
<
License
>
Properties
libraries
Link copied to clipboard
val
libraries
:
List
<
Library
>
licenses
Link copied to clipboard
val
licenses
:
List
<
License
>