autoLoadMore

public abstract boolean autoLoadMore()

Display load more animation and trigger load more event.

Return

true or false, Status non-compliance will fail. true if successful (fails if state is non-compliant)


public abstract boolean autoLoadMore(int delayed)

Display load more animation and trigger load more event with delayed start.

Return

true or false, Status non-compliance will fail. true if successful (fails if state is non-compliant)

Parameters

delayed

Start delay


public abstract boolean autoLoadMore(int delayed, int duration, float dragRate, boolean animationOnly)

Display load more animation with multifunction options.

Return

true or false, Status non-compliance will fail. true if successful (fails if state is non-compliant)

Parameters

delayed

Start delay

duration

Drag animation duration

dragRate

Drag height ratio

animationOnly

Whether to only show animation without callbacks