Class BarcodeItemConfiguration

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class BarcodeItemConfiguration
     implements Parcelable
                        

    Configuration of the barcode info box displayed in the camera preview.

    • Method Detail

      • getImageVisible

         final Boolean getImageVisible()

        Control the visibility of the barcode image in the info box.

      • getTitleSelected

         final StyledText getTitleSelected()

        Configuration of the text displaying a barcode's value in the info box when the barcode has been selected.

      • setTitleSelected

         final Unit setTitleSelected(StyledText titleSelected)

        Configuration of the text displaying a barcode's value in the info box when the barcode has been selected.

      • getSubtitleSelected

         final StyledText getSubtitleSelected()

        Configuration of the text displaying a barcode's symbology in the info box when the barcode has been selected.

      • setSubtitleSelected

         final Unit setSubtitleSelected(StyledText subtitleSelected)

        Configuration of the text displaying a barcode's symbology in the info box when the barcode has been selected.

      • getTitleDeselected

         final StyledText getTitleDeselected()

        Configuration of the text displaying a barcode's value in the info box when the barcode is yet to be selected.

      • setTitleDeselected

         final Unit setTitleDeselected(StyledText titleDeselected)

        Configuration of the text displaying a barcode's value in the info box when the barcode is yet to be selected.

      • getSubtitleDeselected

         final StyledText getSubtitleDeselected()

        Configuration of the text displaying a barcode's symbology in the info box when the barcode is yet to be selected.

      • setSubtitleDeselected

         final Unit setSubtitleDeselected(StyledText subtitleDeselected)

        Configuration of the text displaying a barcode's symbology in the info box when the barcode is yet to be selected.