OnBarcodeScannerCompletedCallback
public interface OnBarcodeScannerCompletedCallback
Interface definition for a callback to be invoked when a scan process is finished.
Methods
Method | Description |
---|---|
onScanFinished(BarcodeRecognitionResultsHandlerParcelable barcodeRecognitionResult) |
onScanFinished(BarcodeRecognitionResultsHandlerParcelable barcodeRecognitionResult)
public abstract void onScanFinished(BarcodeRecognitionResultsHandlerParcelable barcodeRecognitionResult)
Parameters:
Parameter | Type | Description |
---|---|---|
barcodeRecognitionResult | com.aspose.barcode.component.barcodescanner.BarcodeRecognitionResultsHandlerParcelable | Custom class extended from RecognitionResultsHandler. Contains a data that will returned from recognition activity after finishing the recognition of scanned image. These data will be obtained and processed according the implementation of BarcodeRecognitionResultHandlerParcelable interface. |