barkoder-nativescript 1.6.3 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/barkoder-nativescript.android.ts +184 -0
- package/barkoder-nativescript.common.ts +24 -0
- package/barkoder-nativescript.ios.ts +188 -0
- package/package.json +1 -1
- package/platforms/android/barkoder.aar +0 -0
- package/platforms/ios/Barkoder.xcframework/Info.plist +5 -5
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Barkoder +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Info.plist +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Modules/module.modulemap +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/default.metallib +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/coremldata.bin +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/metadata.json +2 -2
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/model.mil +1 -1
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/coremldata.bin +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/metadata.json +3 -3
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/model.mil +1 -1
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Barkoder +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Info.plist +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Modules/module.modulemap +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/_CodeSignature/CodeResources +13 -17
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/default.metallib +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/coremldata.bin +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/metadata.json +3 -3
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/model.mil +1 -1
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_512x384.mlmodelc/metadata.json +3 -3
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_512x384.mlmodelc/model.mil +1 -1
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/BarkoderSDK +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Headers/BarkoderSDK-Swift.h +142 -1
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Info.plist +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.abi.json +3898 -169
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/templates.json +340 -15
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/BarkoderSDK +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Headers/BarkoderSDK-Swift.h +284 -2
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Info.plist +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +3898 -169
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +3898 -169
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/_CodeSignature/CodeResources +25 -25
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/templates.json +340 -15
|
@@ -59,12 +59,14 @@ import _SwiftConcurrencyShims
|
|
|
59
59
|
@objc public var locationInImageResultEnabled: Swift.Bool
|
|
60
60
|
@objc public var locationInPreviewEnabled: Swift.Bool
|
|
61
61
|
@objc public var decoderConfig: Barkoder.Config?
|
|
62
|
+
@objc public var arConfig: BarkoderSDK.BarkoderARConfig
|
|
62
63
|
@objc public var barkoderResolution: BarkoderSDK.BarkoderView.BarkoderResolution {
|
|
63
64
|
@objc get
|
|
64
65
|
@objc set
|
|
65
66
|
}
|
|
66
67
|
@objc public var barcodeThumbnailOnResult: Swift.Bool
|
|
67
68
|
@objc public var thresholdBetweenDuplicatesScans: Swift.Int
|
|
69
|
+
@objc public var showDuplicatesLocations: Swift.Bool
|
|
68
70
|
@objc open func setRegionOfInterest(_ value: CoreFoundation.CGRect) throws
|
|
69
71
|
@objc open func getRegionOfInterest() -> CoreFoundation.CGRect
|
|
70
72
|
@objc convenience public init(licenseKey: Swift.String, licenseCheckHandler: @escaping ((Barkoder.LicenseCheckResult) -> Swift.Void))
|
|
@@ -114,6 +116,8 @@ extension UIKit.UIImage {
|
|
|
114
116
|
@objc @_Concurrency.MainActor @preconcurrency public func startScanning(_ resultDelegate: any BarkoderSDK.BarkoderResultDelegate) throws
|
|
115
117
|
@objc @_Concurrency.MainActor @preconcurrency public func stopScanning()
|
|
116
118
|
@objc @_Concurrency.MainActor @preconcurrency public func pauseScanning()
|
|
119
|
+
@objc @_Concurrency.MainActor @preconcurrency public func freezeScanning()
|
|
120
|
+
@objc @_Concurrency.MainActor @preconcurrency public func unfreezeScanning()
|
|
117
121
|
@objc @_Concurrency.MainActor @preconcurrency public func setZoomFactor(_ zoomFactor: Swift.Float)
|
|
118
122
|
@objc @_Concurrency.MainActor @preconcurrency public func setCamera(_ position: BarkoderSDK.BarkoderView.BarkoderCameraPosition)
|
|
119
123
|
@objc @_Concurrency.MainActor @preconcurrency public func setFlash(_ enabled: Swift.Bool)
|
|
@@ -126,11 +130,83 @@ extension UIKit.UIImage {
|
|
|
126
130
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
127
131
|
@objc deinit
|
|
128
132
|
}
|
|
133
|
+
extension BarkoderSDK.BarkoderView : UIKit.UIGestureRecognizerDelegate {
|
|
134
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool
|
|
135
|
+
}
|
|
129
136
|
extension CoreFoundation.CGRect {
|
|
130
137
|
public static let fullScreen: CoreFoundation.CGRect
|
|
131
138
|
public func fullScreenIntersection() -> CoreFoundation.CGRect
|
|
132
139
|
public func isFullScreen() -> Swift.Bool
|
|
133
140
|
}
|
|
141
|
+
@objc public enum BarkoderARMode : Swift.Int {
|
|
142
|
+
case off
|
|
143
|
+
case interactiveDisabled
|
|
144
|
+
case interactiveEnabled
|
|
145
|
+
case nonInteractive
|
|
146
|
+
public init?(rawValue: Swift.Int)
|
|
147
|
+
public typealias RawValue = Swift.Int
|
|
148
|
+
public var rawValue: Swift.Int {
|
|
149
|
+
get
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
@objc public enum BarkoderAROverlayRefresh : Swift.Int {
|
|
153
|
+
case smooth
|
|
154
|
+
case normal
|
|
155
|
+
public init?(rawValue: Swift.Int)
|
|
156
|
+
public typealias RawValue = Swift.Int
|
|
157
|
+
public var rawValue: Swift.Int {
|
|
158
|
+
get
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
@objc public enum BarkoderARLocationType : Swift.Int {
|
|
162
|
+
case none
|
|
163
|
+
case tight
|
|
164
|
+
case boundingBox
|
|
165
|
+
public init?(rawValue: Swift.Int)
|
|
166
|
+
public typealias RawValue = Swift.Int
|
|
167
|
+
public var rawValue: Swift.Int {
|
|
168
|
+
get
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
@objc public enum BarkoderARHeaderShowMode : Swift.Int {
|
|
172
|
+
case never
|
|
173
|
+
case always
|
|
174
|
+
case onSelected
|
|
175
|
+
public init?(rawValue: Swift.Int)
|
|
176
|
+
public typealias RawValue = Swift.Int
|
|
177
|
+
public var rawValue: Swift.Int {
|
|
178
|
+
get
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
@_inheritsConvenienceInitializers @objc public class BarkoderARConfig : ObjectiveC.NSObject {
|
|
182
|
+
@objc public var arMode: BarkoderSDK.BarkoderARMode {
|
|
183
|
+
@objc get
|
|
184
|
+
@objc set
|
|
185
|
+
}
|
|
186
|
+
@objc public var resultDisappearanceDelayMs: Swift.Int
|
|
187
|
+
@objc public var locationTransitionSpeed: Swift.Float {
|
|
188
|
+
@objc get
|
|
189
|
+
@objc set
|
|
190
|
+
}
|
|
191
|
+
@objc public var overlayRefresh: BarkoderSDK.BarkoderAROverlayRefresh
|
|
192
|
+
@objc public var selectedLocationColor: UIKit.UIColor
|
|
193
|
+
@objc public var nonSelectedLocationColor: UIKit.UIColor
|
|
194
|
+
@objc public var selectedLocationLineWidth: Swift.Float
|
|
195
|
+
@objc public var nonSelectedLocationLineWidth: Swift.Float
|
|
196
|
+
@objc public var locationType: BarkoderSDK.BarkoderARLocationType
|
|
197
|
+
@objc public var doubleTapToFreezeEnabled: Swift.Bool
|
|
198
|
+
@objc public var headerHeight: Swift.Float
|
|
199
|
+
@objc public var headerShowMode: BarkoderSDK.BarkoderARHeaderShowMode
|
|
200
|
+
@objc public var headerMaxTextHeight: Swift.Float
|
|
201
|
+
@objc public var headerMinTextHeight: Swift.Float
|
|
202
|
+
@objc public var headerTextColorSelected: UIKit.UIColor
|
|
203
|
+
@objc public var headerTextColorNonSelected: UIKit.UIColor
|
|
204
|
+
@objc public var headerHorizontalTextMargin: Swift.Float
|
|
205
|
+
@objc public var headerVerticalTextMargin: Swift.Float
|
|
206
|
+
@objc public var headerTextFormat: Swift.String
|
|
207
|
+
@objc override dynamic public init()
|
|
208
|
+
@objc deinit
|
|
209
|
+
}
|
|
134
210
|
@objc public protocol BarkoderPreviewFramesDelegate {
|
|
135
211
|
@objc optional func cameraFrameReceived(sampleBuffer: CoreMedia.CMSampleBuffer)
|
|
136
212
|
}
|
|
@@ -155,6 +231,7 @@ extension CoreFoundation.CGRect {
|
|
|
155
231
|
case gallery_scan
|
|
156
232
|
case composite
|
|
157
233
|
case postal_codes
|
|
234
|
+
case ar
|
|
158
235
|
public init?(rawValue: Swift.Int)
|
|
159
236
|
public typealias RawValue = Swift.Int
|
|
160
237
|
public var rawValue: Swift.Int {
|
|
@@ -175,6 +252,18 @@ extension BarkoderSDK.BarkoderView.BarkoderResolution : Swift.RawRepresentable {
|
|
|
175
252
|
extension BarkoderSDK.BarkoderView.BarkoderCameraPosition : Swift.Equatable {}
|
|
176
253
|
extension BarkoderSDK.BarkoderView.BarkoderCameraPosition : Swift.Hashable {}
|
|
177
254
|
extension BarkoderSDK.BarkoderView.BarkoderCameraPosition : Swift.RawRepresentable {}
|
|
255
|
+
extension BarkoderSDK.BarkoderARMode : Swift.Equatable {}
|
|
256
|
+
extension BarkoderSDK.BarkoderARMode : Swift.Hashable {}
|
|
257
|
+
extension BarkoderSDK.BarkoderARMode : Swift.RawRepresentable {}
|
|
258
|
+
extension BarkoderSDK.BarkoderAROverlayRefresh : Swift.Equatable {}
|
|
259
|
+
extension BarkoderSDK.BarkoderAROverlayRefresh : Swift.Hashable {}
|
|
260
|
+
extension BarkoderSDK.BarkoderAROverlayRefresh : Swift.RawRepresentable {}
|
|
261
|
+
extension BarkoderSDK.BarkoderARLocationType : Swift.Equatable {}
|
|
262
|
+
extension BarkoderSDK.BarkoderARLocationType : Swift.Hashable {}
|
|
263
|
+
extension BarkoderSDK.BarkoderARLocationType : Swift.RawRepresentable {}
|
|
264
|
+
extension BarkoderSDK.BarkoderARHeaderShowMode : Swift.Equatable {}
|
|
265
|
+
extension BarkoderSDK.BarkoderARHeaderShowMode : Swift.Hashable {}
|
|
266
|
+
extension BarkoderSDK.BarkoderARHeaderShowMode : Swift.RawRepresentable {}
|
|
178
267
|
extension BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate : Swift.Equatable {}
|
|
179
268
|
extension BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate : Swift.Hashable {}
|
|
180
269
|
extension BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate : Swift.RawRepresentable {}
|
|
Binary file
|
|
@@ -59,12 +59,14 @@ import _SwiftConcurrencyShims
|
|
|
59
59
|
@objc public var locationInImageResultEnabled: Swift.Bool
|
|
60
60
|
@objc public var locationInPreviewEnabled: Swift.Bool
|
|
61
61
|
@objc public var decoderConfig: Barkoder.Config?
|
|
62
|
+
@objc public var arConfig: BarkoderSDK.BarkoderARConfig
|
|
62
63
|
@objc public var barkoderResolution: BarkoderSDK.BarkoderView.BarkoderResolution {
|
|
63
64
|
@objc get
|
|
64
65
|
@objc set
|
|
65
66
|
}
|
|
66
67
|
@objc public var barcodeThumbnailOnResult: Swift.Bool
|
|
67
68
|
@objc public var thresholdBetweenDuplicatesScans: Swift.Int
|
|
69
|
+
@objc public var showDuplicatesLocations: Swift.Bool
|
|
68
70
|
@objc open func setRegionOfInterest(_ value: CoreFoundation.CGRect) throws
|
|
69
71
|
@objc open func getRegionOfInterest() -> CoreFoundation.CGRect
|
|
70
72
|
@objc convenience public init(licenseKey: Swift.String, licenseCheckHandler: @escaping ((Barkoder.LicenseCheckResult) -> Swift.Void))
|
|
@@ -114,6 +116,8 @@ extension UIKit.UIImage {
|
|
|
114
116
|
@objc @_Concurrency.MainActor @preconcurrency public func startScanning(_ resultDelegate: any BarkoderSDK.BarkoderResultDelegate) throws
|
|
115
117
|
@objc @_Concurrency.MainActor @preconcurrency public func stopScanning()
|
|
116
118
|
@objc @_Concurrency.MainActor @preconcurrency public func pauseScanning()
|
|
119
|
+
@objc @_Concurrency.MainActor @preconcurrency public func freezeScanning()
|
|
120
|
+
@objc @_Concurrency.MainActor @preconcurrency public func unfreezeScanning()
|
|
117
121
|
@objc @_Concurrency.MainActor @preconcurrency public func setZoomFactor(_ zoomFactor: Swift.Float)
|
|
118
122
|
@objc @_Concurrency.MainActor @preconcurrency public func setCamera(_ position: BarkoderSDK.BarkoderView.BarkoderCameraPosition)
|
|
119
123
|
@objc @_Concurrency.MainActor @preconcurrency public func setFlash(_ enabled: Swift.Bool)
|
|
@@ -126,11 +130,83 @@ extension UIKit.UIImage {
|
|
|
126
130
|
@_Concurrency.MainActor @preconcurrency @objc override dynamic public func layoutSubviews()
|
|
127
131
|
@objc deinit
|
|
128
132
|
}
|
|
133
|
+
extension BarkoderSDK.BarkoderView : UIKit.UIGestureRecognizerDelegate {
|
|
134
|
+
@_Concurrency.MainActor @preconcurrency @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldReceive touch: UIKit.UITouch) -> Swift.Bool
|
|
135
|
+
}
|
|
129
136
|
extension CoreFoundation.CGRect {
|
|
130
137
|
public static let fullScreen: CoreFoundation.CGRect
|
|
131
138
|
public func fullScreenIntersection() -> CoreFoundation.CGRect
|
|
132
139
|
public func isFullScreen() -> Swift.Bool
|
|
133
140
|
}
|
|
141
|
+
@objc public enum BarkoderARMode : Swift.Int {
|
|
142
|
+
case off
|
|
143
|
+
case interactiveDisabled
|
|
144
|
+
case interactiveEnabled
|
|
145
|
+
case nonInteractive
|
|
146
|
+
public init?(rawValue: Swift.Int)
|
|
147
|
+
public typealias RawValue = Swift.Int
|
|
148
|
+
public var rawValue: Swift.Int {
|
|
149
|
+
get
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
@objc public enum BarkoderAROverlayRefresh : Swift.Int {
|
|
153
|
+
case smooth
|
|
154
|
+
case normal
|
|
155
|
+
public init?(rawValue: Swift.Int)
|
|
156
|
+
public typealias RawValue = Swift.Int
|
|
157
|
+
public var rawValue: Swift.Int {
|
|
158
|
+
get
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
@objc public enum BarkoderARLocationType : Swift.Int {
|
|
162
|
+
case none
|
|
163
|
+
case tight
|
|
164
|
+
case boundingBox
|
|
165
|
+
public init?(rawValue: Swift.Int)
|
|
166
|
+
public typealias RawValue = Swift.Int
|
|
167
|
+
public var rawValue: Swift.Int {
|
|
168
|
+
get
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
@objc public enum BarkoderARHeaderShowMode : Swift.Int {
|
|
172
|
+
case never
|
|
173
|
+
case always
|
|
174
|
+
case onSelected
|
|
175
|
+
public init?(rawValue: Swift.Int)
|
|
176
|
+
public typealias RawValue = Swift.Int
|
|
177
|
+
public var rawValue: Swift.Int {
|
|
178
|
+
get
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
@_inheritsConvenienceInitializers @objc public class BarkoderARConfig : ObjectiveC.NSObject {
|
|
182
|
+
@objc public var arMode: BarkoderSDK.BarkoderARMode {
|
|
183
|
+
@objc get
|
|
184
|
+
@objc set
|
|
185
|
+
}
|
|
186
|
+
@objc public var resultDisappearanceDelayMs: Swift.Int
|
|
187
|
+
@objc public var locationTransitionSpeed: Swift.Float {
|
|
188
|
+
@objc get
|
|
189
|
+
@objc set
|
|
190
|
+
}
|
|
191
|
+
@objc public var overlayRefresh: BarkoderSDK.BarkoderAROverlayRefresh
|
|
192
|
+
@objc public var selectedLocationColor: UIKit.UIColor
|
|
193
|
+
@objc public var nonSelectedLocationColor: UIKit.UIColor
|
|
194
|
+
@objc public var selectedLocationLineWidth: Swift.Float
|
|
195
|
+
@objc public var nonSelectedLocationLineWidth: Swift.Float
|
|
196
|
+
@objc public var locationType: BarkoderSDK.BarkoderARLocationType
|
|
197
|
+
@objc public var doubleTapToFreezeEnabled: Swift.Bool
|
|
198
|
+
@objc public var headerHeight: Swift.Float
|
|
199
|
+
@objc public var headerShowMode: BarkoderSDK.BarkoderARHeaderShowMode
|
|
200
|
+
@objc public var headerMaxTextHeight: Swift.Float
|
|
201
|
+
@objc public var headerMinTextHeight: Swift.Float
|
|
202
|
+
@objc public var headerTextColorSelected: UIKit.UIColor
|
|
203
|
+
@objc public var headerTextColorNonSelected: UIKit.UIColor
|
|
204
|
+
@objc public var headerHorizontalTextMargin: Swift.Float
|
|
205
|
+
@objc public var headerVerticalTextMargin: Swift.Float
|
|
206
|
+
@objc public var headerTextFormat: Swift.String
|
|
207
|
+
@objc override dynamic public init()
|
|
208
|
+
@objc deinit
|
|
209
|
+
}
|
|
134
210
|
@objc public protocol BarkoderPreviewFramesDelegate {
|
|
135
211
|
@objc optional func cameraFrameReceived(sampleBuffer: CoreMedia.CMSampleBuffer)
|
|
136
212
|
}
|
|
@@ -155,6 +231,7 @@ extension CoreFoundation.CGRect {
|
|
|
155
231
|
case gallery_scan
|
|
156
232
|
case composite
|
|
157
233
|
case postal_codes
|
|
234
|
+
case ar
|
|
158
235
|
public init?(rawValue: Swift.Int)
|
|
159
236
|
public typealias RawValue = Swift.Int
|
|
160
237
|
public var rawValue: Swift.Int {
|
|
@@ -175,6 +252,18 @@ extension BarkoderSDK.BarkoderView.BarkoderResolution : Swift.RawRepresentable {
|
|
|
175
252
|
extension BarkoderSDK.BarkoderView.BarkoderCameraPosition : Swift.Equatable {}
|
|
176
253
|
extension BarkoderSDK.BarkoderView.BarkoderCameraPosition : Swift.Hashable {}
|
|
177
254
|
extension BarkoderSDK.BarkoderView.BarkoderCameraPosition : Swift.RawRepresentable {}
|
|
255
|
+
extension BarkoderSDK.BarkoderARMode : Swift.Equatable {}
|
|
256
|
+
extension BarkoderSDK.BarkoderARMode : Swift.Hashable {}
|
|
257
|
+
extension BarkoderSDK.BarkoderARMode : Swift.RawRepresentable {}
|
|
258
|
+
extension BarkoderSDK.BarkoderAROverlayRefresh : Swift.Equatable {}
|
|
259
|
+
extension BarkoderSDK.BarkoderAROverlayRefresh : Swift.Hashable {}
|
|
260
|
+
extension BarkoderSDK.BarkoderAROverlayRefresh : Swift.RawRepresentable {}
|
|
261
|
+
extension BarkoderSDK.BarkoderARLocationType : Swift.Equatable {}
|
|
262
|
+
extension BarkoderSDK.BarkoderARLocationType : Swift.Hashable {}
|
|
263
|
+
extension BarkoderSDK.BarkoderARLocationType : Swift.RawRepresentable {}
|
|
264
|
+
extension BarkoderSDK.BarkoderARHeaderShowMode : Swift.Equatable {}
|
|
265
|
+
extension BarkoderSDK.BarkoderARHeaderShowMode : Swift.Hashable {}
|
|
266
|
+
extension BarkoderSDK.BarkoderARHeaderShowMode : Swift.RawRepresentable {}
|
|
178
267
|
extension BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate : Swift.Equatable {}
|
|
179
268
|
extension BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate : Swift.Hashable {}
|
|
180
269
|
extension BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate : Swift.RawRepresentable {}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Headers/BarkoderSDK-Swift.h</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
ePShMBq1VCEEppaBR43wNTO+iDs=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/BarkoderSDK.h</key>
|
|
12
12
|
<data>
|
|
@@ -14,47 +14,47 @@
|
|
|
14
14
|
</data>
|
|
15
15
|
<key>Info.plist</key>
|
|
16
16
|
<data>
|
|
17
|
-
|
|
17
|
+
c0R8ufvjCwB4/ettBbNdoRlRa0E=
|
|
18
18
|
</data>
|
|
19
19
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
20
20
|
<data>
|
|
21
|
-
|
|
21
|
+
/VNm+ejCwcI3Np8FBqrW60x8pAc=
|
|
22
22
|
</data>
|
|
23
23
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
24
24
|
<data>
|
|
25
|
-
|
|
25
|
+
M8LF3uFKsDObP7jCnVYgfBckIo0=
|
|
26
26
|
</data>
|
|
27
27
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
28
28
|
<data>
|
|
29
|
-
|
|
29
|
+
5fnuCTSqPG3s2udAVns2+fAVLxs=
|
|
30
30
|
</data>
|
|
31
31
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
32
32
|
<data>
|
|
33
|
-
|
|
33
|
+
M8LF3uFKsDObP7jCnVYgfBckIo0=
|
|
34
34
|
</data>
|
|
35
35
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
sQ6P9FBvMlTlPXCflRKlgS6Hq7E=
|
|
38
38
|
</data>
|
|
39
39
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
40
40
|
<data>
|
|
41
|
-
|
|
41
|
+
/VNm+ejCwcI3Np8FBqrW60x8pAc=
|
|
42
42
|
</data>
|
|
43
43
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
44
44
|
<data>
|
|
45
|
-
|
|
45
|
+
p8a6irft3HEZh3LJCiET2XF8rRs=
|
|
46
46
|
</data>
|
|
47
47
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
UHLQJ2zkfMNJp1AlBfn6bWVHtyE=
|
|
50
50
|
</data>
|
|
51
51
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
52
52
|
<data>
|
|
53
|
-
|
|
53
|
+
p8a6irft3HEZh3LJCiET2XF8rRs=
|
|
54
54
|
</data>
|
|
55
55
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
56
56
|
<data>
|
|
57
|
-
|
|
57
|
+
VGoA54DWEI+F9sXurn1zMZXpV4U=
|
|
58
58
|
</data>
|
|
59
59
|
<key>Modules/module.modulemap</key>
|
|
60
60
|
<data>
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
</data>
|
|
67
67
|
<key>templates.json</key>
|
|
68
68
|
<data>
|
|
69
|
-
|
|
69
|
+
/ImW6yH22dHva/5beXhLvjpAFE0=
|
|
70
70
|
</data>
|
|
71
71
|
</dict>
|
|
72
72
|
<key>files2</key>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
<dict>
|
|
76
76
|
<key>hash2</key>
|
|
77
77
|
<data>
|
|
78
|
-
|
|
78
|
+
9CU3S/3NZ6yjY9DVdMBHIlx+mrPiQ2Qxzz/I4G/0cdk=
|
|
79
79
|
</data>
|
|
80
80
|
</dict>
|
|
81
81
|
<key>Headers/BarkoderSDK.h</key>
|
|
@@ -89,70 +89,70 @@
|
|
|
89
89
|
<dict>
|
|
90
90
|
<key>hash2</key>
|
|
91
91
|
<data>
|
|
92
|
-
|
|
92
|
+
2sHAwWxrTdcbojYiIno5Vxbd+5QkDP+qwSZvgLCsNHc=
|
|
93
93
|
</data>
|
|
94
94
|
</dict>
|
|
95
95
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
96
96
|
<dict>
|
|
97
97
|
<key>hash2</key>
|
|
98
98
|
<data>
|
|
99
|
-
|
|
99
|
+
zofrJuhMn/P/xy7IV3woKGO3r7cYZlMYwFMxp6LmOY8=
|
|
100
100
|
</data>
|
|
101
101
|
</dict>
|
|
102
102
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
103
103
|
<dict>
|
|
104
104
|
<key>hash2</key>
|
|
105
105
|
<data>
|
|
106
|
-
|
|
106
|
+
sm9BPRm0YVf06SqzZPVLu2slV3FVwCuHvdFXISVAafc=
|
|
107
107
|
</data>
|
|
108
108
|
</dict>
|
|
109
109
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
110
110
|
<dict>
|
|
111
111
|
<key>hash2</key>
|
|
112
112
|
<data>
|
|
113
|
-
|
|
113
|
+
zofrJuhMn/P/xy7IV3woKGO3r7cYZlMYwFMxp6LmOY8=
|
|
114
114
|
</data>
|
|
115
115
|
</dict>
|
|
116
116
|
<key>Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
|
|
117
117
|
<dict>
|
|
118
118
|
<key>hash2</key>
|
|
119
119
|
<data>
|
|
120
|
-
|
|
120
|
+
1stECiWqLxBeBlyxOGvn4VPKOnhjhhbcvmdkl4yPfCk=
|
|
121
121
|
</data>
|
|
122
122
|
</dict>
|
|
123
123
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
124
124
|
<dict>
|
|
125
125
|
<key>hash2</key>
|
|
126
126
|
<data>
|
|
127
|
-
|
|
127
|
+
2sHAwWxrTdcbojYiIno5Vxbd+5QkDP+qwSZvgLCsNHc=
|
|
128
128
|
</data>
|
|
129
129
|
</dict>
|
|
130
130
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
131
131
|
<dict>
|
|
132
132
|
<key>hash2</key>
|
|
133
133
|
<data>
|
|
134
|
-
|
|
134
|
+
VwBHmMiV47dRGJZ/z1ciV34Q1HnRA/cpMe8hMUd9dbU=
|
|
135
135
|
</data>
|
|
136
136
|
</dict>
|
|
137
137
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
138
138
|
<dict>
|
|
139
139
|
<key>hash2</key>
|
|
140
140
|
<data>
|
|
141
|
-
|
|
141
|
+
iVBOHSNC4abHBBRcUVxc53iipIaQ0u/Lm2zTG5j9Uck=
|
|
142
142
|
</data>
|
|
143
143
|
</dict>
|
|
144
144
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
145
145
|
<dict>
|
|
146
146
|
<key>hash2</key>
|
|
147
147
|
<data>
|
|
148
|
-
|
|
148
|
+
VwBHmMiV47dRGJZ/z1ciV34Q1HnRA/cpMe8hMUd9dbU=
|
|
149
149
|
</data>
|
|
150
150
|
</dict>
|
|
151
151
|
<key>Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
|
|
152
152
|
<dict>
|
|
153
153
|
<key>hash2</key>
|
|
154
154
|
<data>
|
|
155
|
-
|
|
155
|
+
2ubPP+EE7MP0IZX0ISjYU82d0X7ljm5p8rLq0ehDDs0=
|
|
156
156
|
</data>
|
|
157
157
|
</dict>
|
|
158
158
|
<key>Modules/module.modulemap</key>
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
<dict>
|
|
174
174
|
<key>hash2</key>
|
|
175
175
|
<data>
|
|
176
|
-
|
|
176
|
+
aA3zid+3aSNTRVDr5cCLb4GhGeiTNnWAlX2F20BpHeQ=
|
|
177
177
|
</data>
|
|
178
178
|
</dict>
|
|
179
179
|
</dict>
|