OnBarcodeScannerCompletedCallback

public interface OnBarcodeScannerCompletedCallback

Interface definition for a callback to be invoked when a scan process is finished.

Methods

MethodDescription
onScanFinished(BarcodeRecognitionResultsHandlerParcelable barcodeRecognitionResult)

onScanFinished(BarcodeRecognitionResultsHandlerParcelable barcodeRecognitionResult)

public abstract void onScanFinished(BarcodeRecognitionResultsHandlerParcelable barcodeRecognitionResult)

Parameters:

ParameterTypeDescription
barcodeRecognitionResultcom.aspose.barcode.component.barcodescanner.BarcodeRecognitionResultsHandlerParcelableCustom 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.