Class FeatureToken

  • All Implemented Interfaces:
    android.os.Parcelable

    public class FeatureToken
    extends java.lang.Object
    implements android.os.Parcelable
    Contains data representing information about a generated feature token.
    Author:
    Creditcall Ltd
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<FeatureToken> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • 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
      int describeContents()  
      java.lang.String getValue()
      Get the feature token value.
      void writeToParcel​(android.os.Parcel dest, int flags)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<FeatureToken> CREATOR
    • Constructor Detail

      • FeatureToken

        public FeatureToken​(java.lang.String value)
        Constructor for FeatureToken
        Parameters:
        value - The token value, as a base64 string
      • FeatureToken

        public FeatureToken​(android.os.Parcel in)
    • 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:
        writeToParcel in interface android.os.Parcelable
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable