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.services.content
/
Content
/
Attribute
Attribute
data
class
Attribute
<
V
>
(
val
key
:
Content.AttributeKey
<
V
>
,
val
value
:
V
)
An attribute is an arbitrary key-value metadata pair.
Members
Constructors
Attribute
Link copied to clipboard
constructor
(
key
:
Content.AttributeKey
<
V
>
,
value
:
V
)
Properties
key
Link copied to clipboard
val
key
:
Content.AttributeKey
<
V
>
value
Link copied to clipboard
val
value
:
V