java.lang.Object | ||
↳ | com.google.android.gms.common.api.CommonStatusCodes | |
↳ | com.google.android.gms.auth.api.accounttransfer.AccountTransferStatusCodes |
Account Transfer specific status codes, for use in Status#getStatusCode()
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CHALLENGE_NOT_ALLOWED | Authenticator is not allowed to throw challenge on this particular device. | |||||||||
int | INVALID_REQUEST | Request is invalid or malformed. | |||||||||
int | NOT_ALLOWED_SECURITY | Request is not allowed due to security issue. | |||||||||
int | NO_DATA_AVAILABLE | Signifies that there is no data available right now. | |||||||||
int | SESSION_INACTIVE | Session is no longer active. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an untranslated debug (not user-friendly) string based on the current status code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Authenticator is not allowed to throw challenge on this particular device. It may or may not be possible to throw challenge on the other side. This information can be retrieved by putting a request with type GET_META_INFO
Request is invalid or malformed.
Request is not allowed due to security issue. Either the request is not from the owner, or some other issue is there.
Signifies that there is no data available right now. This could be given when an authenticator tries to get data to import, assuming that there was data meant for it during the setup. In absence of its data, this status is returned.
Session is no longer active. Hence the transfer of data wouldn't work any longer. This will be used when authenticator's call deposit data outside the setup process. Or they take too long to respond, and the session is no longer active.
Returns an untranslated debug (not user-friendly) string based on the current status code.
Parameters | |
---|---|
statusCode |
int |
Returns | |
---|---|
String |