public class

GooglePlayServicesRepairableException

extends UserRecoverableException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.gms.common.UserRecoverableException
         ↳ com.google.android.gms.common.GooglePlayServicesRepairableException

Class Overview

GooglePlayServicesRepairableExceptions are special instances of UserRecoverableExceptions which are thrown when Google Play Services is not installed, up-to-date, or enabled. In these cases, client code can use getConnectionStatusCode() in conjunction with getErrorDialog(int, android.app.Activity, int) to provide users with a localized Dialog that will allow users to install, update, or otherwise enable Google Play services.

Summary

Public Methods
int getConnectionStatusCode()
[Expand]
Inherited Methods
From class com.google.android.gms.common.UserRecoverableException
From class java.lang.Throwable
From class java.lang.Object

Public Methods

public int getConnectionStatusCode ()