Listing
This represents a "Page" that the source might have for listing novels.
Many sources have a singular listing, which contains filters and queries.
Some sources have extra pages to display sources, such as a separate page for latest updates or most viewed
Constructors
Link copied to clipboard
public IExtension.Listing IExtension.Listing(String name, Boolean isIncrementing, Function1<Map<Integer, ?>, Array<Novel.Listing>> getListing)