java.lang.Object | |||
↳ | android.app.Fragment | ||
↳ | android.app.DialogFragment | ||
↳ | com.google.android.gms.common.ErrorDialogFragment |
Wraps the Dialog
returned by
getErrorDialog(int, Activity, int)
by using
DialogFragment
so that it can be properly managed by the
Activity
.
Use this class only if you are targeting API 12 and above. Otherwise, use SupportErrorDialogFragment.
[Expand]
Inherited Constants | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| ||||||||||||||||||||||||||||||||
![]()
|
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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
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. |
ErrorDialogFragment
.
Create a DialogFragment
for displaying the
getErrorDialog(int, Activity, int)
.
dialog | The Dialog created by
getErrorDialog(int, Activity, int) . |
---|
ErrorDialogFragment
.
Returns a Dialog
created by
getErrorDialog(int, Activity, int)
with the provided
errorCode, activity, request code, and cancel listener.
savedInstanceState | Not used. |
---|