BarcodeScanFlow
object BarcodeScanFlow
Entry point for barcode scanning functionality.
Functions
Link copied to clipboard
fun getResultFromActivityResult(resultCode: Int, intent: Intent?): FlowOutput<BarcodeScanFlowResult>
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.