-
public interface UIBlock
A task to execute on the UI View for third party libraries.
-
-
Method Summary
Modifier and Type Method Description abstract void
execute(NativeViewHierarchyManager nativeViewHierarchyManager)
-
-
Method Detail
-
execute
abstract void execute(NativeViewHierarchyManager nativeViewHierarchyManager)
-
-
-
-