dataCaptureScenario:didFinishWithResult: method of the AUIDataCaptureScenarioDelegate protocol
Notifies the delegate that the data was successfully captured, delivers the result object.
- (void)dataCaptureScenario:(AUIDataCaptureScenario*)scenario didFinishWithResult:(AUIDataCaptureScenarioResult*)result;
Parameters
- scenario
- AUIDataCaptureScenario object, corresponding to the AUIDataCaptureScenarioDelegate delegate that should be notified.
- result
- The captured data as an AUIDataCaptureScenarioResult object with detected fields.
02.03.2022 12:59:15