Package 

Class BaseActivityEventListener

    • Method Summary

      Modifier and Type Method Description
      void onActivityResult(int requestCode, int resultCode, Intent data)
      void onActivityResult(Activity activity, int requestCode, int resultCode, @Nullable() Intent data) Called when host (activity/service) receives an onActivityResult call.
      void onNewIntent(Intent intent) Called when a new intent is passed to the activity
      • Methods inherited from class com.facebook.react.bridge.ActivityEventListener

        onActivityResult
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait