BookLibraryUiConfiguration

data class BookLibraryUiConfiguration(val topLevelTitle: String? = null, val libraryFilters: List<Filter>? = null, val showBlurredDetailBackground: Boolean? = null, val defaultCoverSize: IntSize? = null)

Configuration class for various UI bits.

Constructors

Link copied to clipboard
constructor(topLevelTitle: String? = null, libraryFilters: List<Filter>? = null, showBlurredDetailBackground: Boolean? = null, defaultCoverSize: IntSize? = null)

Properties

Link copied to clipboard
val defaultCoverSize: IntSize? = null

Default size for a cover that's used if the feed doesn't contain the size. Mainly in podcasts.

Link copied to clipboard
val libraryFilters: List<Filter>? = null

List of filters to be used in the user library view.

Link copied to clipboard

Show a blurred version of the item cover as the background in the detail view.

Link copied to clipboard
val topLevelTitle: String? = null

The title for the top-level views in the library view.