public class

UserRecoverableAuthException

extends GoogleAuthException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.android.gms.auth.GoogleAuthException
         ↳ com.google.android.gms.auth.UserRecoverableAuthException
Known Direct Subclasses

Class Overview

UserRecoverableAuthExceptions signal Google authentication errors that can be recovered with user action, such as a user login.

Summary

Public Constructors
UserRecoverableAuthException(String msg, Intent intent)
Public Methods
Intent getIntent()
Getter for an Intent that when supplied to startActivityForResult(Intent, int), will allow user intervention.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UserRecoverableAuthException (String msg, Intent intent)

Public Methods

public Intent getIntent ()

Getter for an Intent that when supplied to startActivityForResult(Intent, int), will allow user intervention.

Returns
  • Intent representing the ameliorating user action.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.