public interface BarcodeCallback
BarcodeReader.start(BarcodeCallback)
Modifier and Type | Method and Description |
---|---|
void |
onBarcodeRead(java.lang.String barcode)
Upon a successful barcode scan, an application will receive the barcode data via this callback.
|