Package 

Interface ReactScrollViewHelper.HasScrollEventThrottle

    • Method Summary

      Modifier and Type Method Description
      abstract void setScrollEventThrottle(int scrollEventThrottle) Set the scroll event throttle in ms.
      abstract int getScrollEventThrottle() Get the scroll event throttle in ms.
      abstract void setLastScrollDispatchTime(long lastScrollDispatchTime) Set the scroll view's last dispatch time for throttling
      abstract long getLastScrollDispatchTime() Get the scroll view dispatch time for throttling
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setScrollEventThrottle

         abstract void setScrollEventThrottle(int scrollEventThrottle)

        Set the scroll event throttle in ms. This number is used to throttle the scroll events. Thedefault value is zero, which means the scroll events are sent with no throttle.

      • setLastScrollDispatchTime

         abstract void setLastScrollDispatchTime(long lastScrollDispatchTime)

        Set the scroll view's last dispatch time for throttling