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.explore
/
ExploreDisplayBook
Explore
Display
Book
data
class
ExploreDisplayBook
(
val
id
:
String
,
val
title
:
String
,
val
author
:
String
,
val
coverUri
:
Uri
)
探索页用于展示的书本简要信息
Since
Api 2
Parameters
id
书本id
title
书本标题
author
书本作者
cover
Uri
书本封面的
Uri
Members
Constructors
Explore
Display
Book
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
author
:
String
,
coverUri
:
Uri
)
Properties
author
Link copied to clipboard
val
author
:
String
cover
Uri
Link copied to clipboard
val
coverUri
:
Uri
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String