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
/
MutableChapterContent
/
MutableChapterContent
Mutable
Chapter
Content
constructor
(
id
:
String
,
title
:
String
,
content
:
JsonObject
,
lastChapter
:
String
=
""
,
nextChapter
:
String
=
""
)
返回可变章节内容对象
Parameters
id
章节id
title
章节标题
content
章节内容的JSON对象
last
Chapter
上一章的章节id,默认为空字符串
next
Chapter
下一章的章节id,默认为空字符串