-
- All Implemented Interfaces:
-
android.os.Parcelable
public enum AmazonPayConfig.AmazonPayRegion implements Parcelable
Enum representing the checkout languages for Amazon Pay. Each enum constant corresponds to a specific language code.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
languageCode
public final static Parcelable.Creator<AmazonPayConfig.AmazonPayRegion>
CREATOR
-
Method Summary
Modifier and Type Method Description int
describeContents()
void
writeToParcel(@NonNull() Parcel dest, int flags)
static Array<AmazonPayConfig.AmazonPayRegion>
values()
static AmazonPayConfig.AmazonPayRegion
valueOf(String name)
String
getLanguageCode()
Returns the language code associated with the enum constant. -
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
values
static Array<AmazonPayConfig.AmazonPayRegion> values()
-
valueOf
static AmazonPayConfig.AmazonPayRegion valueOf(String name)
-
getLanguageCode
String getLanguageCode()
Returns the language code associated with the enum constant.
-
-
-
-