AUIMultiPageImageCaptureScenarioDelegate protocol
Delegate object for receiving results, status information, warnings and errors during the multipage image capture scenario.
Inherits from the AUICaptureScenarioDelegate protocol. The methods are to be implemented on the client side.
Methods
Name | Description |
---|---|
- captureScenario:didFinishWithResult: |
Notifies the delegate that the images were captured successfully and user pressed "Done" button. |
- captureScenario:onCloseWithResult: | Notifies the delegate that the capture process was interrupted by user. |
- captureScenario:didFailWithError: | Notifies the delegate that an error has occurred. |
02.03.2022 12:59:15