public static class

PlayServicesErrorActivity.ErrorDialogFragment

extends DialogFragment
java.lang.Object
   ↳ android.support.v4.app.Fragment
     ↳ android.support.v4.app.DialogFragment
       ↳ com.urbanairship.google.PlayServicesErrorActivity.ErrorDialogFragment

Class Overview

A DialogFragment that wraps Google Play services error dialogs.

Summary

[Expand]
Inherited Constants
From class android.support.v4.app.DialogFragment
Public Constructors
PlayServicesErrorActivity.ErrorDialogFragment()
Default constructor.
Public Methods
static PlayServicesErrorActivity.ErrorDialogFragment createInstance(int error)
Creates an instance of the error dialog with a given error code.
void onCancel(DialogInterface dialog)
Dialog onCreateDialog(Bundle savedInstanceState)
[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

Public Constructors

public PlayServicesErrorActivity.ErrorDialogFragment ()

Default constructor.

Public Methods

public static PlayServicesErrorActivity.ErrorDialogFragment createInstance (int error)

Creates an instance of the error dialog with a given error code.

Parameters
error The error code.
Returns
  • An ErrorDialogFragment instance.

public void onCancel (DialogInterface dialog)

public Dialog onCreateDialog (Bundle savedInstanceState)