BookCoverOverlayProvider

Interface for providing optional descriptions to the book covers shown in book lists etc.

Types

Link copied to clipboard
data class Description(val title: String, val description: String)

Description of the overlay.

Link copied to clipboard

Description of where the overlay would be shown.

Functions

Link copied to clipboard

Called per book in lists and elsewhere. Return null if there's nothing to show.