-
public class ViewGroupClickEvent extends Event<ViewGroupClickEvent>
Represents a Click on the ReactViewGroup
-
-
Constructor Summary
Constructors Constructor Description ViewGroupClickEvent(int viewId)
ViewGroupClickEvent(int surfaceId, int viewId)
-
Method Summary
Modifier and Type Method Description 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
-
getEventName
String getEventName()
-
canCoalesce
boolean canCoalesce()
-
-
-
-