public class ThreeDSecureV1UiCustomization
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ThreeDSecureV1UiCustomization> |
CREATOR |
| Constructor and Description |
|---|
ThreeDSecureV1UiCustomization() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getRedirectButtonText() |
java.lang.String |
getRedirectDescription() |
ThreeDSecureV1UiCustomization |
redirectButtonText(java.lang.String text)
Optional.
|
ThreeDSecureV1UiCustomization |
redirectDescription(java.lang.String text)
Optional.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ThreeDSecureV1UiCustomization> CREATOR
public ThreeDSecureV1UiCustomization redirectButtonText(java.lang.String text)
text - The text to display in the button.ThreeDSecureV1UiCustomizationpublic ThreeDSecureV1UiCustomization redirectDescription(java.lang.String text)
text - The text to display below the button.ThreeDSecureV1UiCustomizationpublic java.lang.String getRedirectButtonText()
public java.lang.String getRedirectDescription()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable