Package com.creditcall.chipdnamobile
Class FeatureToken
- java.lang.Object
-
- com.creditcall.chipdnamobile.FeatureToken
-
- All Implemented Interfaces:
android.os.Parcelable
public class FeatureToken extends java.lang.Object implements android.os.ParcelableContains data representing information about a generated feature token.- Author:
- Creditcall Ltd
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<FeatureToken>CREATOR
-
Constructor Summary
Constructors Constructor Description FeatureToken(android.os.Parcel in)FeatureToken(java.lang.String value)Constructor for FeatureToken
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()java.lang.StringgetValue()Get the feature token value.voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<FeatureToken> CREATOR
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Get the feature token value.- Returns:
- The token value as a base64 string
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
-