AuthenticatorTransferCompletionStatus | Doclava
public abstract @interface

AuthenticatorTransferCompletionStatus

implements Annotation
com.google.android.gms.auth.api.accounttransfer.AuthenticatorTransferCompletionStatus

Class Overview

Status for account transfer. This tells the API about the nature of the request. Responses are dependent on the type provided.

Summary

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
From interface java.lang.annotation.Annotation

Constants

public static final int COMPLETED_FAILURE

Notifies to setup that the account transfer has failed. This can be called from importing or exporting side.

Constant Value: 2 (0x00000002)

public static final int COMPLETED_SUCCESS

Notifies to setup that the account transfer was successful. This should only be called on the importing side (aka target).

Constant Value: 1 (0x00000001)