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