public static class ErrorDialogManager.HoneycombManagerFragment
extends android.app.Fragment
Modifier and Type | Field and Description |
---|---|
protected android.os.Bundle |
argumentsForErrorDialog |
protected boolean |
finishAfterDialog |
Constructor and Description |
---|
HoneycombManagerFragment() |
Modifier and Type | Method and Description |
---|---|
static void |
attachTo(android.app.Activity activity,
java.lang.Object executionScope,
boolean finishAfterDialog,
android.os.Bundle argumentsForErrorDialog) |
void |
onEventMainThread(ThrowableFailureEvent event) |
void |
onPause() |
void |
onResume() |
dump, equals, getActivity, getArguments, getFragmentManager, getId, 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, onCreate, onCreateAnimator, onCreateContextMenu, onCreateOptionsMenu, onCreateView, onDestroy, onDestroyOptionsMenu, onDestroyView, onDetach, onHiddenChanged, onInflate, onInflate, onLowMemory, onOptionsItemSelected, onOptionsMenuClosed, onPrepareOptionsMenu, onSaveInstanceState, onStart, onStop, onTrimMemory, onViewCreated, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, setUserVisibleHint, startActivity, startActivity, startActivityForResult, startActivityForResult, toString, unregisterForContextMenu
protected boolean finishAfterDialog
protected android.os.Bundle argumentsForErrorDialog
public void onResume()
onResume
in class android.app.Fragment
public void onPause()
onPause
in class android.app.Fragment
public void onEventMainThread(ThrowableFailureEvent event)
public static void attachTo(android.app.Activity activity, java.lang.Object executionScope, boolean finishAfterDialog, android.os.Bundle argumentsForErrorDialog)
Available under the Apache License, Version 2.0 - Copyright © 2012-2014 greenrobot.de. All Rights Reserved.