BookCoverOverlayProvider
interface BookCoverOverlayProvider
Interface for providing optional descriptions to the book covers shown in book lists etc.
Types
Functions
Link copied to clipboard
abstract fun overlayForBookCover(guid: Guid, type: BookCoverOverlayProvider.Type): BookCoverOverlayProvider.Description?
Called per book in lists and elsewhere. Return null
if there's nothing to show.