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
/
ChapterInformation
Chapter
Information
data
class
ChapterInformation
(
val
id
:
String
,
val
title
:
String
)
:
CanBeEmpty
章节基础信息
Since
Api 2
Parameters
id
章节id
title
章节标题
Members
Constructors
Chapter
Information
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String
Functions
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
判断章节信息是否为空 章节id为空字符串时判断为空