-
public interface ReactScrollViewHelper.ScrollListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonScroll(ViewGroup scrollView, ScrollEventType scrollEventType, float xVelocity, float yVelocity)abstract voidonLayout(ViewGroup scrollView)-
-
Method Detail
-
onScroll
abstract void onScroll(ViewGroup scrollView, ScrollEventType scrollEventType, float xVelocity, float yVelocity)
-
-
-
-