Listing

public final class 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)

Properties

Link copied to clipboard
private final Function1<Map<Integer, ?>, Array<Novel.Listing>> getListing

This gets data from the listing

Link copied to clipboard
private final Boolean isIncrementing

If you can continue scrolling for more data or not

Link copied to clipboard
private final String name

Name of this listing

Functions

Link copied to clipboard
public final Function1<Map<Integer, ?>, Array<Novel.Listing>> getGetListing()

This gets data from the listing

Link copied to clipboard
public final String getName()

Name of this listing

Link copied to clipboard
public final Boolean isIncrementing()

If you can continue scrolling for more data or not