OnPagedDataLoader

public interface OnPagedDataLoader

Paged data loading interface.

Since

5.12.0

Functions

Link copied to clipboard
public abstract boolean hasNext()
Returns whether there is a next page.
Link copied to clipboard
public boolean hasPrevious()
Returns whether there is a previous page.
Link copied to clipboard
public abstract void loadNext(OnDataChangeListener<Boolean> listener)
Loads the next page of data.
Link copied to clipboard
public void loadPrevious(OnDataChangeListener<Boolean> listener)
Loads the previous page of data.