{% setvar book_path %}/android/reference/kotlin/_book.yaml{% endsetvar %} {% include "/android/_dackka-meta-tags.html" %}

GooglePlayServicesNotAvailableException

{% setvar page_path %}com/google/android/gms/common/GooglePlayServicesNotAvailableException.html{% endsetvar %} {% setvar doc_root_path %}/android/reference{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "android/_kotlin_switcher2.md" %}

class GooglePlayServicesNotAvailableException : Exception

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.gms.common.GooglePlayServicesNotAvailableException

Indicates Google Play services is not available.

Summary

Public constructors

Public properties

Int
@SuppressViolation(value = "hide_members_annotation")
errorCode

The error code returned by isGooglePlayServicesAvailable call.

Inherited functions

From java.lang.Throwable

Public constructors

GooglePlayServicesNotAvailableException

GooglePlayServicesNotAvailableException(errorCode: Int)

Public properties

errorCode

@SuppressViolation(value = "hide_members_annotation")
val errorCodeInt

The error code returned by isGooglePlayServicesAvailable call.