- onDecoderError() - Method in interface ch.icare.smartscan.interfaces.OnDecoderErrorListener
-
Called when the decoder library got an error
- OnDecoderErrorListener - Interface in ch.icare.smartscan.interfaces
-
Classes implementing this interface will be notified when decoder throws an error
- onDecoderLoaded(Rect) - Method in interface ch.icare.smartscan.interfaces.OnDecoderLoadedListener
-
Called when the decoder library and camera have been loaded
- OnDecoderLoadedListener - Interface in ch.icare.smartscan.interfaces
-
Should be implemented to run code when decoder and camera are ready.
- OnDecoderResultFoundListener - Interface in ch.icare.smartscan.interfaces
-
Should be implemented to receive decoder results
- onResultFound(DecodedResult) - Method in interface ch.icare.smartscan.interfaces.OnDecoderResultFoundListener
-
Called when a result has been found on decoder thread