Class Gs1Document

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class Gs1Document
    extends BarCodeFormattedResult
                        

    Gs1Document barcode parsed document

    If the barcode contains a gs1 application identifier(s) and their payloads according to the specification available at https://www.gs1.org/standards/barcodes/application-identifiers as of 2022-01-01.

    If using application identifiers not covered by the standard, will greedily consume the remaining string until a stop token or end is found. It similarly proceeds, in a case of format violation for an item of the standard specification, limited by its maximum field length.

    Further, in the case of non-standard identifiers, it will find the shortest possible one.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait