-
public class ReactSlidingCompleteEvent extends Event<ReactSlidingCompleteEvent>
Event emitted when the user finishes dragging the slider.
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
EVENT_NAME
-
Constructor Summary
Constructors Constructor Description ReactSlidingCompleteEvent(int viewId, double value)
ReactSlidingCompleteEvent(int surfaceId, int viewId, double value)
-
Method Summary
Modifier and Type Method Description double
getValue()
String
getEventName()
boolean
canCoalesce()
-
Methods inherited from class com.facebook.react.uimanager.events.Event
coalesce, dispatch, 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
-
-
Method Detail
-
getValue
double getValue()
-
getEventName
String getEventName()
-
canCoalesce
boolean canCoalesce()
-
-
-
-