barkoder-nativescript 1.6.2 → 1.6.3
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 +48 -0
- package/barkoder-nativescript.common.ts +23 -1
- package/barkoder-nativescript.ios.ts +48 -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/Headers/iBarkoder.h +76 -3
- 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 +3 -3
- 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 +2 -2
- 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/Headers/iBarkoder.h +76 -3
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/_CodeSignature/CodeResources +11 -11
- 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_512x384.mlmodelc/coremldata.bin +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_512x384.mlmodelc/metadata.json +3 -3
- 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 +1 -0
- 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 +177 -62
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftinterface +2 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/beep.wav +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/templates.json +98 -0
- 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 +2 -0
- 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 +177 -62
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +177 -62
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -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/beep.wav +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/templates.json +98 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/beep.mp3 +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/beep.mp3 +0 -0
|
@@ -33,10 +33,7 @@
|
|
|
33
33
|
"name": "Foundation",
|
|
34
34
|
"printedName": "Foundation",
|
|
35
35
|
"declKind": "Import",
|
|
36
|
-
"moduleName": "BarkoderSDK"
|
|
37
|
-
"declAttributes": [
|
|
38
|
-
"RawDocComment"
|
|
39
|
-
]
|
|
36
|
+
"moduleName": "BarkoderSDK"
|
|
40
37
|
},
|
|
41
38
|
{
|
|
42
39
|
"kind": "Import",
|
|
@@ -2772,8 +2769,8 @@
|
|
|
2772
2769
|
},
|
|
2773
2770
|
{
|
|
2774
2771
|
"kind": "Import",
|
|
2775
|
-
"name": "
|
|
2776
|
-
"printedName": "
|
|
2772
|
+
"name": "AudioToolbox",
|
|
2773
|
+
"printedName": "AudioToolbox",
|
|
2777
2774
|
"declKind": "Import",
|
|
2778
2775
|
"moduleName": "BarkoderSDK",
|
|
2779
2776
|
"declAttributes": [
|
|
@@ -4907,6 +4904,47 @@
|
|
|
4907
4904
|
],
|
|
4908
4905
|
"fixedbinaryorder": 12
|
|
4909
4906
|
},
|
|
4907
|
+
{
|
|
4908
|
+
"kind": "Var",
|
|
4909
|
+
"name": "postal_codes",
|
|
4910
|
+
"printedName": "postal_codes",
|
|
4911
|
+
"children": [
|
|
4912
|
+
{
|
|
4913
|
+
"kind": "TypeFunc",
|
|
4914
|
+
"name": "Function",
|
|
4915
|
+
"printedName": "(BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate.Type) -> BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate",
|
|
4916
|
+
"children": [
|
|
4917
|
+
{
|
|
4918
|
+
"kind": "TypeNominal",
|
|
4919
|
+
"name": "BarkoderConfigTemplate",
|
|
4920
|
+
"printedName": "BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate",
|
|
4921
|
+
"usr": "s:11BarkoderSDK0A6HelperC0A14ConfigTemplateO"
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"kind": "TypeNominal",
|
|
4925
|
+
"name": "Metatype",
|
|
4926
|
+
"printedName": "BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate.Type",
|
|
4927
|
+
"children": [
|
|
4928
|
+
{
|
|
4929
|
+
"kind": "TypeNominal",
|
|
4930
|
+
"name": "BarkoderConfigTemplate",
|
|
4931
|
+
"printedName": "BarkoderSDK.BarkoderHelper.BarkoderConfigTemplate",
|
|
4932
|
+
"usr": "s:11BarkoderSDK0A6HelperC0A14ConfigTemplateO"
|
|
4933
|
+
}
|
|
4934
|
+
]
|
|
4935
|
+
}
|
|
4936
|
+
]
|
|
4937
|
+
}
|
|
4938
|
+
],
|
|
4939
|
+
"declKind": "EnumElement",
|
|
4940
|
+
"usr": "s:11BarkoderSDK0A6HelperC0A14ConfigTemplateO12postal_codesyA2EmF",
|
|
4941
|
+
"mangledName": "$s11BarkoderSDK0A6HelperC0A14ConfigTemplateO12postal_codesyA2EmF",
|
|
4942
|
+
"moduleName": "BarkoderSDK",
|
|
4943
|
+
"declAttributes": [
|
|
4944
|
+
"ObjC"
|
|
4945
|
+
],
|
|
4946
|
+
"fixedbinaryorder": 13
|
|
4947
|
+
},
|
|
4910
4948
|
{
|
|
4911
4949
|
"kind": "Constructor",
|
|
4912
4950
|
"name": "init",
|
|
@@ -5977,10 +6015,24 @@
|
|
|
5977
6015
|
"length": 5,
|
|
5978
6016
|
"value": "false"
|
|
5979
6017
|
},
|
|
6018
|
+
{
|
|
6019
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarcodeScannerStats\/BarcodeScannerStats.swift",
|
|
6020
|
+
"kind": "Array",
|
|
6021
|
+
"offset": 131,
|
|
6022
|
+
"length": 2,
|
|
6023
|
+
"value": "[]"
|
|
6024
|
+
},
|
|
6025
|
+
{
|
|
6026
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarcodeScannerStats\/BarcodeScannerStats.swift",
|
|
6027
|
+
"kind": "Array",
|
|
6028
|
+
"offset": 174,
|
|
6029
|
+
"length": 2,
|
|
6030
|
+
"value": "[]"
|
|
6031
|
+
},
|
|
5980
6032
|
{
|
|
5981
6033
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarcodeScannerStats\/BarcodeScannerStats.swift",
|
|
5982
6034
|
"kind": "BooleanLiteral",
|
|
5983
|
-
"offset":
|
|
6035
|
+
"offset": 248,
|
|
5984
6036
|
"length": 5,
|
|
5985
6037
|
"value": "false"
|
|
5986
6038
|
},
|
|
@@ -6484,280 +6536,329 @@
|
|
|
6484
6536
|
{
|
|
6485
6537
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6486
6538
|
"kind": "StringLiteral",
|
|
6487
|
-
"offset":
|
|
6539
|
+
"offset": 1314,
|
|
6540
|
+
"length": 12,
|
|
6541
|
+
"value": "\"Postal IMB\""
|
|
6542
|
+
},
|
|
6543
|
+
{
|
|
6544
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6545
|
+
"kind": "StringLiteral",
|
|
6546
|
+
"offset": 1350,
|
|
6547
|
+
"length": 9,
|
|
6548
|
+
"value": "\"Postnet\""
|
|
6549
|
+
},
|
|
6550
|
+
{
|
|
6551
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6552
|
+
"kind": "StringLiteral",
|
|
6553
|
+
"offset": 1382,
|
|
6554
|
+
"length": 8,
|
|
6555
|
+
"value": "\"Planet\""
|
|
6556
|
+
},
|
|
6557
|
+
{
|
|
6558
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6559
|
+
"kind": "StringLiteral",
|
|
6560
|
+
"offset": 1421,
|
|
6561
|
+
"length": 17,
|
|
6562
|
+
"value": "\"Australian Post\""
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6566
|
+
"kind": "StringLiteral",
|
|
6567
|
+
"offset": 1464,
|
|
6568
|
+
"length": 12,
|
|
6569
|
+
"value": "\"Royal Mail\""
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6573
|
+
"kind": "StringLiteral",
|
|
6574
|
+
"offset": 1496,
|
|
6575
|
+
"length": 5,
|
|
6576
|
+
"value": "\"KIX\""
|
|
6577
|
+
},
|
|
6578
|
+
{
|
|
6579
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6580
|
+
"kind": "StringLiteral",
|
|
6581
|
+
"offset": 1530,
|
|
6582
|
+
"length": 15,
|
|
6583
|
+
"value": "\"Japanese Post\""
|
|
6584
|
+
},
|
|
6585
|
+
{
|
|
6586
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6587
|
+
"kind": "StringLiteral",
|
|
6588
|
+
"offset": 1631,
|
|
6488
6589
|
"length": 9,
|
|
6489
6590
|
"value": "\"decoder\""
|
|
6490
6591
|
},
|
|
6491
6592
|
{
|
|
6492
6593
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6493
6594
|
"kind": "StringLiteral",
|
|
6494
|
-
"offset":
|
|
6595
|
+
"offset": 1664,
|
|
6495
6596
|
"length": 9,
|
|
6496
6597
|
"value": "\"general\""
|
|
6497
6598
|
},
|
|
6498
6599
|
{
|
|
6499
6600
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6500
6601
|
"kind": "StringLiteral",
|
|
6501
|
-
"offset":
|
|
6602
|
+
"offset": 1703,
|
|
6502
6603
|
"length": 15,
|
|
6503
6604
|
"value": "\"decodingSpeed\""
|
|
6504
6605
|
},
|
|
6505
6606
|
{
|
|
6506
6607
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6507
6608
|
"kind": "StringLiteral",
|
|
6508
|
-
"offset":
|
|
6609
|
+
"offset": 1740,
|
|
6509
6610
|
"length": 7,
|
|
6510
6611
|
"value": "\"roi_x\""
|
|
6511
6612
|
},
|
|
6512
6613
|
{
|
|
6513
6614
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6514
6615
|
"kind": "StringLiteral",
|
|
6515
|
-
"offset":
|
|
6616
|
+
"offset": 1769,
|
|
6516
6617
|
"length": 7,
|
|
6517
6618
|
"value": "\"roi_y\""
|
|
6518
6619
|
},
|
|
6519
6620
|
{
|
|
6520
6621
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6521
6622
|
"kind": "StringLiteral",
|
|
6522
|
-
"offset":
|
|
6623
|
+
"offset": 1798,
|
|
6523
6624
|
"length": 7,
|
|
6524
6625
|
"value": "\"roi_w\""
|
|
6525
6626
|
},
|
|
6526
6627
|
{
|
|
6527
6628
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6528
6629
|
"kind": "StringLiteral",
|
|
6529
|
-
"offset":
|
|
6630
|
+
"offset": 1827,
|
|
6530
6631
|
"length": 7,
|
|
6531
6632
|
"value": "\"roi_h\""
|
|
6532
6633
|
},
|
|
6533
6634
|
{
|
|
6534
6635
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6535
6636
|
"kind": "StringLiteral",
|
|
6536
|
-
"offset":
|
|
6637
|
+
"offset": 1859,
|
|
6537
6638
|
"length": 10,
|
|
6538
6639
|
"value": "\"checksum\""
|
|
6539
6640
|
},
|
|
6540
6641
|
{
|
|
6541
6642
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6542
6643
|
"kind": "StringLiteral",
|
|
6543
|
-
"offset":
|
|
6644
|
+
"offset": 1900,
|
|
6544
6645
|
"length": 16,
|
|
6545
6646
|
"value": "\"masterChecksum\""
|
|
6546
6647
|
},
|
|
6547
6648
|
{
|
|
6548
6649
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6549
6650
|
"kind": "StringLiteral",
|
|
6550
|
-
"offset":
|
|
6651
|
+
"offset": 1943,
|
|
6551
6652
|
"length": 12,
|
|
6552
6653
|
"value": "\"maxThreads\""
|
|
6553
6654
|
},
|
|
6554
6655
|
{
|
|
6555
6656
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6556
6657
|
"kind": "StringLiteral",
|
|
6557
|
-
"offset":
|
|
6658
|
+
"offset": 1979,
|
|
6558
6659
|
"length": 9,
|
|
6559
6660
|
"value": "\"enabled\""
|
|
6560
6661
|
},
|
|
6561
6662
|
{
|
|
6562
6663
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6563
6664
|
"kind": "StringLiteral",
|
|
6564
|
-
"offset":
|
|
6665
|
+
"offset": 2018,
|
|
6565
6666
|
"length": 15,
|
|
6566
6667
|
"value": "\"minimumLength\""
|
|
6567
6668
|
},
|
|
6568
6669
|
{
|
|
6569
6670
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6570
6671
|
"kind": "StringLiteral",
|
|
6571
|
-
"offset":
|
|
6672
|
+
"offset": 2063,
|
|
6572
6673
|
"length": 15,
|
|
6573
6674
|
"value": "\"maximumLength\""
|
|
6574
6675
|
},
|
|
6575
6676
|
{
|
|
6576
6677
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6577
6678
|
"kind": "StringLiteral",
|
|
6578
|
-
"offset":
|
|
6679
|
+
"offset": 2112,
|
|
6579
6680
|
"length": 19,
|
|
6580
6681
|
"value": "\"locationLineColor\""
|
|
6581
6682
|
},
|
|
6582
6683
|
{
|
|
6583
6684
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6584
6685
|
"kind": "StringLiteral",
|
|
6585
|
-
"offset":
|
|
6686
|
+
"offset": 2165,
|
|
6586
6687
|
"length": 19,
|
|
6587
6688
|
"value": "\"locationLineWidth\""
|
|
6588
6689
|
},
|
|
6589
6690
|
{
|
|
6590
6691
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6591
6692
|
"kind": "StringLiteral",
|
|
6592
|
-
"offset":
|
|
6693
|
+
"offset": 2213,
|
|
6593
6694
|
"length": 14,
|
|
6594
6695
|
"value": "\"roiLineColor\""
|
|
6595
6696
|
},
|
|
6596
6697
|
{
|
|
6597
6698
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6598
6699
|
"kind": "StringLiteral",
|
|
6599
|
-
"offset":
|
|
6700
|
+
"offset": 2256,
|
|
6600
6701
|
"length": 14,
|
|
6601
6702
|
"value": "\"roiLineWidth\""
|
|
6602
6703
|
},
|
|
6603
6704
|
{
|
|
6604
6705
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6605
6706
|
"kind": "StringLiteral",
|
|
6606
|
-
"offset":
|
|
6707
|
+
"offset": 2309,
|
|
6607
6708
|
"length": 24,
|
|
6608
6709
|
"value": "\"scanningIndicatorColor\""
|
|
6609
6710
|
},
|
|
6610
6711
|
{
|
|
6611
6712
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6612
6713
|
"kind": "StringLiteral",
|
|
6613
|
-
"offset":
|
|
6714
|
+
"offset": 2372,
|
|
6614
6715
|
"length": 24,
|
|
6615
6716
|
"value": "\"scanningIndicatorWidth\""
|
|
6616
6717
|
},
|
|
6617
6718
|
{
|
|
6618
6719
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6619
6720
|
"kind": "StringLiteral",
|
|
6620
|
-
"offset":
|
|
6721
|
+
"offset": 2439,
|
|
6621
6722
|
"length": 28,
|
|
6622
6723
|
"value": "\"scanningIndicatorAnimation\""
|
|
6623
6724
|
},
|
|
6624
6725
|
{
|
|
6625
6726
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6626
6727
|
"kind": "StringLiteral",
|
|
6627
|
-
"offset":
|
|
6728
|
+
"offset": 2514,
|
|
6628
6729
|
"length": 32,
|
|
6629
6730
|
"value": "\"scanningIndicatorAlwaysVisible\""
|
|
6630
6731
|
},
|
|
6631
6732
|
{
|
|
6632
6733
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6633
6734
|
"kind": "StringLiteral",
|
|
6634
|
-
"offset":
|
|
6735
|
+
"offset": 2590,
|
|
6635
6736
|
"length": 29,
|
|
6636
6737
|
"value": "\"closeSessionOnResultEnabled\""
|
|
6637
6738
|
},
|
|
6638
6739
|
{
|
|
6639
6740
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6640
6741
|
"kind": "StringLiteral",
|
|
6641
|
-
"offset":
|
|
6742
|
+
"offset": 2654,
|
|
6642
6743
|
"length": 20,
|
|
6643
6744
|
"value": "\"imageResultEnabled\""
|
|
6644
6745
|
},
|
|
6645
6746
|
{
|
|
6646
6747
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6647
6748
|
"kind": "StringLiteral",
|
|
6648
|
-
"offset":
|
|
6749
|
+
"offset": 2719,
|
|
6649
6750
|
"length": 30,
|
|
6650
6751
|
"value": "\"locationInImageResultEnabled\""
|
|
6651
6752
|
},
|
|
6652
6753
|
{
|
|
6653
6754
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6654
6755
|
"kind": "StringLiteral",
|
|
6655
|
-
"offset":
|
|
6756
|
+
"offset": 2790,
|
|
6656
6757
|
"length": 26,
|
|
6657
6758
|
"value": "\"locationInPreviewEnabled\""
|
|
6658
6759
|
},
|
|
6659
6760
|
{
|
|
6660
6761
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6661
6762
|
"kind": "StringLiteral",
|
|
6662
|
-
"offset":
|
|
6763
|
+
"offset": 2851,
|
|
6663
6764
|
"length": 20,
|
|
6664
6765
|
"value": "\"pinchToZoomEnabled\""
|
|
6665
6766
|
},
|
|
6666
6767
|
{
|
|
6667
6768
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6668
6769
|
"kind": "StringLiteral",
|
|
6669
|
-
"offset":
|
|
6770
|
+
"offset": 2908,
|
|
6670
6771
|
"length": 22,
|
|
6671
6772
|
"value": "\"beepOnSuccessEnabled\""
|
|
6672
6773
|
},
|
|
6673
6774
|
{
|
|
6674
6775
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6675
6776
|
"kind": "StringLiteral",
|
|
6676
|
-
"offset":
|
|
6777
|
+
"offset": 2970,
|
|
6677
6778
|
"length": 25,
|
|
6678
6779
|
"value": "\"vibrateOnSuccessEnabled\""
|
|
6679
6780
|
},
|
|
6680
6781
|
{
|
|
6681
6782
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6682
6783
|
"kind": "StringLiteral",
|
|
6683
|
-
"offset":
|
|
6784
|
+
"offset": 3035,
|
|
6684
6785
|
"length": 25,
|
|
6685
6786
|
"value": "\"regionOfInterestVisible\""
|
|
6686
6787
|
},
|
|
6687
6788
|
{
|
|
6688
6789
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6689
6790
|
"kind": "StringLiteral",
|
|
6690
|
-
"offset":
|
|
6791
|
+
"offset": 3095,
|
|
6691
6792
|
"length": 20,
|
|
6692
6793
|
"value": "\"barkoderResolution\""
|
|
6693
6794
|
},
|
|
6694
6795
|
{
|
|
6695
6796
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6696
6797
|
"kind": "StringLiteral",
|
|
6697
|
-
"offset":
|
|
6798
|
+
"offset": 3146,
|
|
6698
6799
|
"length": 16,
|
|
6699
6800
|
"value": "\"formattingType\""
|
|
6700
6801
|
},
|
|
6701
6802
|
{
|
|
6702
6803
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6703
6804
|
"kind": "StringLiteral",
|
|
6704
|
-
"offset":
|
|
6805
|
+
"offset": 3199,
|
|
6705
6806
|
"length": 22,
|
|
6706
6807
|
"value": "\"encodingCharacterSet\""
|
|
6707
6808
|
},
|
|
6708
6809
|
{
|
|
6709
6810
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6710
6811
|
"kind": "StringLiteral",
|
|
6711
|
-
"offset":
|
|
6812
|
+
"offset": 3255,
|
|
6712
6813
|
"length": 19,
|
|
6713
6814
|
"value": "\"duplicatesDelayMs\""
|
|
6714
6815
|
},
|
|
6715
6816
|
{
|
|
6716
6817
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6717
6818
|
"kind": "StringLiteral",
|
|
6718
|
-
"offset":
|
|
6819
|
+
"offset": 3310,
|
|
6719
6820
|
"length": 21,
|
|
6720
6821
|
"value": "\"maximumResultsCount\""
|
|
6721
6822
|
},
|
|
6722
6823
|
{
|
|
6723
6824
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6724
6825
|
"kind": "StringLiteral",
|
|
6725
|
-
"offset":
|
|
6826
|
+
"offset": 3355,
|
|
6726
6827
|
"length": 9,
|
|
6727
6828
|
"value": "\"dpmMode\""
|
|
6728
6829
|
},
|
|
6729
6830
|
{
|
|
6730
6831
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6731
6832
|
"kind": "StringLiteral",
|
|
6732
|
-
"offset":
|
|
6833
|
+
"offset": 3398,
|
|
6733
6834
|
"length": 19,
|
|
6734
6835
|
"value": "\"enableMisshaped1D\""
|
|
6735
6836
|
},
|
|
6736
6837
|
{
|
|
6737
6838
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6738
6839
|
"kind": "StringLiteral",
|
|
6739
|
-
"offset":
|
|
6840
|
+
"offset": 3446,
|
|
6740
6841
|
"length": 14,
|
|
6741
6842
|
"value": "\"upcEanDeblur\""
|
|
6742
6843
|
},
|
|
6743
6844
|
{
|
|
6744
6845
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6745
6846
|
"kind": "StringLiteral",
|
|
6746
|
-
"offset":
|
|
6847
|
+
"offset": 3498,
|
|
6747
6848
|
"length": 23,
|
|
6748
6849
|
"value": "\"enableVINRestrictions\""
|
|
6749
6850
|
},
|
|
6750
6851
|
{
|
|
6751
6852
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6752
6853
|
"kind": "StringLiteral",
|
|
6753
|
-
"offset":
|
|
6854
|
+
"offset": 3569,
|
|
6754
6855
|
"length": 33,
|
|
6755
6856
|
"value": "\"thresholdBetweenDuplicatesScans\""
|
|
6756
6857
|
},
|
|
6757
6858
|
{
|
|
6758
6859
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/Config\/BarkoderConfigHelper.swift",
|
|
6759
6860
|
"kind": "StringLiteral",
|
|
6760
|
-
"offset":
|
|
6861
|
+
"offset": 3634,
|
|
6761
6862
|
"length": 17,
|
|
6762
6863
|
"value": "\"enableComposite\""
|
|
6763
6864
|
},
|
|
@@ -6869,21 +6970,28 @@
|
|
|
6869
6970
|
{
|
|
6870
6971
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BeepPlayer.swift",
|
|
6871
6972
|
"kind": "IntegerLiteral",
|
|
6872
|
-
"offset":
|
|
6973
|
+
"offset": 167,
|
|
6873
6974
|
"length": 1,
|
|
6874
6975
|
"value": "8"
|
|
6875
6976
|
},
|
|
6876
6977
|
{
|
|
6877
6978
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BeepPlayer.swift",
|
|
6878
6979
|
"kind": "IntegerLiteral",
|
|
6879
|
-
"offset":
|
|
6980
|
+
"offset": 223,
|
|
6981
|
+
"length": 1,
|
|
6982
|
+
"value": "0"
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BeepPlayer.swift",
|
|
6986
|
+
"kind": "IntegerLiteral",
|
|
6987
|
+
"offset": 233,
|
|
6880
6988
|
"length": 1,
|
|
6881
6989
|
"value": "8"
|
|
6882
6990
|
},
|
|
6883
6991
|
{
|
|
6884
6992
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BeepPlayer.swift",
|
|
6885
6993
|
"kind": "IntegerLiteral",
|
|
6886
|
-
"offset":
|
|
6994
|
+
"offset": 266,
|
|
6887
6995
|
"length": 1,
|
|
6888
6996
|
"value": "0"
|
|
6889
6997
|
},
|
|
@@ -7107,87 +7215,94 @@
|
|
|
7107
7215
|
{
|
|
7108
7216
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7109
7217
|
"kind": "IntegerLiteral",
|
|
7110
|
-
"offset":
|
|
7218
|
+
"offset": 5699,
|
|
7111
7219
|
"length": 13,
|
|
7112
7220
|
"value": "1"
|
|
7113
7221
|
},
|
|
7114
7222
|
{
|
|
7115
7223
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7116
7224
|
"kind": "IntegerLiteral",
|
|
7117
|
-
"offset":
|
|
7225
|
+
"offset": 5726,
|
|
7118
7226
|
"length": 2,
|
|
7119
7227
|
"value": "2"
|
|
7120
7228
|
},
|
|
7121
7229
|
{
|
|
7122
7230
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7123
7231
|
"kind": "IntegerLiteral",
|
|
7124
|
-
"offset":
|
|
7232
|
+
"offset": 5742,
|
|
7125
7233
|
"length": 9,
|
|
7126
7234
|
"value": "3"
|
|
7127
7235
|
},
|
|
7128
7236
|
{
|
|
7129
7237
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7130
7238
|
"kind": "IntegerLiteral",
|
|
7131
|
-
"offset":
|
|
7239
|
+
"offset": 5765,
|
|
7132
7240
|
"length": 13,
|
|
7133
7241
|
"value": "4"
|
|
7134
7242
|
},
|
|
7135
7243
|
{
|
|
7136
7244
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7137
7245
|
"kind": "IntegerLiteral",
|
|
7138
|
-
"offset":
|
|
7246
|
+
"offset": 5792,
|
|
7139
7247
|
"length": 6,
|
|
7140
7248
|
"value": "5"
|
|
7141
7249
|
},
|
|
7142
7250
|
{
|
|
7143
7251
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7144
7252
|
"kind": "IntegerLiteral",
|
|
7145
|
-
"offset":
|
|
7253
|
+
"offset": 5812,
|
|
7146
7254
|
"length": 3,
|
|
7147
7255
|
"value": "6"
|
|
7148
7256
|
},
|
|
7149
7257
|
{
|
|
7150
7258
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7151
7259
|
"kind": "IntegerLiteral",
|
|
7152
|
-
"offset":
|
|
7260
|
+
"offset": 5829,
|
|
7153
7261
|
"length": 3,
|
|
7154
7262
|
"value": "7"
|
|
7155
7263
|
},
|
|
7156
7264
|
{
|
|
7157
7265
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7158
7266
|
"kind": "IntegerLiteral",
|
|
7159
|
-
"offset":
|
|
7267
|
+
"offset": 5846,
|
|
7160
7268
|
"length": 7,
|
|
7161
7269
|
"value": "8"
|
|
7162
7270
|
},
|
|
7163
7271
|
{
|
|
7164
7272
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7165
7273
|
"kind": "IntegerLiteral",
|
|
7166
|
-
"offset":
|
|
7274
|
+
"offset": 5861,
|
|
7167
7275
|
"length": 6,
|
|
7168
7276
|
"value": "9"
|
|
7169
7277
|
},
|
|
7170
7278
|
{
|
|
7171
7279
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7172
7280
|
"kind": "IntegerLiteral",
|
|
7173
|
-
"offset":
|
|
7281
|
+
"offset": 5881,
|
|
7174
7282
|
"length": 3,
|
|
7175
7283
|
"value": "10"
|
|
7176
7284
|
},
|
|
7177
7285
|
{
|
|
7178
7286
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7179
7287
|
"kind": "IntegerLiteral",
|
|
7180
|
-
"offset":
|
|
7288
|
+
"offset": 5898,
|
|
7181
7289
|
"length": 12,
|
|
7182
7290
|
"value": "11"
|
|
7183
7291
|
},
|
|
7184
7292
|
{
|
|
7185
7293
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7186
7294
|
"kind": "IntegerLiteral",
|
|
7187
|
-
"offset":
|
|
7295
|
+
"offset": 5924,
|
|
7188
7296
|
"length": 9,
|
|
7189
7297
|
"value": "12"
|
|
7190
7298
|
},
|
|
7299
|
+
{
|
|
7300
|
+
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderHelper.swift",
|
|
7301
|
+
"kind": "IntegerLiteral",
|
|
7302
|
+
"offset": 5947,
|
|
7303
|
+
"length": 12,
|
|
7304
|
+
"value": "13"
|
|
7305
|
+
},
|
|
7191
7306
|
{
|
|
7192
7307
|
"filePath": "\/Users\/goranchakarevski\/Desktop\/Barkoder\/barkoder-ios\/BarkoderSDK\/BarkoderSDK\/BarkoderOverlay\/NoActiveDecodersOverlay.swift",
|
|
7193
7308
|
"kind": "BooleanLiteral",
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BarkoderSDK
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
|
|
5
5
|
import AVFoundation
|
|
6
|
+
import AudioToolbox
|
|
6
7
|
import Barkoder
|
|
7
8
|
@_exported import BarkoderSDK
|
|
8
9
|
import CoreMedia
|
|
@@ -153,6 +154,7 @@ extension CoreFoundation.CGRect {
|
|
|
153
154
|
case mrz
|
|
154
155
|
case gallery_scan
|
|
155
156
|
case composite
|
|
157
|
+
case postal_codes
|
|
156
158
|
public init?(rawValue: Swift.Int)
|
|
157
159
|
public typealias RawValue = Swift.Int
|
|
158
160
|
public var rawValue: Swift.Int {
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name BarkoderSDK
|
|
4
4
|
// swift-module-flags-ignorable: -no-verify-emitted-module-interface
|
|
5
5
|
import AVFoundation
|
|
6
|
+
import AudioToolbox
|
|
6
7
|
import Barkoder
|
|
7
8
|
@_exported import BarkoderSDK
|
|
8
9
|
import CoreMedia
|
|
@@ -153,6 +154,7 @@ extension CoreFoundation.CGRect {
|
|
|
153
154
|
case mrz
|
|
154
155
|
case gallery_scan
|
|
155
156
|
case composite
|
|
157
|
+
case postal_codes
|
|
156
158
|
public init?(rawValue: Swift.Int)
|
|
157
159
|
public typealias RawValue = Swift.Int
|
|
158
160
|
public var rawValue: Swift.Int {
|