-
public interface UIImplementation.LayoutUpdateListenerInterface definition for a callback to be invoked when the layout has been updated
-
-
Method Summary
Modifier and Type Method Description abstract voidonLayoutUpdated(ReactShadowNode root)Called when the layout has been updated -
-
Method Detail
-
onLayoutUpdated
abstract void onLayoutUpdated(ReactShadowNode root)
Called when the layout has been updated
-
-
-
-