Callback interface
The callback interface of the data capture scenario. In case the image was captured successfully, the extracted data is passed to the onDataCaptured method as a Result object. Otherwise the callback will pass information about the occurred error. This interface and its methods are to be implemented on the client side.
interface Callback
Methods
Name | Description |
---|---|
onDataCaptured | Called to deliver the result if the data was captured successfully. |
onError | Called to report an error. |
02.03.2022 12:59:15