BooksFilterDownloadStatus

public enum BooksFilterDownloadStatus : Sendable

The download status for books.

  • any

    Books of any download type.

    Declaration

    Swift

    case any
  • Books that have not been downloaded.

    Declaration

    Swift

    case notDownloaded
  • Books that have been downloaded.

    Declaration

    Swift

    case downloaded