BooksFilterSourceType

public enum BooksFilterSourceType : Sendable

The source type for books.

  • The books are from the public feed.

    Declaration

    Swift

    case feed
  • The books are from the personal reading list.

    Declaration

    Swift

    case readingList