Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-lcp
/
org.readium.r2.lcp.license.model.components
Package-level
declarations
Types
Types
Link
Link copied to clipboard
androidJvm
data
class
Link
(
val
href
:
Href
,
val
mediaType
:
MediaType
?
=
null
,
val
title
:
String
?
=
null
,
val
rels
:
Set
<
String
>
=
setOf()
,
val
profile
:
String
?
=
null
,
val
length
:
Int
?
=
null
,
val
hash
:
String
?
=
null
)
Links
Link copied to clipboard
androidJvm
data
class
Links
(
val
json
:
JSONArray
)