AUIDataCaptureScenarioDelegate protocol
Delegate object for receiving results, status information, warnings and errors during the data capture scenario.
Inherits from the AUICaptureScenarioDelegate protocol. The methods are to be implemented on the client side.
Methods
Name | Description |
---|---|
- dataCaptureScenario:didFinishWithResult: | Notifies the delegate that the data was successfully captured, delivers the result object. |
- dataCaptureScenario:didFailWithError: | Notifies the delegate that an error has occurred while capturing. |
- dataCaptureScenarioDidCancel: | Notifies the delegate that the capture scenario was canceled. |
3/2/2022 12:59:15 PM