-
- All Implemented Interfaces:
public final class UIManagerModuleReflected
-
-
Constructor Summary
Constructors Constructor Description UIManagerModuleReflected(ReactContext reactContext)
-
Method Summary
Modifier and Type Method Description final Integer
getUIOpsCount()
final DispatchCommandOperationReflected
getNextUIOpReflected()
final NativeHierarchyManagerReflected
nativeViewHierarchyManager()
final Boolean
isRunnablesListEmpty()
final Boolean
isNonBatchOpsEmpty()
final Boolean
isOperationQueueEmpty()
-
-
Method Detail
-
getUIOpsCount
final Integer getUIOpsCount()
-
getNextUIOpReflected
final DispatchCommandOperationReflected getNextUIOpReflected()
-
nativeViewHierarchyManager
final NativeHierarchyManagerReflected nativeViewHierarchyManager()
-
isRunnablesListEmpty
final Boolean isRunnablesListEmpty()
-
isNonBatchOpsEmpty
final Boolean isNonBatchOpsEmpty()
-
isOperationQueueEmpty
final Boolean isOperationQueueEmpty()
-
-
-
-