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
/
LocalBookDataSourceApi
/
getChapterContent
get
Chapter
Content
abstract
suspend
fun
getChapterContent
(
id
:
String
)
:
MutableChapterContent
?
通过章节id获取本地存储的章节内容
Return
可变的章节内容对象, 如果本地不存在则返回null
Since
Api 2
Parameters
id
章节id