-
- All Implemented Interfaces:
-
android.os.Parcelable
public enum ThreeDS2Info.ThreeDSFlow implements Parcelable
Enumeration of possible 3-D Secure flows.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ThreeDS2Info.ThreeDSFlow>
CREATOR
-
Method Summary
Modifier and Type Method Description int
describeContents()
void
writeToParcel(Parcel dest, int flags)
static Array<ThreeDS2Info.ThreeDSFlow>
values()
static ThreeDS2Info.ThreeDSFlow
valueOf(String name)
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
values
static Array<ThreeDS2Info.ThreeDSFlow> values()
-
valueOf
static ThreeDS2Info.ThreeDSFlow valueOf(String name)
-
-
-
-