Companion

object Companion

This is the constant value for developer to use when filling in the configuration for supported symbology Also, BarcodeInfo would use the following constant strings in BarcodeInfo.symbology

Properties

Link copied to clipboard

this is the variable holds the current supported symbologies as string list. BarcodeInfo.symbology possible values are all within this list.

Link copied to clipboard
const val SYMBOLOGY_AZTEC: String

SYMBOLOGY_AZTEC refers to AZTEC barcode type

Link copied to clipboard
const val SYMBOLOGY_CODABAR: String

SYMBOLOGY_CODABAR refers to CODABAR barcode type

Link copied to clipboard
const val SYMBOLOGY_CODE_128: String

SYMBOLOGY_CODE_128 refers to code128 barcode type

Link copied to clipboard
const val SYMBOLOGY_CODE_39: String

SYMBOLOGY_CODE_39 refers to code39 barcode type

Link copied to clipboard
const val SYMBOLOGY_CODE_93: String

SYMBOLOGY_CODE_93 refers to code93 barcode type

Link copied to clipboard
const val SYMBOLOGY_DATAMATRIX: String

SYMBOLOGY_DATAMATRIX refers to data-matrix barcode type

Link copied to clipboard
const val SYMBOLOGY_EAN_13: String

SYMBOLOGY_EAN_13 refers to EAN13 barcode type

Link copied to clipboard
const val SYMBOLOGY_EAN_8: String

SYMBOLOGY_EAN_8 refers to EAN8 barcode type

Link copied to clipboard
const val SYMBOLOGY_ILV_TWO_OF_FIVE: String

SYMBOLOGY_ILV_TWO_OF_FIVE refers to interleaved_2_of_5 barcode type

Link copied to clipboard
const val SYMBOLOGY_PDF_417: String

SYMBOLOGY_PDF_417 refers to pdf417 barcode type

Link copied to clipboard
const val SYMBOLOGY_QR: String

SYMBOLOGY_QR refers to QR code type

Link copied to clipboard
const val SYMBOLOGY_UPCA: String

SYMBOLOGY_UPCA refers to UPCA barcode type

Link copied to clipboard
const val SYMBOLOGY_UPCE: String

SYMBOLOGY_UPCE refers to UPCE barcode type