ReadableCodeFlow
object ReadableCodeFlow
Entry point for barcode and QR code scanning functionality.
Functions
Link copied to clipboard
Create an ActivityResultContract for launching the ReadableCode flow.
Link copied to clipboard
Extract the result of the readable code scan flow from the activity result. This method is provided for backward compatibility with plugins.
Link copied to clipboard
Start a readable code 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.