ReadingList

public struct ReadingList : Equatable, Sendable

ReadingList defines the user’s reading list.

  • A list of book identifiers.

    Declaration

    Swift

    public let bookGuids: [String]
  • Initialize ReadingList with the given book identifiers.

    Declaration

    Swift

    public init(bookGuids: [String])