public class BatchBarcodeListView implements IBatchBarcodeListView
Represents a list of scanned barcodes
public static io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.Companion Companion
public BatchBarcodeListView(@NotNull
android.content.Context context,
@NotNull
android.util.AttributeSet attrs)
Represents a list of scanned barcodes
public void setListener(@NotNull
io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.Listener listener)
listener - which will receive callbacks on user interactions.public void updateState(@NotNull
io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.State newState)
protected void onDetachedFromWindow()
public void setBottomSheetBackgroundColor(int color)
Sets a color of the bottom sheet
public void setBottomSheetPrimaryColor(int color)
Sets primary color for most of text's and other UI elements of the bottom sheet
public void setItemsCountTextPlaceholder(@NotNull
java.lang.String placeholder)
Sets a placeholder for items count textview
public void setItemsCountTextColor(int color)
Sets color for items count textview
public void setItemsLoadingText(@NotNull
java.lang.String text)
Sets loading text for item, which is being converted with a mapper
public boolean onBackPressed()
Processing back press and collapsing bottom sheet if needed