Package-level declarations

Types

Link copied to clipboard
class InteropEvent(val eventName: String, val eventData: WritableMap?, surfaceId: Int, viewTag: Int) : Event<InteropEvent>

An Event class used by the InteropEventEmitter. This class is just holding the event name and the data which is received by the receiveEvent method and will be passed over the the com.facebook.react.uimanager.events.EventDispatcher

Link copied to clipboard

A reimplementation of RCTEventEmitter which is using a EventDispatcher under the hood.