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 {}
|