-
public class ContentSizeChangeEvent extends Event<ContentSizeChangeEvent>
Event dispatched when total width or height of a view's children changes
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
EVENT_NAME
-
Constructor Summary
Constructors Constructor Description ContentSizeChangeEvent(int viewTag, int width, int height)
ContentSizeChangeEvent(int surfaceId, int viewTag, int width, int height)
-
Method Summary
Modifier and Type Method Description String
getEventName()
-
Methods inherited from class com.facebook.react.uimanager.events.Event
canCoalesce, 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()
-
-
-
-