public class BatchBarcodeScannerConfiguration
extends BarcodeScannerConfiguration
Class which is used to configure io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity Contains settings indicating views Behaviour, Texts and Appearance
public BatchBarcodeScannerConfiguration()
Class which is used to configure io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity Contains settings indicating views Behaviour, Texts and Appearance
public void setClearButtonTitle(@NotNull
java.lang.String clearButtonTitle)
Text of the button which clears the list of scanned barcodes.
public void setNoBarcodesTitle(@NotNull
java.lang.String noBarcodesTitle)
Text of the message that there are no barcodes scanned
public void setSubmitButtonTitle(@NotNull
java.lang.String submitButtonTitle)
Text of the button which finishes the flow
public void setDetailsBackgroundColor(int color)
The color of bottom sheet
public void setDetailsPrimaryColor(int color)
The color of text elements in bottom sheet
public void setDetailsActionColor(int color)
The color of Submit button
public void setBarcodesCountText(@NotNull
java.lang.String placeholder)
The placeholder for barcodes count text. Should be a string in the following format: "%d Codes"
public void setBarcodesCountTextColor(int color)
The color for barcodes count text
public void setFetchingStateText(@NotNull
java.lang.String text)
The text for the data fetching state of the barcode item in a list. Smth "Fetching info…"