Class EmrtdPassport

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class EmrtdPassport
     implements Parcelable
                        

    Holds the results returned by the Document Validation Server.

    It directly represents the `emrtd_passport` JSON Object returned by the Document Validation Server. Refer to the DocVal server documentation for details.

    • Constructor Detail

    • Method Detail

      • writeToParcel

         void writeToParcel(Parcel parcel, int i)

        Flatten this object in to a Parcel.

        Parameters:
        parcel - The Parcel in which the object should be written.
        i - Additional flags about how the object should be written.
      • toString

         String toString()

        Returns a string representation of the object.

        Returns:

        a string representation of the object.