| Interface | Description |
|---|---|
| CanvasDrawerInterface |
To use your own target view, all you need to do is to implement this CanvasDrawerInterface and give it to the
SmartScanner
using setCanvasDrawer(). |
| OnDecoderErrorListener |
Classes implementing this interface will be notified when decoder throws an error
|
| OnDecoderLoadedListener |
Should be implemented to run code when decoder and camera are ready.
|
| OnDecoderResultFoundListener |
Should be implemented to receive decoder results
|