Wraps the Dialog returned by
getErrorDialog(Activity, int, int) by using DialogFragment
so that it can be properly managed by the Activity.
If you are using an Activity from the support library, use SupportErrorDialogFragment
instead.
| int | STYLE_NORMAL | |
| int | STYLE_NO_FRAME | |
| int | STYLE_NO_INPUT | |
| int | STYLE_NO_TITLE |
| int | TRIM_MEMORY_BACKGROUND | |
| int | TRIM_MEMORY_COMPLETE | |
| int | TRIM_MEMORY_MODERATE | |
| int | TRIM_MEMORY_RUNNING_CRITICAL | |
| int | TRIM_MEMORY_RUNNING_LOW | |
| int | TRIM_MEMORY_RUNNING_MODERATE | |
| int | TRIM_MEMORY_UI_HIDDEN |
| static ErrorDialogFragment |
newInstance(Dialog dialog,
DialogInterface.OnCancelListener cancelListener)
Create a
DialogFragment
for displaying the
getErrorDialog(Activity, int, int) with an OnCancelListener.
|
| static ErrorDialogFragment |
newInstance(Dialog dialog)
Create a
DialogFragment
for displaying the
getErrorDialog(Activity, int, int).
|
| void |
onCancel(DialogInterface
dialog)
|
| Dialog |
onCreateDialog(Bundle
savedInstanceState)
Returns a
Dialog
created by
getErrorDialog(Activity, int, int) with the provided errorCode,
activity, request code, and cancel listener.
|
| void |
| void |
dismiss()
|
| void |
dismissAllowingStateLoss()
|
| void | |
| Dialog |
getDialog()
|
| boolean |
getShowsDialog()
|
| int |
getTheme()
|
| boolean |
isCancelable()
|
| void |
onActivityCreated(Bundle arg0)
|
| void |
onAttach(Context
arg0)
|
| void |
onCancel(DialogInterface
arg0)
|
| void |
onCreate(Bundle arg0)
|
| Dialog |
onCreateDialog(Bundle arg0)
|
| void |
onDestroyView()
|
| void |
onDetach()
|
| void |
onDismiss(DialogInterface
arg0)
|
| LayoutInflater |
onGetLayoutInflater(Bundle arg0)
|
| void |
onSaveInstanceState(Bundle arg0)
|
| void |
onStart()
|
| void |
onStop()
|
| void |
setCancelable(boolean arg0)
|
| void |
setShowsDialog(boolean arg0)
|
| void |
setStyle(int arg0, int arg1)
|
| void | |
| int |
| void | |
| final boolean |
equals(Object arg0)
|
| final Activity |
getActivity()
|
| boolean |
getAllowEnterTransitionOverlap()
|
| boolean |
getAllowReturnTransitionOverlap()
|
| final Bundle |
getArguments()
|
| final FragmentManager |
getChildFragmentManager()
|
| Context |
getContext()
|
| Transition |
getEnterTransition()
|
| Transition |
getExitTransition()
|
| final FragmentManager |
getFragmentManager()
|
| final Object |
getHost()
|
| final int |
getId()
|
| final LayoutInflater |
getLayoutInflater()
|
| LoaderManager |
getLoaderManager()
|
| final Fragment |
getParentFragment()
|
| Transition |
getReenterTransition()
|
| final Resources |
getResources()
|
| final boolean |
getRetainInstance()
|
| Transition |
getReturnTransition()
|
| Transition |
getSharedElementEnterTransition()
|
| Transition |
getSharedElementReturnTransition()
|
| final String |
getString(int arg0, Object...
arg1)
|
| final String |
getString(int arg0)
|
| final String |
getTag()
|
| final Fragment |
getTargetFragment()
|
| final int |
getTargetRequestCode()
|
| final CharSequence |
getText(int arg0)
|
| boolean |
getUserVisibleHint()
|
| View |
getView()
|
| final int |
hashCode()
|
| static Fragment | |
| static Fragment | |
| final boolean |
isAdded()
|
| final boolean |
isDetached()
|
| final boolean |
isHidden()
|
| final boolean |
isInLayout()
|
| final boolean |
isRemoving()
|
| final boolean |
isResumed()
|
| final boolean |
isStateSaved()
|
| final boolean |
isVisible()
|
| void |
onActivityCreated(Bundle arg0)
|
| void |
onActivityResult(int arg0, int arg1, Intent
arg2)
|
| void |
onAttach(Activity
arg0)
|
| void |
onAttach(Context
arg0)
|
| void |
onAttachFragment(Fragment
arg0)
|
| void |
onConfigurationChanged(Configuration
arg0)
|
| boolean |
onContextItemSelected(MenuItem
arg0)
|
| void |
onCreate(Bundle arg0)
|
| Animator |
onCreateAnimator(int arg0, boolean arg1, int
arg2)
|
| void | |
| void | |
| View | |
| void |
onDestroy()
|
| void |
onDestroyOptionsMenu()
|
| void |
onDestroyView()
|
| void |
onDetach()
|
| LayoutInflater |
onGetLayoutInflater(Bundle arg0)
|
| void |
onHiddenChanged(boolean arg0)
|
| void | |
| void | |
| void | |
| void |
onLowMemory()
|
| void |
onMultiWindowModeChanged(boolean arg0)
|
| void |
onMultiWindowModeChanged(boolean arg0, Configuration
arg1)
|
| boolean |
onOptionsItemSelected(MenuItem
arg0)
|
| void |
onOptionsMenuClosed(Menu arg0)
|
| void |
onPause()
|
| void |
onPictureInPictureModeChanged(boolean arg0,
Configuration
arg1)
|
| void |
onPictureInPictureModeChanged(boolean arg0)
|
| void |
onPrepareOptionsMenu(Menu arg0)
|
| void |
onRequestPermissionsResult(int arg0, String[]
arg1, int[] arg2)
|
| void |
onResume()
|
| void |
onSaveInstanceState(Bundle arg0)
|
| void |
onStart()
|
| void |
onStop()
|
| void |
onTrimMemory(int arg0)
|
| void | |
| void |
onViewStateRestored(Bundle arg0)
|
| void |
postponeEnterTransition()
|
| void |
registerForContextMenu(View arg0)
|
| final void |
requestPermissions(String[]
arg0, int arg1)
|
| void |
setAllowEnterTransitionOverlap(boolean arg0)
|
| void |
setAllowReturnTransitionOverlap(boolean arg0)
|
| void |
setArguments(Bundle arg0)
|
| void |
setEnterSharedElementCallback(SharedElementCallback
arg0)
|
| void |
setEnterTransition(Transition
arg0)
|
| void |
setExitSharedElementCallback(SharedElementCallback
arg0)
|
| void |
setExitTransition(Transition
arg0)
|
| void |
setHasOptionsMenu(boolean arg0)
|
| void |
setInitialSavedState(Fragment.SavedState
arg0)
|
| void |
setMenuVisibility(boolean arg0)
|
| void |
setReenterTransition(Transition
arg0)
|
| void |
setRetainInstance(boolean arg0)
|
| void |
setReturnTransition(Transition
arg0)
|
| void |
setSharedElementEnterTransition(Transition
arg0)
|
| void |
setSharedElementReturnTransition(Transition
arg0)
|
| void |
setTargetFragment(Fragment
arg0, int arg1)
|
| void |
setUserVisibleHint(boolean arg0)
|
| boolean |
shouldShowRequestPermissionRationale(String arg0)
|
| void |
startActivity(Intent
arg0)
|
| void | |
| void |
startActivityForResult(Intent
arg0, int arg1)
|
| void | |
| void |
startIntentSenderForResult(IntentSender
arg0, int arg1, Intent
arg2, int arg3, int arg4, int arg5, Bundle arg6)
|
| void |
startPostponedEnterTransition()
|
| String |
toString()
|
| void |
unregisterForContextMenu(View arg0)
|
| abstract void |
onCancel(DialogInterface
arg0)
|
| abstract void |
onDismiss(DialogInterface
arg0)
|
| abstract void |
onTrimMemory(int arg0)
|
| abstract void |
| abstract void |
onConfigurationChanged(Configuration
arg0)
|
| abstract void |
onLowMemory()
|
Create a DialogFragment
for displaying the
getErrorDialog(Activity, int, int) with an OnCancelListener.
| dialog | The Dialog
created by
getErrorDialog(Activity, int, int). |
|---|---|
| cancelListener | A
DialogInterface.OnCancelListener for when a user cancels the
DialogFragment. |
ErrorDialogFragment.Create a DialogFragment
for displaying the
getErrorDialog(Activity, int, int).
| dialog | The Dialog
created by
getErrorDialog(Activity, int, int). |
|---|
ErrorDialogFragment.Returns a Dialog created
by
getErrorDialog(Activity, int, int) with the provided errorCode, activity,
request code, and cancel listener.
| savedInstanceState | Not used. |
|---|