AuthenticatorTransferCompletionStatus
Stay organized with collections
Save and categorize content based on your preferences.
Status for account transfer. This tells the API about the nature of the request. Responses
are dependent on the type provided.
Inherited Method Summary
From interface java.lang.annotation.Annotation
abstract Class<? extends Annotation>
|
annotationType()
|
abstract boolean |
|
abstract int |
hashCode()
|
abstract String
|
toString()
|
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
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eAuthenticatorTransferCompletionStatus\u003c/code\u003e is an annotation used to indicate the status of an account transfer process.\u003c/p\u003e\n"],["\u003cp\u003eIt provides two constants: \u003ccode\u003eCOMPLETED_SUCCESS\u003c/code\u003e signaling a successful transfer and \u003ccode\u003eCOMPLETED_FAILURE\u003c/code\u003e indicating a failed transfer.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCOMPLETED_SUCCESS\u003c/code\u003e should be used by the importing side, while \u003ccode\u003eCOMPLETED_FAILURE\u003c/code\u003e can be used by both importing and exporting sides.\u003c/p\u003e\n"],["\u003cp\u003eThis status information helps the API understand the nature of the request and respond accordingly.\u003c/p\u003e\n"]]],[],null,["# AuthenticatorTransferCompletionStatus\n\npublic abstract @interface **AuthenticatorTransferCompletionStatus** implements [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html) \nStatus for account transfer. This tells the API about the nature of the request. Responses\nare dependent on the type provided. \n\n### Constant Summary\n\n|-----|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------|\n| int | [COMPLETED_FAILURE](/android/reference/com/google/android/gms/auth/api/accounttransfer/AuthenticatorTransferCompletionStatus#COMPLETED_FAILURE) | Notifies to setup that the account transfer has failed. |\n| int | [COMPLETED_SUCCESS](/android/reference/com/google/android/gms/auth/api/accounttransfer/AuthenticatorTransferCompletionStatus#COMPLETED_SUCCESS) | Notifies to setup that the account transfer was successful. |\n\n### Inherited Method Summary\n\nFrom interface java.lang.annotation.Annotation \n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| abstract [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c? extends [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html)\\\u003e | annotationType() |\n| abstract boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| abstract int | hashCode() |\n| abstract [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n\nConstants\n---------\n\n#### public static final int\n**COMPLETED_FAILURE**\n\nNotifies to setup that the account transfer has failed. This can be called from\nimporting or exporting side. \nConstant Value: 2 \n\n#### public static final int\n**COMPLETED_SUCCESS**\n\nNotifies to setup that the account transfer was successful. This should only be\ncalled on the importing side (aka target). \nConstant Value: 1"]]