Light Novel Reader Api
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Light Novel Reader Api
Light Novel Reader Api
/
io.nightfish.lightnovelreader.api.book
/
BookVolumes
Book
Volumes
data
class
BookVolumes
(
val
bookId
:
String
,
val
volumes
:
List
<
Volume
>
)
书本卷目录
Since
Api 4
Parameters
book
Id
书本id
volumes
卷列表
Members
Constructors
Book
Volumes
Link copied to clipboard
constructor
(
bookId
:
String
,
volumes
:
List
<
Volume
>
)
Properties
book
Id
Link copied to clipboard
val
bookId
:
String
volumes
Link copied to clipboard
val
volumes
:
List
<
Volume
>