You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for JSON in all RTU-UI configurations. All SBSDKUI...Configuration classes now have a initWithJSON: initializer
Added new parameter codeDensity to SBSDKBarcodeAdditionalParameters.
Added new parameter flashButtonHidden to RTU-UI screen.
⚠️ Breaking Changes:
Moved the parameters acceptedMachineCodeTypes and acceptedDocumentTypes from the initializers of SBSDKUIBarcodeScannerViewController to SBSDKUIBarcodeScannerBehaviorConfiguration and from SBSDKUIBarcodesBatchScannerViewController to SBSDKUIBarcodesBatchScannerBehaviorConfiguration.
Removed the parameter accumulatedFramesCount and the corresponding initializers from SBSDKBarcodeScanner.
Removed the parameter barcodeAccumulatedFramesCount from SBSDKBarcodeScannerViewController and SBSDKScannerViewController.
Removed parameters imageOrientationLock and allowedInterfaceOrientations from all RTU-UI configurations. This has been replaced by the combined property orientationLockMode.
🚙 Under the hood:
Updated third-party library Boost to version 1.79.0