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

UserRecoverableException

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

class UserRecoverableException : Exception

kotlin.Any
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.gms.common.UserRecoverableException
Known direct subclasses
GooglePlayServicesRepairableException

GooglePlayServicesRepairableExceptions are special instances of s which are thrown when Google Play services is not installed, up-to-date, or enabled.


UserRecoverableExceptions signal errors that can be recovered with user action, such as a user login.

Summary

Public constructors

Public properties

Intent!

Inherited functions

From java.lang.Throwable

Public constructors

UserRecoverableException

UserRecoverableException(msg: String!, intent: Intent!)

Public properties

intent

val intentIntent!