public class DrawerStateChangedEvent extends Event<DrawerStateChangedEvent>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_NAME |
Constructor and Description |
---|
DrawerStateChangedEvent(int viewId,
int drawerState) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(RCTEventEmitter rctEventEmitter)
Dispatch this event to JS using the given event emitter.
|
short |
getCoalescingKey() |
int |
getDrawerState() |
java.lang.String |
getEventName() |
canCoalesce, coalesce, getTimestampMs, getUniqueID, getViewTag, init, onDispose
public static final java.lang.String EVENT_NAME
public DrawerStateChangedEvent(int viewId, int drawerState)
public int getDrawerState()
public java.lang.String getEventName()
getEventName
in class Event<DrawerStateChangedEvent>
public short getCoalescingKey()
getCoalescingKey
in class Event<DrawerStateChangedEvent>
public void dispatch(RCTEventEmitter rctEventEmitter)
Event
dispatch
in class Event<DrawerStateChangedEvent>