java.lang.Object | ||
↳ | com.google.android.gms.common.api.CommonStatusCodes | |
↳ | com.google.android.gms.auth.api.signin.GoogleSignInStatusCodes |
Google Sign In specific status codes, for use in Status#getStatusCode()
.
In addition to codes defined in this class, you might also want to check:
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | SIGN_IN_CANCELLED | The sign in was cancelled by the user. | |||||||||
int | SIGN_IN_FAILED | The sign in attempt didn't succeed with the current account. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an untranslated debug (not user-friendly) string based on the current status code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The sign in was cancelled by the user. i.e. user cancelled some of the sign in resolutions, e.g. account picking or OAuth consent.
The sign in attempt didn't succeed with the current account.
Unlike SIGN_IN_REQUIRED
. when seeing this error code, there is nothing user can do
to recover from the sign in failure.
Returns an untranslated debug (not user-friendly) string based on the current status code.