comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
book
/
com.sorrowblue.comicviewer.feature.book.section
/
NextPage
Next
Page
data
class
NextPage
(
val
isNext
:
Boolean
,
val
nextBooks
:
List
<
NextBook
>
)
:
PageItem
Members
Constructors
Next
Page
Link copied to clipboard
constructor
(
isNext
:
Boolean
,
nextBooks
:
List
<
NextBook
>
)
Properties
is
Next
Link copied to clipboard
val
isNext
:
Boolean
key
Link copied to clipboard
open
override
val
key
:
String
next
Books
Link copied to clipboard
val
nextBooks
:
List
<
NextBook
>