Package 

Class ReactSliderEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String EVENT_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactSliderEvent(int viewId, double value, boolean fromUser)
    • Method Summary

      Modifier and Type Method Description
      double getValue()
      boolean isFromUser()
      String getEventName()
      void dispatch(RCTEventEmitter rctEventEmitter) Dispatch this event to JS using the given event emitter.
      • Methods inherited from class com.facebook.react.uimanager.events.Event

        canCoalesce, coalesce, dispatchModern, getCoalescingKey, getSurfaceId, getTimestampMs, getUIManagerType, getUniqueID, getViewTag, onDispose
      • Methods inherited from class java.lang.Object

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

      • ReactSliderEvent

        ReactSliderEvent(int viewId, double value, boolean fromUser)
    • Method Detail

      • dispatch

         void dispatch(RCTEventEmitter rctEventEmitter)

        Dispatch this event to JS using the given event emitter. Compatible with old and new renderer.Instead of using this or dispatchModern, it is recommended that you simply override`getEventData`.