|
Kofax Mobile SDK API Reference
|
The listener interface for receiving barcode events. More...
Public Member Functions | |
| void | barCodeFound (BarCodeFoundEvent event) |
| Invoked when a barcode is found. More... | |
The listener interface for receiving barcode events.
A class that is interested in processing barcode events should implement this interface, and then register itself with a BarCodeCaptureView using the view's addBarCodeFoundEventListener method.
| void barCodeFound | ( | BarCodeFoundEvent | event | ) |
Invoked when a barcode is found.