Package 

Interface ReactFindViewUtil.OnViewFoundListener

    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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