public class

GooglePlayServicesAvailabilityException

extends UserRecoverableAuthException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.gms.auth.GoogleAuthException
         ↳ com.google.android.gms.auth.UserRecoverableAuthException
           ↳ com.google.android.gms.auth.GooglePlayServicesAvailabilityException

Class Overview

GooglePlayServicesAvailabilityExceptions are special instances of UserRecoverableAuthExceptions which are thrown when the expected Google Play services app is not available for some reason. 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.auth.UserRecoverableAuthException
From class java.lang.Throwable
From class java.lang.Object

Public Methods

public int getConnectionStatusCode ()