toggle menu
richiesdk
androidJvm
switch theme
search in API
booklibraryui
/
fi.richie.booklibraryui.model
/
ReadingList
Reading
List
data
class
ReadingList
(
_items
:
List
<
ReadingListItem
>
?
,
_bookGuids
:
List
<
Guid
>
?
=
null
)
Reading list description.
Members
Constructors
Reading
List
Link copied to clipboard
constructor
(
_items
:
List
<
ReadingListItem
>
?
,
_bookGuids
:
List
<
Guid
>
?
=
null
)
Properties
book
Guids
Link copied to clipboard
val
bookGuids
:
List
<
Guid
>
The same as
items
, but just the ids.
items
Link copied to clipboard
val
items
:
List
<
ReadingListItem
>
Contents of the user's reading list.