public class ThreeDSSetup
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ThreeDSSetup> |
CREATOR |
Constructor and Description |
---|
ThreeDSSetup()
Initialize a 3DS object.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
isSuppress3DSChallenge()
Whether or not 3DS challenges are suppressed.
|
boolean |
isThreeDSActive()
Whether or not 3DS is active.
|
void |
setSuppressThreeDSChallenge(boolean threeDSSuppressChallenge)
Set this to true if 3DS should not challenge the user.
|
void |
setThreeDSActive(boolean mIs3DSActive)
Set this to true if 3DS should be active.
|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public static final android.os.Parcelable.Creator<ThreeDSSetup> CREATOR
public boolean isSuppress3DSChallenge()
public void setSuppressThreeDSChallenge(boolean threeDSSuppressChallenge)
threeDSSuppressChallenge
- true if challenge should be suppressed, false otherwisepublic boolean isThreeDSActive()
public void setThreeDSActive(boolean mIs3DSActive)
mIs3DSActive
- true if 3DS should be active, false otherwisepublic int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel out, int flags)
writeToParcel
in interface android.os.Parcelable