-
public interface ReactFindViewUtil.OnViewFoundListener
Callback to be invoked when a react native view has been found
-
-
Method Summary
Modifier and Type Method Description abstract String
getNativeId()
Returns the native id of the view of interest abstract void
onViewFound(View view)
Called when the view has been found -
-
Method Detail
-
getNativeId
abstract String getNativeId()
Returns the native id of the view of interest
-
onViewFound
abstract void onViewFound(View view)
Called when the view has been found
-
-
-
-