Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.publication
/
Manifest
/
Manifest
Manifest
constructor
(
context
:
List
<
String
>
=
emptyList()
,
metadata
:
Metadata
,
links
:
List
<
Link
>
=
emptyList()
,
readingOrder
:
List
<
Link
>
=
emptyList()
,
resources
:
List
<
Link
>
=
emptyList()
,
tableOfContents
:
List
<
Link
>
=
emptyList()
,
subcollections
:
Map
<
String
,
List
<
PublicationCollection
>
>
=
emptyMap()
)