toggle menu
aboutlibraries-core
10.10.0
common
switch theme
search in API
aboutlibraries-core
/
com.mikepenz.aboutlibraries.util
/
Result
Result
class
Result
(
val
libraries
:
List
<
Library
>
,
val
licenses
:
List
<
License
>
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
libraries
:
List
<
Library
>
,
licenses
:
List
<
License
>
)
Properties
libraries
Link copied to clipboard
val
libraries
:
List
<
Library
>
licenses
Link copied to clipboard
val
licenses
:
List
<
License
>
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
List
<
Library
>
component2
Link copied to clipboard
operator
fun
component2
(
)
:
List
<
License
>