-
public interface ReactScrollViewCommandHelper.ScrollCommandHandler<T>
-
-
Method Summary
Modifier and Type Method Description abstract void
scrollTo(T scrollView, ReactScrollViewCommandHelper.ScrollToCommandData data)
abstract void
scrollToEnd(T scrollView, ReactScrollViewCommandHelper.ScrollToEndCommandData data)
abstract void
flashScrollIndicators(T scrollView)
-
-
Method Detail
-
scrollTo
abstract void scrollTo(T scrollView, ReactScrollViewCommandHelper.ScrollToCommandData data)
-
scrollToEnd
abstract void scrollToEnd(T scrollView, ReactScrollViewCommandHelper.ScrollToEndCommandData data)
-
flashScrollIndicators
abstract void flashScrollIndicators(T scrollView)
-
-
-
-