BookCoverContext

public enum BookCoverContext : Sendable

The context where a book cover is shown.

  • Book featured as a pick in the composition view.

    Declaration

    Swift

    case bookPick
  • Podcast featured as a pick in the composition view.

    Declaration

    Swift

    case podcastPick
  • Book featured in a list attached to a composition.

    Declaration

    Swift

    case bookListPick
  • Book listed in My Books.

    Declaration

    Swift

    case myBooksList
  • Book listed in a category.

    Declaration

    Swift

    case categoryList
  • Book listed in the search results.

    Declaration

    Swift

    case searchList
  • Book listed in the podcasts.

    Declaration

    Swift

    case podcastList
  • Book shown in the book detail view.

    Declaration

    Swift

    case bookDetails