Package-level declarations

Types

Link copied to clipboard
data class Book(val guid: Guid, val title: String, val author: String, val isFree: Boolean, val isPodcast: Boolean, val kind: MediaKind)

Basic description of a book that's about to be opened.

Link copied to clipboard

Class for managing a combined epub and audiobook library. (i.e. the Books and Audiobooks SDKs)

Link copied to clipboard
data class EditionsBooksContext(val editions: Editions, val initToken: EditionsInitToken, val eventLogger: EditionsEventLogger)

Data bundle containing instances required by Books for Editions support.

Link copied to clipboard

Token for marking the init process of Editions as completed for the benefit of Book Library.