public class InternalBatchBarcodeCameraFragment
extends BaseBarcodeCameraFragment
Shows Barcode camera screen of application
@Inject @NotNull protected BatchBarcodeListPresenter batchBarcodeListPresenter
@NotNull public static java.lang.String CUSTOM_CONFIGURATION
@NotNull public static java.lang.String FORMATTED_DATA_MAPPER
public static io.scanbot.sdk.ui.view.barcode.batch.InternalBatchBarcodeCameraFragment.Companion Companion
public InternalBatchBarcodeCameraFragment()
Shows Barcode camera screen of application
@NotNull protected BatchBarcodeListPresenter getBatchBarcodeListPresenter()
protected void setBatchBarcodeListPresenter(@NotNull
BatchBarcodeListPresenter p)
@Nullable
public android.view.View onCreateView(@NotNull
android.view.LayoutInflater inflater,
@Nullable
android.view.ViewGroup container,
@Nullable
android.os.Bundle savedInstanceState)
public void onCreate(@Nullable
android.os.Bundle savedInstanceState)
public void onStart()
public void onStop()
public boolean onBackPressed()
Provides functionality of navigation with back button
public void finishWithResult(@NotNull
java.util.List<io.scanbot.sdk.barcode.entity.BarcodeItem> barcodes)
Delivers scanned list of barcodes to the user
public void newBarcodeProcessed()
Process the event when new barcode was scanned
@NotNull public io.scanbot.sdk.ui.view.barcode.batch.InternalBatchBarcodeCameraFragment.BarcodeCameraNavigator createNavigator()