public interface IBarcodeReaderResultListener
Modifier and Type | Method and Description |
---|---|
void |
onBarcodeDetected(BarcodeReaderResult result)
Called when a barcode is detected.
|
void |
onError(int error)
Called when an error occurred during a barcode read.
|
void onBarcodeDetected(BarcodeReaderResult result)
void onError(int error)