Class ErrorDialogManager.SupportManagerFragment

  • All Implemented Interfaces:
    android.content.ComponentCallbacks, android.view.View.OnCreateContextMenuListener
    Enclosing class:
    ErrorDialogManager

    public static class ErrorDialogManager.SupportManagerFragment
    extends android.support.v4.app.Fragment
    • Nested Class Summary

      • Nested classes/interfaces inherited from class android.support.v4.app.Fragment

        android.support.v4.app.Fragment.InstantiationException, android.support.v4.app.Fragment.SavedState
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void attachTo​(android.app.Activity activity, java.lang.Object executionScope, boolean finishAfterDialog, android.os.Bundle argumentsForErrorDialog)  
      void onCreate​(android.os.Bundle savedInstanceState)  
      void onEventMainThread​(ThrowableFailureEvent event)  
      void onPause()  
      void onResume()  
      • Methods inherited from class android.support.v4.app.Fragment

        dump, equals, getActivity, getArguments, getFragmentManager, getId, getLayoutInflater, getLoaderManager, getResources, getRetainInstance, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isRemoving, isResumed, isVisible, onActivityCreated, onActivityResult, onAttach, onConfigurationChanged, onContextItemSelected, onCreateAnimation, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroy, onDestroyOptionsMenu, onDestroyView, onDetach, onHiddenChanged, onInflate, onLowMemory, onOptionsItemSelected, onOptionsMenuClosed, onPrepareOptionsMenu, onSaveInstanceState, onStart, onStop, onViewCreated, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, setUserVisibleHint, startActivity, startActivityForResult, toString, unregisterForContextMenu
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • finishAfterDialog

        protected boolean finishAfterDialog
      • argumentsForErrorDialog

        protected android.os.Bundle argumentsForErrorDialog
    • Constructor Detail

      • SupportManagerFragment

        public SupportManagerFragment()
    • Method Detail

      • onCreate

        public void onCreate​(android.os.Bundle savedInstanceState)
        Overrides:
        onCreate in class android.support.v4.app.Fragment
      • onResume

        public void onResume()
        Overrides:
        onResume in class android.support.v4.app.Fragment
      • onPause

        public void onPause()
        Overrides:
        onPause in class android.support.v4.app.Fragment
      • attachTo

        public static void attachTo​(android.app.Activity activity,
                                    java.lang.Object executionScope,
                                    boolean finishAfterDialog,
                                    android.os.Bundle argumentsForErrorDialog)