comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
model
/
com.sorrowblue.comicviewer.domain.model
/
BookPageImage
Book
Page
Image
@
JvmInline
value
class
BookPageImage
(
val
value
:
Pair
<
Book
,
Int
>
)
Members
Constructors
Book
Page
Image
Link copied to clipboard
constructor
(
value
:
Pair
<
Book
,
Int
>
)
Properties
book
Link copied to clipboard
val
book
:
Book
page
Index
Link copied to clipboard
val
pageIndex
:
Int
value
Link copied to clipboard
val
value
:
Pair
<
Book
,
Int
>