Package com.creditcall.chipdnamobile
Class FeatureToken
java.lang.Object
com.creditcall.chipdnamobile.FeatureToken
- All Implemented Interfaces:
android.os.Parcelable
Contains data representing information about a generated feature token.
- Author:
- Creditcall Ltd
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionFeatureToken(android.os.Parcel in) FeatureToken(String value) Constructor for FeatureToken -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()Get the feature token value.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
FeatureToken
Constructor for FeatureToken- Parameters:
value- The token value, as a base64 string
-
FeatureToken
public FeatureToken(android.os.Parcel in)
-
-
Method Details
-
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
-