com.google.android.gms.auth.api.accounttransfer.AuthenticatorTransferCompletionStatus |
Status for account transfer. This tells the API about the nature of the request. Responses are dependent on the type provided.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | COMPLETED_FAILURE | Notifies to setup that the account transfer has failed. | |||||||||
int | COMPLETED_SUCCESS | Notifies to setup that the account transfer was successful. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Notifies to setup that the account transfer has failed. This can be called from importing or exporting side.
Notifies to setup that the account transfer was successful. This should only be called on the importing side (aka target).