public class ThreeDSecureAuthenticationResponse
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ThreeDSecureAuthenticationResponse> |
CREATOR |
| Constructor and Description |
|---|
ThreeDSecureAuthenticationResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static ThreeDSecureAuthenticationResponse |
fromException(java.lang.String exception)
Deprecated.
ThreeDSecure WebView flow is deprecated. Use the browser-switch flow.
https://developers.braintreepayments.com/guides/3d-secure/client-side/android/v2 |
static ThreeDSecureAuthenticationResponse |
fromJson(java.lang.String jsonString)
Used to parse a response from the Braintree Gateway to be used for 3D Secure.
|
CardNonce |
getCardNonce() |
java.lang.String |
getErrors()
Deprecated.
|
java.lang.String |
getException() |
static CardNonce |
getNonceWithAuthenticationDetails(java.lang.String jsonString,
CardNonce lookupCardNonce)
Deprecated.
|
boolean |
isSuccess()
Deprecated.
Use
ThreeDSecureInfo.isLiabilityShifted() and
ThreeDSecureInfo.isLiabilityShiftPossible() to determine state of 3D Secure authentication |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ThreeDSecureAuthenticationResponse> CREATOR
public static ThreeDSecureAuthenticationResponse fromJson(java.lang.String jsonString)
jsonString - The json response from the Braintree Gateway 3D Secure authentication route.ThreeDSecureAuthenticationResponse to use when performing 3D Secure
authentication.@Deprecated public static CardNonce getNonceWithAuthenticationDetails(java.lang.String jsonString, CardNonce lookupCardNonce)
@Deprecated public static ThreeDSecureAuthenticationResponse fromException(java.lang.String exception)
https://developers.braintreepayments.com/guides/3d-secure/client-side/android/v2@Deprecated public boolean isSuccess()
ThreeDSecureInfo.isLiabilityShifted() and
ThreeDSecureInfo.isLiabilityShiftPossible() to determine state of 3D Secure authenticationpublic CardNonce getCardNonce()
CardNonce associated with the 3D Secure
authentication@Deprecated public java.lang.String getErrors()
ThreeDSecureInfo.getErrorMessage()public java.lang.String getException()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable