| java.lang.Object | |||
| ↳ | android.support.v4.app.Fragment | ||
| ↳ | android.support.v4.app.DialogFragment | ||
| ↳ | com.google.android.gms.common.SupportErrorDialogFragment | ||
Wraps the Dialog returned by
 getErrorDialog(int, Activity, int) by using
 DialogFragment so that it can be properly managed by the
 Activity.
 
To use this class, you must include the Android support library in your build path.
| 
  [Expand]
   Inherited Constants  | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
   From class
android.support.v4.app.DialogFragment
  | |||||||||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a  
  DialogFragment for displaying the
 getErrorDialog(int, Activity, int) with an OnCancelListener. | |||||||||||
Create a  
  DialogFragment for displaying the
 getErrorDialog(int, Activity, int). | |||||||||||
Returns a  
  Dialog created by
 getErrorDialog(int, Activity, int) with the provided
 errorCode, activity, request code, and cancel listener. | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  android.support.v4.app.DialogFragment
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From class
  android.support.v4.app.Fragment
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From class
  java.lang.Object
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From interface
  android.content.ComponentCallbacks
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From interface
  android.content.DialogInterface.OnCancelListener
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From interface
  android.content.DialogInterface.OnDismissListener
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   
From interface
  android.view.View.OnCreateContextMenuListener
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Create a DialogFragment for displaying the
 getErrorDialog(int, Activity, int) with an OnCancelListener.
| dialog | The Dialog created by
            getErrorDialog(int, Activity, int). | 
        
|---|---|
| cancelListener | A DialogInterface.OnCancelListener for when a user cancels the
          DialogFragment. | 
        
Create a DialogFragment for displaying the
 getErrorDialog(int, Activity, int).
| dialog | The Dialog created by
            getErrorDialog(int, Activity, int). | 
        
|---|
Returns a Dialog created by
 getErrorDialog(int, Activity, int) with the provided
 errorCode, activity, request code, and cancel listener.
| savedInstanceState | Not used. | 
|---|