-
- All Implemented Interfaces:
-
android.os.Parcelable
public enum STCPayVerificationOption implements Parcelable
An enumeration of possible verification options for STC pay transaction.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<STCPayVerificationOption>
CREATOR
-
Enum Constant Summary
Enum Constants Enum Constant Description MOBILE_PHONE
Verification through mobile phone number.
QR_CODE
Verification through QR-Code.
-
Method Summary
Modifier and Type Method Description int
describeContents()
void
writeToParcel(Parcel dest, int flags)
static Array<STCPayVerificationOption>
values()
static STCPayVerificationOption
valueOf(String name)
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
values
static Array<STCPayVerificationOption> values()
-
valueOf
static STCPayVerificationOption valueOf(String name)
-
-
-
-