From 6335dc691793192a36be5125ede53c6e61992904 Mon Sep 17 00:00:00 2001 From: fanhl Date: Sun, 17 Jun 2018 13:31:25 +0800 Subject: [PATCH] readme callback --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5ad0abd..5cd7ab6 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ Add it in your root build.gradle at the end of repositories: 回调 onXAxisChangeListeners + fun onCurrentXAxisChanged(currentXAxis: Int) + fun onCurrentXAxisOffsetChanged(currentXAxis: Int, currentXAxisOffset: Float, velocity: Float) + fun oScrollEnd(currentXAxis: Int) # License