public class DrawerSlideEvent extends Event<DrawerSlideEvent>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_NAME |
Constructor and Description |
---|
DrawerSlideEvent(int viewId,
float offset) |
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() |
float |
getOffset() |
canCoalesce, coalesce, getTimestampMs, getUniqueID, getViewTag, init, onDispose
public static final java.lang.String EVENT_NAME
public float getOffset()
public java.lang.String getEventName()
getEventName
in class Event<DrawerSlideEvent>
public short getCoalescingKey()
getCoalescingKey
in class Event<DrawerSlideEvent>
public void dispatch(RCTEventEmitter rctEventEmitter)
Event
dispatch
in class Event<DrawerSlideEvent>