Aspsine/SwipeToLoadLayout

我想监听滑动的距离,该怎么办

guo8790 opened this issue · 1 comments

我想监听滑动的距离,该怎么办
public interface SwipeTrigger {
    void onPrepare();

    void onMove(int y, boolean isComplete, boolean automatic);

    void onRelease();

    void onComplete();

    void onReset();
}

void onMove(int y, boolean isComplete, boolean automatic);