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
/
BookInformation
/
BookInformation
Book
Information
constructor
(
id
:
String
,
title
:
String
,
subtitle
:
String
=
""
,
coverUri
:
Uri
=
Uri.EMPTY
,
author
:
String
,
description
:
String
,
tags
:
List
<
String
>
=
emptyList()
,
publishingHouse
:
String
,
wordCount
:
WordCount
,
lastUpdated
:
LocalDateTime
,
isComplete
:
Boolean
)