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
/
Link
Link
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
)
Members
Constructors
Link
Link copied to clipboard
androidJvm
constructor
(
href
:
Href
,
mediaType
:
MediaType
?
=
null
,
title
:
String
?
=
null
,
rels
:
Set
<
String
>
=
setOf()
,
profile
:
String
?
=
null
,
length
:
Int
?
=
null
,
hash
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
androidJvm
object
Companion
Properties
hash
Link copied to clipboard
androidJvm
val
hash
:
String
?
href
Link copied to clipboard
androidJvm
val
href
:
Href
length
Link copied to clipboard
androidJvm
val
length
:
Int
?
media
Type
Link copied to clipboard
androidJvm
val
mediaType
:
MediaType
?
profile
Link copied to clipboard
androidJvm
val
profile
:
String
?
rels
Link copied to clipboard
androidJvm
val
rels
:
Set
<
String
>
title
Link copied to clipboard
androidJvm
val
title
:
String
?
Functions
url
Link copied to clipboard
androidJvm
fun
url
(
parameters
:
Map
<
String
,
String
>
=
emptyMap()
)
:
Url
Returns the URL represented by this link's HREF.