readingList

abstract fun readingList(): ReadingList?

Return the current state of the user's reading list.

If books are removed from the reading list, they're also removed from disk.

A null reading list indicates that the host has no reading list to give yet, e.g. due to networking reasons. In this case the SDK does nothing.