Book

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.

Constructors

Link copied to clipboard
constructor(guid: Guid, title: String, author: String, isFree: Boolean, isPodcast: Boolean, kind: MediaKind)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The book's author.

Link copied to clipboard
val guid: Guid

The book's GUID.

Link copied to clipboard

Indicates whether this book is marked as freely available in the content feed.

Link copied to clipboard

Indicates whether the content feed considers this content a podcast.

Link copied to clipboard

The media kind of the book. (which may not actually be a book)

Link copied to clipboard

The book's title.