public interface FrameCaptureListener
addFrameCaptureListener method of the BarcodeManager class.
More than one object instance can listen to the decoding events in an application.
More than one application can listen to decoding events in the system.BarcodeManager| Modifier and Type | Method and Description |
|---|---|
void |
onFrameCapture(CapturedFrame frame)
onFrameCapture method will be called when a frame captured event is fired.
|
void onFrameCapture(CapturedFrame frame)
frame - The data read as defined by CapturedFrameCapturedFrame