-
public class DrawerStateChangedEvent extends Event<DrawerStateChangedEvent>
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
EVENT_NAME
-
Constructor Summary
Constructors Constructor Description DrawerStateChangedEvent(int viewId, int drawerState)
DrawerStateChangedEvent(int surfaceId, int viewId, int drawerState)
-
Method Summary
Modifier and Type Method Description int
getDrawerState()
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
-
getDrawerState
int getDrawerState()
-
getEventName
String getEventName()
-
-
-
-