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
/
Links
Links
androidJvm
data
class
Links
(
val
json
:
JSONArray
)
Members
Constructors
Links
Link copied to clipboard
androidJvm
constructor
(
json
:
JSONArray
)
Properties
json
Link copied to clipboard
androidJvm
val
json
:
JSONArray
links
Link copied to clipboard
androidJvm
val
links
:
List
<
Link
>
Functions
all
With
Rel
Link copied to clipboard
androidJvm
fun
allWithRel
(
rel
:
String
,
type
:
MediaType
?
=
null
)
:
List
<
Link
>
first
With
Rel
Link copied to clipboard
androidJvm
fun
firstWithRel
(
rel
:
String
,
type
:
MediaType
?
=
null
)
:
Link
?
get
Link copied to clipboard
androidJvm
operator
fun
get
(
rel
:
String
)
:
List
<
Link
>