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
/
TextElement
/
Role
/
Quote
Quote
data
class
Quote
(
val
referenceUrl
:
URL
?
,
val
referenceTitle
:
String
?
)
:
Content.TextElement.Role
A quotation.
Parameters
reference
Url
URL to the source for this quote.
reference
Title
Name of the source for this quote.
Members
Constructors
Quote
Link copied to clipboard
constructor
(
referenceUrl
:
URL
?
,
referenceTitle
:
String
?
)
Properties
reference
Title
Link copied to clipboard
val
referenceTitle
:
String
?
reference
Url
Link copied to clipboard
val
referenceUrl
:
URL
?