-
- All Implemented Interfaces:
-
com.facebook.react.uimanager.events.BatchEventDispatchedListener
public class EventBeatManager implements BatchEventDispatchedListener
Class that acts as a proxy between the list of EventBeats registered in C++ and the Android side.
-
-
Constructor Summary
Constructors Constructor Description EventBeatManager(ReactApplicationContext reactApplicationContext)
-
Method Summary
Modifier and Type Method Description void
onBatchEventDispatched()
Called after a batch of low priority events has been dispatched. -
-
Constructor Detail
-
EventBeatManager
EventBeatManager(ReactApplicationContext reactApplicationContext)
-
-
Method Detail
-
onBatchEventDispatched
void onBatchEventDispatched()
Called after a batch of low priority events has been dispatched.
-
-
-
-