-
public interface ReactFindViewUtil.OnMultipleViewsFoundListener
Callback to be invoked when all react native views with geiven NativeIds have been found
-
-
Method Summary
Modifier and Type Method Description abstract void
onViewFound(View view, String nativeId)
-
-
Method Detail
-
onViewFound
abstract void onViewFound(View view, String nativeId)
-
-
-
-