Data Capture View Listener

Defined in framework ScanditCaptureCore

DataCaptureViewListener
protocol DataCaptureViewListener : NSObjectProtocol

Added in version 6.0.0

Listener for observing the data capture view. This listener is typically used when you want to react to orientation and size changes, e.g. to adjust view finder and scan area parameters.

dataCaptureView
open func dataCaptureView(_ view: DataCaptureView, didChange size: CGSize, orientation: UIInterfaceOrientation) -> Void

Added in version 6.0.0

Invoked when the data capture view changes size or orientation.