Package-level declarations

Types

Link copied to clipboard
data class ReadingList(_items: List<ReadingListItem>?, _bookGuids: List<Guid>? = null)

Reading list description.

Link copied to clipboard
interface ReadingListHost

Reading list interface for the host app to implement.