Package 

Interface ActivityEventListener

    • Method Summary

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

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