public interface NotThreadSafeUiManagerDebugListener
UIManagerModule events. This listener should only be
used for debug purposes and should not affect application state.
NB: while onViewHierarchyUpdateFinished will always be called from the UI thread, there are no
guarantees what thread onViewHierarchyUpdateEnqueued is called on.| Modifier and Type | Method and Description |
|---|---|
void |
onViewHierarchyUpdateEnqueued()
Called when
UIManagerModule enqueues a UI batch to be dispatched to the main thread. |
void |
onViewHierarchyUpdateFinished()
Called from the main thread after a UI batch has been applied to all root views.
|
void onViewHierarchyUpdateEnqueued()
UIManagerModule enqueues a UI batch to be dispatched to the main thread.void onViewHierarchyUpdateFinished()