BarcodeScanFlow

Entry point for barcode scanning functionality.

Properties

Link copied to clipboard
const val REQUEST_CODE: Int = 43

Functions

Link copied to clipboard

Extract the result of the barcode scan flow from the activity result. This method is provided for backward compatibility with plugins.

Link copied to clipboard

Start a barcode scan flow. This method will start an Activity so the activity parameter needs to implement the onActivityResult method. This method is provided for backward compatibility with plugins.