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.content
/
ContentData
Content
Data
data
class
ContentData
(
val
components
:
List
<
AbstractContentComponent
<
*
>
>
)
章节内容数据, 封装组件列表
Since
Api 2
Parameters
components
内容组件列表
Members
Constructors
Content
Data
Link copied to clipboard
constructor
(
components
:
List
<
AbstractContentComponent
<
*
>
>
)
Types
Companion
Link copied to clipboard
object
Companion
ContentData
工厂方法集合
Properties
components
Link copied to clipboard
val
components
:
List
<
AbstractContentComponent
<
*
>
>