GooglePlayServicesNotAvailableException

public final class GooglePlayServicesNotAvailableException extends Exception


Indicates Google Play services is not available.

Summary

Public fields

final int
@SuppressViolation(value = "hide_members_annotation")
errorCode

The error code returned by isGooglePlayServicesAvailable call.

Public constructors

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public fields

errorCode

@SuppressViolation(value = "hide_members_annotation")
public final int errorCode

The error code returned by isGooglePlayServicesAvailable call.

Public constructors

GooglePlayServicesNotAvailableException

public GooglePlayServicesNotAvailableException(int errorCode)