Package 

Class ActivityHostedRouter

    • Method Summary

      Modifier and Type Method Description
      final void setHost(@NonNull() LifecycleHandler lifecycleHandler, @NonNull() ViewGroup container)
      void saveInstanceState(@NonNull() Bundle outState)
      void restoreInstanceState(@NonNull() Bundle savedInstanceState)
      Activity getActivity() Returns this Router's host Activity or {@code null} if it has either not yet been attached toan Activity or if the Activity has been destroyed.
      void onActivityDestroyed(@NonNull() Activity activity, boolean isConfigurationChange)
      final void invalidateOptionsMenu()
      void onActivityResult(int requestCode, int resultCode, @Nullable() Intent data) This should be called by the host Activity when its onActivityResult method is called if the instanceIdof the controller that called startActivityForResult is not known.
      void onContextAvailable()
      • Methods inherited from class com.bluelinelabs.conductor.Router

        addChangeListener, getBackstack, getBackstackSize, getContainerId, getControllerWithInstanceId, getControllerWithTag, handleBack, handleRequestedPermission, hasRootController, onActivityPaused, onActivityResult, onActivityResumed, onActivityStarted, onActivityStopped, onCreateOptionsMenu, onOptionsItemSelected, onPrepareOptionsMenu, onRequestPermissionsResult, popController, popCurrentController, popToRoot, popToRoot, popToTag, popToTag, prepareForHostDetach, pushController, rebindIfNeeded, removeChangeListener, replaceTopController, setBackstack, setPopRootControllerMode, setPopsLastView, setRoot
      • Methods inherited from class java.lang.Object

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