@microblink/blinkid-react-native 8000.0.0 → 8001.0.0
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/README.md +185 -53
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdClassInfoIdMappings.kt +33 -0
- package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdDeserializationUtilities.kt +90 -41
- package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkIdSerializationUtilities.kt +44 -14
- package/android/src/main/java/com/microblink/blinkid/reactnative/BlinkidReactNativeModule.kt +15 -0
- package/ios/BlinkidReactNative.mm +7 -0
- package/ios/BlinkidReactNativeModule.swift +22 -0
- package/ios/Frameworks/BlinkID.xcframework/Info.plist +5 -9
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/BlinkID +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID.h +893 -14
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Info.plist +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/{arm64-apple-ios.swiftdoc → arm64.swiftdoc} +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/{arm64-apple-ios.swiftinterface → arm64.swiftinterface} +2343 -2228
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/module.modulemap +1 -7
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivacyInfo.xcprivacy +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/BlinkID +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID.h +893 -14
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Info.plist +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/{arm64-apple-ios-simulator.swiftdoc → arm64.swiftdoc} +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/{arm64-apple-ios-simulator.private.swiftinterface → arm64.swiftinterface} +2343 -2228
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/{x86_64-apple-ios-simulator.swiftdoc → x86_64.swiftdoc} +0 -0
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/{x86_64-apple-ios-simulator.private.swiftinterface → x86_64.swiftinterface} +2343 -2228
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/module.modulemap +1 -7
- package/ios/Frameworks/BlinkIDUX.xcframework/Info.plist +5 -5
- package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeResources +276 -276
- package/ios/Frameworks/BlinkIDUX.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ak.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/am.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/bn.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/da.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/el.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en-GB.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es-MX.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fa.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr-CA.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ha.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/is.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ja.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ka-GE.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/kk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/km-KH.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ko.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/lv.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nb.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ne.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ps-AF.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt-BR.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ru.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/si.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sv.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sw.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/tr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ur.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uz.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/yo.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Info.plist +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.abi.json +1327 -733
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.package.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.private.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Assets.car +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/Info.plist +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/_CodeSignature/CodeResources +114 -114
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ak.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/am.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ar.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/bn.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/cs.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/da.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/de.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/el.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en-GB.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/en.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es-MX.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/es.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fa.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fil.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr-CA.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/fr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ha.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/he.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/hu.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/id.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/is.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/it.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ja.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ka-GE.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/kk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/km-KH.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ko.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/lv.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ms.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nb.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ne.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/nl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ps-AF.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt-BR.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/pt.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ro.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ru.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/si.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sl.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sv.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/sw.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/th.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/tr.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uk.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/ur.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/uz.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/vi.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/yo.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hans.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/BlinkIDUX_BlinkIDUX.bundle/zh-Hant.lproj/Localizable.strings +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Info.plist +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.abi.json +1327 -733
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/arm64-apple-ios-simulator.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.abi.json +1327 -733
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/Modules/BlinkIDUX.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +32 -50
- package/ios/Frameworks/BlinkIDUX.xcframework/ios-arm64_x86_64-simulator/BlinkIDUX.framework/_CodeSignature/CodeResources +1 -1
- package/ios/Serialization/BlinkIdDeserializationUtils.swift +145 -23
- package/ios/Serialization/BlinkIdSerializationUtils.swift +57 -8
- package/lib/module/NativeBlinkidReactNative.js.map +1 -1
- package/lib/module/index.js +13 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/types.js +65 -11
- package/lib/module/types.js.map +1 -1
- package/lib/typescript/src/NativeBlinkidReactNative.d.ts +10 -0
- package/lib/typescript/src/NativeBlinkidReactNative.d.ts.map +1 -1
- package/lib/typescript/src/blinkIdResult.d.ts +5 -0
- package/lib/typescript/src/blinkIdResult.d.ts.map +1 -1
- package/lib/typescript/src/blinkIdSettings.d.ts +160 -21
- package/lib/typescript/src/blinkIdSettings.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +10 -0
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/types.d.ts +120 -46
- package/lib/typescript/src/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/NativeBlinkidReactNative.ts +11 -0
- package/src/blinkIdResult.ts +6 -0
- package/src/blinkIdSettings.ts +170 -21
- package/src/index.tsx +13 -0
- package/src/types.ts +168 -52
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/BlinkID-Swift.h +0 -48714
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.abi.json +0 -91790
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -2534
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/Modules/module.private.modulemap +0 -12
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/PrivateHeaders/SwiftCxxBridge.hpp +0 -19
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/_CodeSignature/CodeResources +0 -234
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64/BlinkID.framework/conan.xcconfig +0 -40
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Headers/BlinkID-Swift.h +0 -97424
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -91790
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -2534
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -91790
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/BlinkID.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -2534
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/Modules/module.private.modulemap +0 -12
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/PrivateHeaders/SwiftCxxBridge.hpp +0 -19
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/_CodeSignature/CodeResources +0 -289
- package/ios/Frameworks/BlinkID.xcframework/ios-arm64_x86_64-simulator/BlinkID.framework/conan.xcconfig +0 -40
|
@@ -1,20 +1,899 @@
|
|
|
1
|
-
//
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
//
|
|
1
|
+
// Generated by Apple Swift version 6.3.3 effective-5.10 (swiftlang-6.3.3.1.3 clang-2100.1.1.101)
|
|
2
|
+
#ifndef BLINKID_SWIFT_H
|
|
3
|
+
#define BLINKID_SWIFT_H
|
|
4
|
+
#pragma clang diagnostic push
|
|
5
|
+
#pragma clang diagnostic ignored "-Wgcc-compat"
|
|
7
6
|
|
|
8
|
-
#
|
|
7
|
+
#if !defined(__has_include)
|
|
8
|
+
# define __has_include(x) 0
|
|
9
|
+
#endif
|
|
10
|
+
#if !defined(__has_attribute)
|
|
11
|
+
# define __has_attribute(x) 0
|
|
12
|
+
#endif
|
|
13
|
+
#if !defined(__has_feature)
|
|
14
|
+
# define __has_feature(x) 0
|
|
15
|
+
#endif
|
|
16
|
+
#if !defined(__has_warning)
|
|
17
|
+
# define __has_warning(x) 0
|
|
18
|
+
#endif
|
|
9
19
|
|
|
20
|
+
#if __has_include(<swift/objc-prologue.h>)
|
|
21
|
+
# include <swift/objc-prologue.h>
|
|
22
|
+
#endif
|
|
10
23
|
|
|
11
|
-
|
|
12
|
-
|
|
24
|
+
#pragma clang diagnostic ignored "-Wauto-import"
|
|
25
|
+
#if defined(__OBJC__)
|
|
26
|
+
#include <Foundation/Foundation.h>
|
|
27
|
+
#endif // defined(__OBJC__)
|
|
28
|
+
#if defined(__cplusplus)
|
|
29
|
+
#include <cstdint>
|
|
30
|
+
#include <cstddef>
|
|
31
|
+
#include <cstdbool>
|
|
32
|
+
#include <cstring>
|
|
33
|
+
#include <stdlib.h>
|
|
34
|
+
#include <new>
|
|
35
|
+
#include <type_traits>
|
|
36
|
+
#else
|
|
37
|
+
#include <stdint.h>
|
|
38
|
+
#include <stddef.h>
|
|
39
|
+
#include <stdbool.h>
|
|
40
|
+
#include <string.h>
|
|
41
|
+
#endif
|
|
42
|
+
#if defined(__cplusplus)
|
|
43
|
+
#pragma clang diagnostic push
|
|
44
|
+
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
|
|
45
|
+
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
|
|
46
|
+
# include <ptrauth.h>
|
|
47
|
+
#else
|
|
48
|
+
#pragma clang diagnostic push
|
|
49
|
+
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
|
|
50
|
+
# ifndef __ptrauth_swift_value_witness_function_pointer
|
|
51
|
+
# define __ptrauth_swift_value_witness_function_pointer(x)
|
|
52
|
+
# endif
|
|
53
|
+
# ifndef __ptrauth_swift_class_method_pointer
|
|
54
|
+
# define __ptrauth_swift_class_method_pointer(x)
|
|
55
|
+
# endif
|
|
56
|
+
#pragma clang diagnostic pop
|
|
57
|
+
#endif
|
|
58
|
+
#pragma clang diagnostic pop
|
|
59
|
+
#endif
|
|
13
60
|
|
|
14
|
-
|
|
15
|
-
|
|
61
|
+
#if !defined(SWIFT_TYPEDEFS)
|
|
62
|
+
# define SWIFT_TYPEDEFS 1
|
|
63
|
+
# if __has_include(<uchar.h>)
|
|
64
|
+
# include <uchar.h>
|
|
65
|
+
# elif !defined(__cplusplus)
|
|
66
|
+
typedef unsigned char char8_t;
|
|
67
|
+
typedef uint_least16_t char16_t;
|
|
68
|
+
typedef uint_least32_t char32_t;
|
|
69
|
+
# endif
|
|
70
|
+
typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
|
|
71
|
+
typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
|
|
72
|
+
typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
|
|
73
|
+
typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
|
|
74
|
+
typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
|
|
75
|
+
typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
|
|
76
|
+
typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
|
|
77
|
+
typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
|
|
78
|
+
typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
|
|
79
|
+
typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
|
|
80
|
+
typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
|
|
81
|
+
typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
82
|
+
#endif
|
|
16
83
|
|
|
17
|
-
|
|
84
|
+
#if !defined(SWIFT_PASTE)
|
|
85
|
+
# define SWIFT_PASTE_HELPER(x, y) x##y
|
|
86
|
+
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
|
|
87
|
+
#endif
|
|
88
|
+
#if !defined(SWIFT_METATYPE)
|
|
89
|
+
# define SWIFT_METATYPE(X) Class
|
|
90
|
+
#endif
|
|
91
|
+
#if !defined(SWIFT_CLASS_PROPERTY)
|
|
92
|
+
# if __has_feature(objc_class_property)
|
|
93
|
+
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
|
|
94
|
+
# else
|
|
95
|
+
# define SWIFT_CLASS_PROPERTY(...)
|
|
96
|
+
# endif
|
|
97
|
+
#endif
|
|
98
|
+
#if !defined(SWIFT_RUNTIME_NAME)
|
|
99
|
+
# if __has_attribute(objc_runtime_name)
|
|
100
|
+
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
|
101
|
+
# else
|
|
102
|
+
# define SWIFT_RUNTIME_NAME(X)
|
|
103
|
+
# endif
|
|
104
|
+
#endif
|
|
105
|
+
#if !defined(SWIFT_COMPILE_NAME)
|
|
106
|
+
# if __has_attribute(swift_name)
|
|
107
|
+
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
|
108
|
+
# else
|
|
109
|
+
# define SWIFT_COMPILE_NAME(X)
|
|
110
|
+
# endif
|
|
111
|
+
#endif
|
|
112
|
+
#if !defined(SWIFT_METHOD_FAMILY)
|
|
113
|
+
# if __has_attribute(objc_method_family)
|
|
114
|
+
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
|
115
|
+
# else
|
|
116
|
+
# define SWIFT_METHOD_FAMILY(X)
|
|
117
|
+
# endif
|
|
118
|
+
#endif
|
|
119
|
+
#if !defined(SWIFT_NOESCAPE)
|
|
120
|
+
# if __has_attribute(noescape)
|
|
121
|
+
# define SWIFT_NOESCAPE __attribute__((noescape))
|
|
122
|
+
# else
|
|
123
|
+
# define SWIFT_NOESCAPE
|
|
124
|
+
# endif
|
|
125
|
+
#endif
|
|
126
|
+
#if !defined(SWIFT_RELEASES_ARGUMENT)
|
|
127
|
+
# if __has_attribute(ns_consumed)
|
|
128
|
+
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
|
|
129
|
+
# else
|
|
130
|
+
# define SWIFT_RELEASES_ARGUMENT
|
|
131
|
+
# endif
|
|
132
|
+
#endif
|
|
133
|
+
#if !defined(SWIFT_WARN_UNUSED_RESULT)
|
|
134
|
+
# if __has_attribute(warn_unused_result)
|
|
135
|
+
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
136
|
+
# else
|
|
137
|
+
# define SWIFT_WARN_UNUSED_RESULT
|
|
138
|
+
# endif
|
|
139
|
+
#endif
|
|
140
|
+
#if !defined(SWIFT_NORETURN)
|
|
141
|
+
# if __has_attribute(noreturn)
|
|
142
|
+
# define SWIFT_NORETURN __attribute__((noreturn))
|
|
143
|
+
# else
|
|
144
|
+
# define SWIFT_NORETURN
|
|
145
|
+
# endif
|
|
146
|
+
#endif
|
|
147
|
+
#if !defined(SWIFT_CLASS_EXTRA)
|
|
148
|
+
# define SWIFT_CLASS_EXTRA
|
|
149
|
+
#endif
|
|
150
|
+
#if !defined(SWIFT_PROTOCOL_EXTRA)
|
|
151
|
+
# define SWIFT_PROTOCOL_EXTRA
|
|
152
|
+
#endif
|
|
153
|
+
#if !defined(SWIFT_ENUM_EXTRA)
|
|
154
|
+
# define SWIFT_ENUM_EXTRA
|
|
155
|
+
#endif
|
|
156
|
+
#if !defined(SWIFT_CLASS)
|
|
157
|
+
# if __has_attribute(objc_subclassing_restricted)
|
|
158
|
+
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
|
|
159
|
+
# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
160
|
+
# else
|
|
161
|
+
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
162
|
+
# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
163
|
+
# endif
|
|
164
|
+
#endif
|
|
165
|
+
#if !defined(SWIFT_RESILIENT_CLASS)
|
|
166
|
+
# if __has_attribute(objc_class_stub)
|
|
167
|
+
# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
|
|
168
|
+
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
169
|
+
# else
|
|
170
|
+
# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
|
|
171
|
+
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
172
|
+
# endif
|
|
173
|
+
#endif
|
|
174
|
+
#if !defined(SWIFT_PROTOCOL)
|
|
175
|
+
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
176
|
+
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
177
|
+
#endif
|
|
178
|
+
#if !defined(SWIFT_EXTENSION)
|
|
179
|
+
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
|
|
180
|
+
#endif
|
|
181
|
+
#if !defined(OBJC_DESIGNATED_INITIALIZER)
|
|
182
|
+
# if __has_attribute(objc_designated_initializer)
|
|
183
|
+
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
|
|
184
|
+
# else
|
|
185
|
+
# define OBJC_DESIGNATED_INITIALIZER
|
|
186
|
+
# endif
|
|
187
|
+
#endif
|
|
188
|
+
#if !defined(SWIFT_ENUM_ATTR)
|
|
189
|
+
# if __has_attribute(enum_extensibility)
|
|
190
|
+
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
|
|
191
|
+
# else
|
|
192
|
+
# define SWIFT_ENUM_ATTR(_extensibility)
|
|
193
|
+
# endif
|
|
194
|
+
#endif
|
|
195
|
+
#if !defined(SWIFT_ENUM)
|
|
196
|
+
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
197
|
+
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
198
|
+
# if __has_feature(generalized_swift_name)
|
|
199
|
+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
200
|
+
# else
|
|
201
|
+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
202
|
+
# endif
|
|
203
|
+
# else
|
|
204
|
+
# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum
|
|
205
|
+
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
206
|
+
# endif
|
|
207
|
+
#endif
|
|
208
|
+
#if !defined(SWIFT_ENUM_TAG)
|
|
209
|
+
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
210
|
+
# define SWIFT_ENUM_TAG enum
|
|
211
|
+
# else
|
|
212
|
+
# define SWIFT_ENUM_TAG
|
|
213
|
+
# endif
|
|
214
|
+
#endif
|
|
215
|
+
#if !defined(SWIFT_ENUM_FWD_DECL)
|
|
216
|
+
# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum)
|
|
217
|
+
# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type;
|
|
218
|
+
# else
|
|
219
|
+
# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name;
|
|
220
|
+
# endif
|
|
221
|
+
#endif
|
|
222
|
+
#if !defined(SWIFT_UNAVAILABLE)
|
|
223
|
+
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
|
|
224
|
+
#endif
|
|
225
|
+
#if !defined(SWIFT_UNAVAILABLE_MSG)
|
|
226
|
+
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
|
|
227
|
+
#endif
|
|
228
|
+
#if !defined(SWIFT_AVAILABILITY)
|
|
229
|
+
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
|
230
|
+
#endif
|
|
231
|
+
#if !defined(SWIFT_AVAILABILITY_DOMAIN)
|
|
232
|
+
# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__)))
|
|
233
|
+
#endif
|
|
234
|
+
#if !defined(SWIFT_WEAK_IMPORT)
|
|
235
|
+
# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
|
|
236
|
+
#endif
|
|
237
|
+
#if !defined(SWIFT_DEPRECATED)
|
|
238
|
+
# define SWIFT_DEPRECATED __attribute__((deprecated))
|
|
239
|
+
#endif
|
|
240
|
+
#if !defined(SWIFT_DEPRECATED_MSG)
|
|
241
|
+
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
|
242
|
+
#endif
|
|
243
|
+
#if !defined(SWIFT_DEPRECATED_OBJC)
|
|
244
|
+
# if __has_feature(attribute_diagnose_if_objc)
|
|
245
|
+
# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
|
|
246
|
+
# else
|
|
247
|
+
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
|
248
|
+
# endif
|
|
249
|
+
#endif
|
|
250
|
+
#if defined(__OBJC__)
|
|
251
|
+
#if !defined(IBSegueAction)
|
|
252
|
+
# define IBSegueAction
|
|
253
|
+
#endif
|
|
254
|
+
#endif
|
|
255
|
+
#if !defined(SWIFT_EXTERN)
|
|
256
|
+
# if defined(__cplusplus)
|
|
257
|
+
# define SWIFT_EXTERN extern "C"
|
|
258
|
+
# else
|
|
259
|
+
# define SWIFT_EXTERN extern
|
|
260
|
+
# endif
|
|
261
|
+
#endif
|
|
262
|
+
#if !defined(SWIFT_CALL)
|
|
263
|
+
# define SWIFT_CALL __attribute__((swiftcall))
|
|
264
|
+
#endif
|
|
265
|
+
#if !defined(SWIFT_INDIRECT_RESULT)
|
|
266
|
+
# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result))
|
|
267
|
+
#endif
|
|
268
|
+
#if !defined(SWIFT_CONTEXT)
|
|
269
|
+
# define SWIFT_CONTEXT __attribute__((swift_context))
|
|
270
|
+
#endif
|
|
271
|
+
#if !defined(SWIFT_ERROR_RESULT)
|
|
272
|
+
# define SWIFT_ERROR_RESULT __attribute__((swift_error_result))
|
|
273
|
+
#endif
|
|
274
|
+
#if defined(__cplusplus)
|
|
275
|
+
# define SWIFT_NOEXCEPT noexcept
|
|
276
|
+
#else
|
|
277
|
+
# define SWIFT_NOEXCEPT
|
|
278
|
+
#endif
|
|
279
|
+
#if !defined(SWIFT_C_INLINE_THUNK)
|
|
280
|
+
# if __has_attribute(always_inline)
|
|
281
|
+
# if __has_attribute(nodebug)
|
|
282
|
+
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
|
|
283
|
+
# else
|
|
284
|
+
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
|
|
285
|
+
# endif
|
|
286
|
+
# else
|
|
287
|
+
# define SWIFT_C_INLINE_THUNK inline
|
|
288
|
+
# endif
|
|
289
|
+
#endif
|
|
290
|
+
#if defined(_WIN32)
|
|
291
|
+
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
|
|
292
|
+
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
|
|
293
|
+
#endif
|
|
294
|
+
#else
|
|
295
|
+
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
|
|
296
|
+
# define SWIFT_IMPORT_STDLIB_SYMBOL
|
|
297
|
+
#endif
|
|
298
|
+
#endif
|
|
299
|
+
#if !__has_feature(nullability)
|
|
300
|
+
# define _Nonnull
|
|
301
|
+
# define _Nullable
|
|
302
|
+
# define _Null_unspecified
|
|
303
|
+
#elif !defined(__OBJC__)
|
|
304
|
+
# pragma clang diagnostic ignored "-Wnullability-extension"
|
|
305
|
+
#endif
|
|
306
|
+
#if !__has_feature(nullability_nullable_result)
|
|
307
|
+
# define _Nullable_result _Nullable
|
|
308
|
+
#endif
|
|
309
|
+
#if __has_feature(objc_modules)
|
|
310
|
+
#if __has_warning("-Watimport-in-framework-header")
|
|
311
|
+
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
312
|
+
#endif
|
|
313
|
+
#endif
|
|
18
314
|
|
|
19
|
-
#
|
|
20
|
-
#
|
|
315
|
+
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
316
|
+
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
317
|
+
#if __has_warning("-Wpragma-clang-attribute")
|
|
318
|
+
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
|
319
|
+
#endif
|
|
320
|
+
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
321
|
+
#pragma clang diagnostic ignored "-Wnullability"
|
|
322
|
+
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
323
|
+
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
|
|
324
|
+
|
|
325
|
+
#if __has_attribute(external_source_symbol)
|
|
326
|
+
# pragma push_macro("any")
|
|
327
|
+
# undef any
|
|
328
|
+
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="BlinkID",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
|
329
|
+
# pragma pop_macro("any")
|
|
330
|
+
#endif
|
|
331
|
+
|
|
332
|
+
#if defined(__cplusplus)
|
|
333
|
+
extern "C" {
|
|
334
|
+
#endif
|
|
335
|
+
|
|
336
|
+
#if defined(__cplusplus)
|
|
337
|
+
} // extern "C"
|
|
338
|
+
#endif
|
|
339
|
+
#if __has_attribute(external_source_symbol)
|
|
340
|
+
# pragma clang attribute pop
|
|
341
|
+
#endif
|
|
342
|
+
#if defined(__OBJC__)
|
|
343
|
+
#if __has_feature(objc_modules)
|
|
344
|
+
#if __has_warning("-Watimport-in-framework-header")
|
|
345
|
+
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
346
|
+
#endif
|
|
347
|
+
#endif
|
|
348
|
+
|
|
349
|
+
#endif // defined(__OBJC__)
|
|
350
|
+
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
351
|
+
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
352
|
+
#if __has_warning("-Wpragma-clang-attribute")
|
|
353
|
+
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
|
354
|
+
#endif
|
|
355
|
+
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
356
|
+
#pragma clang diagnostic ignored "-Wnullability"
|
|
357
|
+
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
|
|
358
|
+
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"
|
|
359
|
+
|
|
360
|
+
#if __has_attribute(external_source_symbol)
|
|
361
|
+
# pragma push_macro("any")
|
|
362
|
+
# undef any
|
|
363
|
+
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="BlinkID",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
|
364
|
+
# pragma pop_macro("any")
|
|
365
|
+
#endif
|
|
366
|
+
|
|
367
|
+
#if defined(__OBJC__)
|
|
368
|
+
|
|
369
|
+
#endif // defined(__OBJC__)
|
|
370
|
+
#if __has_attribute(external_source_symbol)
|
|
371
|
+
# pragma clang attribute pop
|
|
372
|
+
#endif
|
|
373
|
+
#if defined(__cplusplus)
|
|
374
|
+
#pragma clang diagnostic push
|
|
375
|
+
#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module"
|
|
376
|
+
// Allow user to find the header using additional include paths
|
|
377
|
+
#if __has_include(<swiftToCxx/_SwiftCxxInteroperability.h>)
|
|
378
|
+
#include <swiftToCxx/_SwiftCxxInteroperability.h>
|
|
379
|
+
// Look for the C++ interop support header relative to clang's resource dir:
|
|
380
|
+
// '<toolchain>/usr/lib/clang/<version>/include/../../../swift/swiftToCxx'.
|
|
381
|
+
#elif __has_include(<../../../swift/swiftToCxx/_SwiftCxxInteroperability.h>)
|
|
382
|
+
#include <../../../swift/swiftToCxx/_SwiftCxxInteroperability.h>
|
|
383
|
+
#elif __has_include(<../../../../../lib/swift/swiftToCxx/_SwiftCxxInteroperability.h>)
|
|
384
|
+
// '<toolchain>/usr/local/lib/clang/<version>/include/../../../../../lib/swift/swiftToCxx'.
|
|
385
|
+
#include <../../../../../lib/swift/swiftToCxx/_SwiftCxxInteroperability.h>
|
|
386
|
+
#endif
|
|
387
|
+
#pragma clang diagnostic pop
|
|
388
|
+
#if __has_feature(objc_modules)
|
|
389
|
+
#if __has_warning("-Watimport-in-framework-header")
|
|
390
|
+
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
391
|
+
#endif
|
|
392
|
+
#endif
|
|
393
|
+
|
|
394
|
+
#ifdef SWIFT_SYMBOL
|
|
395
|
+
#undef SWIFT_SYMBOL
|
|
396
|
+
#endif
|
|
397
|
+
#define SWIFT_SYMBOL(usrValue) SWIFT_SYMBOL_MODULE_USR("BlinkID", usrValue)
|
|
398
|
+
#ifndef SWIFT_PRINTED_CORE
|
|
399
|
+
#define SWIFT_PRINTED_CORE
|
|
400
|
+
namespace swift SWIFT_PRIVATE_ATTR {
|
|
401
|
+
|
|
402
|
+
namespace _impl {
|
|
403
|
+
|
|
404
|
+
#ifdef __cplusplus
|
|
405
|
+
extern "C" {
|
|
406
|
+
#endif
|
|
407
|
+
|
|
408
|
+
// Swift type metadata response type.
|
|
409
|
+
struct MetadataResponseTy {
|
|
410
|
+
void * _Null_unspecified _0;
|
|
411
|
+
uint64_t _1;
|
|
412
|
+
};
|
|
413
|
+
// Swift type metadata request type.
|
|
414
|
+
typedef uint64_t MetadataRequestTy;
|
|
415
|
+
|
|
416
|
+
#if __cplusplus > 201402L
|
|
417
|
+
# define SWIFT_NOEXCEPT_FUNCTION_PTR noexcept
|
|
418
|
+
#else
|
|
419
|
+
# define SWIFT_NOEXCEPT_FUNCTION_PTR
|
|
420
|
+
#endif
|
|
421
|
+
|
|
422
|
+
using ValueWitnessInitializeBufferWithCopyOfBufferTy = void * _Nonnull(* __ptrauth_swift_value_witness_function_pointer(55882))(void * _Nonnull, void * _Nonnull, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
423
|
+
using ValueWitnessDestroyTy = void(* __ptrauth_swift_value_witness_function_pointer(1272))(void * _Nonnull, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
424
|
+
using ValueWitnessInitializeWithCopyTy = void * _Nonnull(* __ptrauth_swift_value_witness_function_pointer(58298))(void * _Nonnull, void * _Nonnull, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
425
|
+
using ValueWitnessAssignWithCopyTy = void * _Nonnull(* __ptrauth_swift_value_witness_function_pointer(34641))(void * _Nonnull, void * _Nonnull, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
426
|
+
using ValueWitnessInitializeWithTakeTy = void * _Nonnull(* __ptrauth_swift_value_witness_function_pointer(18648))(void * _Nonnull, void * _Nonnull, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
427
|
+
using ValueWitnessAssignWithTakeTy = void * _Nonnull(* __ptrauth_swift_value_witness_function_pointer(61402))(void * _Nonnull, void * _Nonnull, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
428
|
+
using ValueWitnessGetEnumTagSinglePayloadTy = unsigned(* __ptrauth_swift_value_witness_function_pointer(24816))(const void * _Nonnull, unsigned, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
429
|
+
using ValueWitnessStoreEnumTagSinglePayloadTy = void(* __ptrauth_swift_value_witness_function_pointer(41169))(void * _Nonnull, unsigned, unsigned, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
430
|
+
|
|
431
|
+
struct ValueWitnessTable {
|
|
432
|
+
ValueWitnessInitializeBufferWithCopyOfBufferTy _Nonnull initializeBufferWithCopyOfBuffer;
|
|
433
|
+
ValueWitnessDestroyTy _Nonnull destroy;
|
|
434
|
+
ValueWitnessInitializeWithCopyTy _Nonnull initializeWithCopy;
|
|
435
|
+
ValueWitnessAssignWithCopyTy _Nonnull assignWithCopy;
|
|
436
|
+
ValueWitnessInitializeWithTakeTy _Nonnull initializeWithTake;
|
|
437
|
+
ValueWitnessAssignWithTakeTy _Nonnull assignWithTake;
|
|
438
|
+
ValueWitnessGetEnumTagSinglePayloadTy _Nonnull getEnumTagSinglePayload;
|
|
439
|
+
ValueWitnessStoreEnumTagSinglePayloadTy _Nonnull storeEnumTagSinglePayload;
|
|
440
|
+
size_t size;
|
|
441
|
+
size_t stride;
|
|
442
|
+
unsigned flags;
|
|
443
|
+
unsigned extraInhabitantCount;
|
|
444
|
+
|
|
445
|
+
constexpr size_t getAlignment() const { return (flags & 255) + 1; }
|
|
446
|
+
};
|
|
447
|
+
|
|
448
|
+
using EnumValueWitnessGetEnumTagTy = unsigned(* __ptrauth_swift_value_witness_function_pointer(41909))(const void * _Nonnull, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
449
|
+
using EnumValueWitnessDestructiveProjectEnumDataTy = void(* __ptrauth_swift_value_witness_function_pointer(1053))(void * _Nonnull, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
450
|
+
using EnumValueWitnessDestructiveInjectEnumTagTy = void(* __ptrauth_swift_value_witness_function_pointer(45796))(void * _Nonnull, unsigned, void * _Nonnull) SWIFT_NOEXCEPT_FUNCTION_PTR;
|
|
451
|
+
|
|
452
|
+
struct EnumValueWitnessTable {
|
|
453
|
+
ValueWitnessTable vwTable;
|
|
454
|
+
EnumValueWitnessGetEnumTagTy _Nonnull getEnumTag;
|
|
455
|
+
EnumValueWitnessDestructiveProjectEnumDataTy _Nonnull destructiveProjectEnumData;
|
|
456
|
+
EnumValueWitnessDestructiveInjectEnumTagTy _Nonnull destructiveInjectEnumTag;
|
|
457
|
+
};
|
|
458
|
+
|
|
459
|
+
#undef SWIFT_NOEXCEPT_FUNCTION_PTR
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
// type metadata address for Bool.
|
|
463
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $sSbN;
|
|
464
|
+
// type metadata address for Int8.
|
|
465
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss4Int8VN;
|
|
466
|
+
// type metadata address for UInt8.
|
|
467
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss5UInt8VN;
|
|
468
|
+
// type metadata address for Int16.
|
|
469
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss5Int16VN;
|
|
470
|
+
// type metadata address for UInt16.
|
|
471
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss6UInt16VN;
|
|
472
|
+
// type metadata address for Int32.
|
|
473
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss5Int32VN;
|
|
474
|
+
// type metadata address for UInt32.
|
|
475
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss6UInt32VN;
|
|
476
|
+
// type metadata address for Int64.
|
|
477
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss5Int64VN;
|
|
478
|
+
// type metadata address for UInt64.
|
|
479
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss6UInt64VN;
|
|
480
|
+
// type metadata address for Float.
|
|
481
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $sSfN;
|
|
482
|
+
// type metadata address for Double.
|
|
483
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $sSdN;
|
|
484
|
+
// type metadata address for OpaquePointer.
|
|
485
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $ss13OpaquePointerVN;
|
|
486
|
+
// type metadata address for Int.
|
|
487
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $sSiN;
|
|
488
|
+
// type metadata address for UInt.
|
|
489
|
+
SWIFT_IMPORT_STDLIB_SYMBOL extern size_t $sSuN;
|
|
490
|
+
|
|
491
|
+
#ifdef __cplusplus
|
|
492
|
+
}
|
|
493
|
+
#endif
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
} // namespace _impl
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
#pragma clang diagnostic push
|
|
500
|
+
#pragma clang diagnostic ignored "-Wc++17-extensions"
|
|
501
|
+
template<>
|
|
502
|
+
inline const constexpr bool isUsableInGenericContext<bool> = true;
|
|
503
|
+
|
|
504
|
+
template<>
|
|
505
|
+
struct TypeMetadataTrait<bool> {
|
|
506
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
507
|
+
return &_impl::$sSbN;
|
|
508
|
+
}
|
|
509
|
+
};
|
|
510
|
+
|
|
511
|
+
template<>
|
|
512
|
+
inline const constexpr bool isUsableInGenericContext<int8_t> = true;
|
|
513
|
+
|
|
514
|
+
template<>
|
|
515
|
+
struct TypeMetadataTrait<int8_t> {
|
|
516
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
517
|
+
return &_impl::$ss4Int8VN;
|
|
518
|
+
}
|
|
519
|
+
};
|
|
520
|
+
|
|
521
|
+
template<>
|
|
522
|
+
inline const constexpr bool isUsableInGenericContext<uint8_t> = true;
|
|
523
|
+
|
|
524
|
+
template<>
|
|
525
|
+
struct TypeMetadataTrait<uint8_t> {
|
|
526
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
527
|
+
return &_impl::$ss5UInt8VN;
|
|
528
|
+
}
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
template<>
|
|
532
|
+
inline const constexpr bool isUsableInGenericContext<int16_t> = true;
|
|
533
|
+
|
|
534
|
+
template<>
|
|
535
|
+
struct TypeMetadataTrait<int16_t> {
|
|
536
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
537
|
+
return &_impl::$ss5Int16VN;
|
|
538
|
+
}
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
template<>
|
|
542
|
+
inline const constexpr bool isUsableInGenericContext<uint16_t> = true;
|
|
543
|
+
|
|
544
|
+
template<>
|
|
545
|
+
struct TypeMetadataTrait<uint16_t> {
|
|
546
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
547
|
+
return &_impl::$ss6UInt16VN;
|
|
548
|
+
}
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
template<>
|
|
552
|
+
inline const constexpr bool isUsableInGenericContext<int32_t> = true;
|
|
553
|
+
|
|
554
|
+
template<>
|
|
555
|
+
struct TypeMetadataTrait<int32_t> {
|
|
556
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
557
|
+
return &_impl::$ss5Int32VN;
|
|
558
|
+
}
|
|
559
|
+
};
|
|
560
|
+
|
|
561
|
+
template<>
|
|
562
|
+
inline const constexpr bool isUsableInGenericContext<uint32_t> = true;
|
|
563
|
+
|
|
564
|
+
template<>
|
|
565
|
+
struct TypeMetadataTrait<uint32_t> {
|
|
566
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
567
|
+
return &_impl::$ss6UInt32VN;
|
|
568
|
+
}
|
|
569
|
+
};
|
|
570
|
+
|
|
571
|
+
template<>
|
|
572
|
+
inline const constexpr bool isUsableInGenericContext<int64_t> = true;
|
|
573
|
+
|
|
574
|
+
template<>
|
|
575
|
+
struct TypeMetadataTrait<int64_t> {
|
|
576
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
577
|
+
return &_impl::$ss5Int64VN;
|
|
578
|
+
}
|
|
579
|
+
};
|
|
580
|
+
|
|
581
|
+
template<>
|
|
582
|
+
inline const constexpr bool isUsableInGenericContext<uint64_t> = true;
|
|
583
|
+
|
|
584
|
+
template<>
|
|
585
|
+
struct TypeMetadataTrait<uint64_t> {
|
|
586
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
587
|
+
return &_impl::$ss6UInt64VN;
|
|
588
|
+
}
|
|
589
|
+
};
|
|
590
|
+
|
|
591
|
+
template<>
|
|
592
|
+
inline const constexpr bool isUsableInGenericContext<float> = true;
|
|
593
|
+
|
|
594
|
+
template<>
|
|
595
|
+
struct TypeMetadataTrait<float> {
|
|
596
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
597
|
+
return &_impl::$sSfN;
|
|
598
|
+
}
|
|
599
|
+
};
|
|
600
|
+
|
|
601
|
+
template<>
|
|
602
|
+
inline const constexpr bool isUsableInGenericContext<double> = true;
|
|
603
|
+
|
|
604
|
+
template<>
|
|
605
|
+
struct TypeMetadataTrait<double> {
|
|
606
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
607
|
+
return &_impl::$sSdN;
|
|
608
|
+
}
|
|
609
|
+
};
|
|
610
|
+
|
|
611
|
+
template<>
|
|
612
|
+
inline const constexpr bool isUsableInGenericContext<void *> = true;
|
|
613
|
+
|
|
614
|
+
template<>
|
|
615
|
+
struct TypeMetadataTrait<void *> {
|
|
616
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
617
|
+
return &_impl::$ss13OpaquePointerVN;
|
|
618
|
+
}
|
|
619
|
+
};
|
|
620
|
+
|
|
621
|
+
template<>
|
|
622
|
+
inline const constexpr bool isUsableInGenericContext<swift::Int> = true;
|
|
623
|
+
|
|
624
|
+
template<>
|
|
625
|
+
struct TypeMetadataTrait<swift::Int> {
|
|
626
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
627
|
+
return &_impl::$sSiN;
|
|
628
|
+
}
|
|
629
|
+
};
|
|
630
|
+
|
|
631
|
+
template<>
|
|
632
|
+
inline const constexpr bool isUsableInGenericContext<swift::UInt> = true;
|
|
633
|
+
|
|
634
|
+
template<>
|
|
635
|
+
struct TypeMetadataTrait<swift::UInt> {
|
|
636
|
+
static SWIFT_INLINE_THUNK void * _Nonnull getTypeMetadata() {
|
|
637
|
+
return &_impl::$sSuN;
|
|
638
|
+
}
|
|
639
|
+
};
|
|
640
|
+
|
|
641
|
+
#pragma clang diagnostic pop
|
|
642
|
+
|
|
643
|
+
} // namespace swift
|
|
644
|
+
|
|
645
|
+
#endif
|
|
646
|
+
#pragma clang diagnostic push
|
|
647
|
+
#pragma clang diagnostic ignored "-Wreserved-identifier"
|
|
648
|
+
namespace BlinkID SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("BlinkID") {
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
class AddressDetailedInfo { } SWIFT_UNAVAILABLE_MSG("Swift struct 'AddressDetailedInfo' cannot be represented in C++");
|
|
652
|
+
|
|
653
|
+
class AlphabetType { } SWIFT_UNAVAILABLE_MSG("Swift enum 'AlphabetType' cannot be represented in C++");
|
|
654
|
+
|
|
655
|
+
class BarcodeData { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BarcodeData' cannot be represented in C++");
|
|
656
|
+
|
|
657
|
+
class BarcodeElementKey { } SWIFT_UNAVAILABLE_MSG("Swift enum 'BarcodeElementKey' cannot be represented in C++");
|
|
658
|
+
|
|
659
|
+
class BarcodeElements { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BarcodeElements' cannot be represented in C++");
|
|
660
|
+
|
|
661
|
+
class BarcodeModuleSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BarcodeModuleSettings' cannot be represented in C++");
|
|
662
|
+
|
|
663
|
+
class BarcodeResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BarcodeResult' cannot be represented in C++");
|
|
664
|
+
|
|
665
|
+
class BarcodeType { } SWIFT_UNAVAILABLE_MSG("Swift enum 'BarcodeType' cannot be represented in C++");
|
|
666
|
+
|
|
667
|
+
class BlinkIDSDK { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BlinkIDSDK' cannot be represented in C++");
|
|
668
|
+
|
|
669
|
+
class BlinkIDScanningResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BlinkIDScanningResult' cannot be represented in C++");
|
|
670
|
+
|
|
671
|
+
class BlinkIDSdk { } SWIFT_UNAVAILABLE_MSG("Swift class 'BlinkIDSdk' cannot be represented in C++");
|
|
672
|
+
|
|
673
|
+
class BlinkIDSdkSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BlinkIDSdkSettings' cannot be represented in C++");
|
|
674
|
+
|
|
675
|
+
class BlinkIDSession { } SWIFT_UNAVAILABLE_MSG("Swift class 'BlinkIDSession' cannot be represented in C++");
|
|
676
|
+
|
|
677
|
+
class BlinkIDSessionSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BlinkIDSessionSettings' cannot be represented in C++");
|
|
678
|
+
|
|
679
|
+
class BrowserDeviceInfoPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'BrowserDeviceInfoPinglet' cannot be represented in C++");
|
|
680
|
+
|
|
681
|
+
class CameraFrame { } SWIFT_UNAVAILABLE_MSG("Swift struct 'CameraFrame' cannot be represented in C++");
|
|
682
|
+
|
|
683
|
+
class CameraFrameVideoOrientation { } SWIFT_UNAVAILABLE_MSG("Swift enum 'CameraFrameVideoOrientation' cannot be represented in C++");
|
|
684
|
+
|
|
685
|
+
class CameraHardwareInfoPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'CameraHardwareInfoPinglet' cannot be represented in C++");
|
|
686
|
+
|
|
687
|
+
class CameraInputInfoPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'CameraInputInfoPinglet' cannot be represented in C++");
|
|
688
|
+
|
|
689
|
+
class CameraPermissionPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'CameraPermissionPinglet' cannot be represented in C++");
|
|
690
|
+
|
|
691
|
+
class CountryID { } SWIFT_UNAVAILABLE_MSG("Swift enum 'CountryID' cannot be represented in C++");
|
|
692
|
+
|
|
693
|
+
class CrashMonitor { } SWIFT_UNAVAILABLE_MSG("Swift class 'CrashMonitor' cannot be represented in C++");
|
|
694
|
+
|
|
695
|
+
class CroppedImageResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'CroppedImageResult' cannot be represented in C++");
|
|
696
|
+
|
|
697
|
+
// Unavailable in C++: Swift type alias 'DPI'.
|
|
698
|
+
|
|
699
|
+
class DataMatchFieldType { } SWIFT_UNAVAILABLE_MSG("Swift enum 'DataMatchFieldType' cannot be represented in C++");
|
|
700
|
+
|
|
701
|
+
class DataMatchResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'DataMatchResult' cannot be represented in C++");
|
|
702
|
+
|
|
703
|
+
class DataMatchState { } SWIFT_UNAVAILABLE_MSG("Swift enum 'DataMatchState' cannot be represented in C++");
|
|
704
|
+
|
|
705
|
+
template<class T_0_0>
|
|
706
|
+
#ifdef __cpp_concepts
|
|
707
|
+
requires swift::isUsableInGenericContext<T_0_0>
|
|
708
|
+
#endif // __cpp_concepts
|
|
709
|
+
class DateResult { } SWIFT_UNAVAILABLE_MSG("Swift generic struct 'DateResult' cannot be represented in C++");
|
|
710
|
+
|
|
711
|
+
class DependentInfo { } SWIFT_UNAVAILABLE_MSG("Swift struct 'DependentInfo' cannot be represented in C++");
|
|
712
|
+
|
|
713
|
+
class DetailedCroppedImageResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'DetailedCroppedImageResult' cannot be represented in C++");
|
|
714
|
+
|
|
715
|
+
class DetailedFieldType { } SWIFT_UNAVAILABLE_MSG("Swift struct 'DetailedFieldType' cannot be represented in C++");
|
|
716
|
+
|
|
717
|
+
class DetectionStatus { } SWIFT_UNAVAILABLE_MSG("Swift enum 'DetectionStatus' cannot be represented in C++");
|
|
718
|
+
|
|
719
|
+
class DocumentCaptureModuleSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'DocumentCaptureModuleSettings' cannot be represented in C++");
|
|
720
|
+
|
|
721
|
+
class DocumentImageColorStatus { } SWIFT_UNAVAILABLE_MSG("Swift enum 'DocumentImageColorStatus' cannot be represented in C++");
|
|
722
|
+
|
|
723
|
+
class DocumentNumberRedactionSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'DocumentNumberRedactionSettings' cannot be represented in C++");
|
|
724
|
+
|
|
725
|
+
class DocumentOrientation { } SWIFT_UNAVAILABLE_MSG("Swift enum 'DocumentOrientation' cannot be represented in C++");
|
|
726
|
+
|
|
727
|
+
class DocumentRotation { } SWIFT_UNAVAILABLE_MSG("Swift enum 'DocumentRotation' cannot be represented in C++");
|
|
728
|
+
|
|
729
|
+
class DocumentTypeID { } SWIFT_UNAVAILABLE_MSG("Swift enum 'DocumentTypeID' cannot be represented in C++");
|
|
730
|
+
|
|
731
|
+
template<class T_0_0>
|
|
732
|
+
#ifdef __cpp_concepts
|
|
733
|
+
requires swift::isUsableInGenericContext<T_0_0>
|
|
734
|
+
#endif // __cpp_concepts
|
|
735
|
+
class DriverLicenseDetailedInfo { } SWIFT_UNAVAILABLE_MSG("Swift generic struct 'DriverLicenseDetailedInfo' cannot be represented in C++");
|
|
736
|
+
|
|
737
|
+
class ErrorPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'ErrorPinglet' cannot be represented in C++");
|
|
738
|
+
|
|
739
|
+
class FieldState { } SWIFT_UNAVAILABLE_MSG("Swift struct 'FieldState' cannot be represented in C++");
|
|
740
|
+
|
|
741
|
+
class FieldType { } SWIFT_UNAVAILABLE_MSG("Swift enum 'FieldType' cannot be represented in C++");
|
|
742
|
+
|
|
743
|
+
class FrameProcessResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'FrameProcessResult' cannot be represented in C++");
|
|
744
|
+
|
|
745
|
+
class ImageAnalysisDetectionStatus { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ImageAnalysisDetectionStatus' cannot be represented in C++");
|
|
746
|
+
|
|
747
|
+
class ImageAnalysisLightingStatus { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ImageAnalysisLightingStatus' cannot be represented in C++");
|
|
748
|
+
|
|
749
|
+
class ImageExtractionType { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ImageExtractionType' cannot be represented in C++");
|
|
750
|
+
|
|
751
|
+
class ImageOrientation { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ImageOrientation' cannot be represented in C++");
|
|
752
|
+
|
|
753
|
+
class InputImage { } SWIFT_UNAVAILABLE_MSG("Swift class 'InputImage' cannot be represented in C++");
|
|
754
|
+
|
|
755
|
+
class InputImageCropAnalysis { } SWIFT_UNAVAILABLE_MSG("Swift enum 'InputImageCropAnalysis' cannot be represented in C++");
|
|
756
|
+
|
|
757
|
+
class InputImageCropType { } SWIFT_UNAVAILABLE_MSG("Swift enum 'InputImageCropType' cannot be represented in C++");
|
|
758
|
+
|
|
759
|
+
class InputImageResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'InputImageResult' cannot be represented in C++");
|
|
760
|
+
|
|
761
|
+
template<class T_0_0>
|
|
762
|
+
#ifdef __cpp_concepts
|
|
763
|
+
requires swift::isUsableInGenericContext<T_0_0>
|
|
764
|
+
#endif // __cpp_concepts
|
|
765
|
+
class InputImageResultProtocol { } SWIFT_UNAVAILABLE_MSG("protocol 'InputImageResultProtocol' can not yet be represented in C++");
|
|
766
|
+
|
|
767
|
+
class InputImageSelectionStrategy { } SWIFT_UNAVAILABLE_MSG("Swift enum 'InputImageSelectionStrategy' cannot be represented in C++");
|
|
768
|
+
|
|
769
|
+
class InputImageSource { } SWIFT_UNAVAILABLE_MSG("Swift enum 'InputImageSource' cannot be represented in C++");
|
|
770
|
+
|
|
771
|
+
class InvalidLicenseKeyError { } SWIFT_UNAVAILABLE_MSG("Swift struct 'InvalidLicenseKeyError' cannot be represented in C++");
|
|
772
|
+
|
|
773
|
+
class LogPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'LogPinglet' cannot be represented in C++");
|
|
774
|
+
|
|
775
|
+
class MRZDocumentType { } SWIFT_UNAVAILABLE_MSG("Swift enum 'MRZDocumentType' cannot be represented in C++");
|
|
776
|
+
|
|
777
|
+
class MRZResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'MRZResult' cannot be represented in C++");
|
|
778
|
+
|
|
779
|
+
class MemoryReserveError { } SWIFT_UNAVAILABLE_MSG("Swift struct 'MemoryReserveError' cannot be represented in C++");
|
|
780
|
+
|
|
781
|
+
class MissingBundle { } SWIFT_UNAVAILABLE_MSG("Swift struct 'MissingBundle' cannot be represented in C++");
|
|
782
|
+
|
|
783
|
+
class MissingResources { } SWIFT_UNAVAILABLE_MSG("Swift struct 'MissingResources' cannot be represented in C++");
|
|
784
|
+
|
|
785
|
+
class ModelLoadError { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ModelLoadError' cannot be represented in C++");
|
|
786
|
+
|
|
787
|
+
class MrzModuleSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'MrzModuleSettings' cannot be represented in C++");
|
|
788
|
+
|
|
789
|
+
class OTAResourceError { } SWIFT_UNAVAILABLE_MSG("Swift enum 'OTAResourceError' cannot be represented in C++");
|
|
790
|
+
|
|
791
|
+
class OTAResourcesConfig { } SWIFT_UNAVAILABLE_MSG("Swift struct 'OTAResourcesConfig' cannot be represented in C++");
|
|
792
|
+
|
|
793
|
+
template<class T_0_0>
|
|
794
|
+
#ifdef __cpp_concepts
|
|
795
|
+
requires swift::isUsableInGenericContext<T_0_0>
|
|
796
|
+
#endif // __cpp_concepts
|
|
797
|
+
class OtaSdkSettings { } SWIFT_UNAVAILABLE_MSG("protocol 'OtaSdkSettings' can not yet be represented in C++");
|
|
798
|
+
|
|
799
|
+
class OtaServiceURL { } SWIFT_UNAVAILABLE_MSG("Swift enum 'OtaServiceURL' cannot be represented in C++");
|
|
800
|
+
|
|
801
|
+
class ParentInfo { } SWIFT_UNAVAILABLE_MSG("Swift struct 'ParentInfo' cannot be represented in C++");
|
|
802
|
+
|
|
803
|
+
class PingManager { } SWIFT_UNAVAILABLE_MSG("Swift actor 'PingManager' cannot be represented in C++");
|
|
804
|
+
|
|
805
|
+
class PingStatus { } SWIFT_UNAVAILABLE_MSG("enum 'PingStatus' can not be represented in C++ as one of its cases has an associated value with type that can't be represented in C++");
|
|
806
|
+
|
|
807
|
+
template<class T_0_0>
|
|
808
|
+
#ifdef __cpp_concepts
|
|
809
|
+
requires swift::isUsableInGenericContext<T_0_0>
|
|
810
|
+
#endif // __cpp_concepts
|
|
811
|
+
class Pinglet { } SWIFT_UNAVAILABLE_MSG("protocol 'Pinglet' can not yet be represented in C++");
|
|
812
|
+
|
|
813
|
+
class Point { } SWIFT_UNAVAILABLE_MSG("Swift struct 'Point' cannot be represented in C++");
|
|
814
|
+
|
|
815
|
+
class ProcessingActor { } SWIFT_UNAVAILABLE_MSG("Swift actor 'ProcessingActor' cannot be represented in C++");
|
|
816
|
+
|
|
817
|
+
class ProcessingStatus { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ProcessingStatus' cannot be represented in C++");
|
|
818
|
+
|
|
819
|
+
class Quadrilateral { } SWIFT_UNAVAILABLE_MSG("Swift struct 'Quadrilateral' cannot be represented in C++");
|
|
820
|
+
|
|
821
|
+
class RectangleF { } SWIFT_UNAVAILABLE_MSG("Swift struct 'RectangleF' cannot be represented in C++");
|
|
822
|
+
|
|
823
|
+
class RectangleFPoint { } SWIFT_UNAVAILABLE_MSG("Swift struct 'RectangleFPoint' cannot be represented in C++");
|
|
824
|
+
|
|
825
|
+
class RedactionMode { } SWIFT_UNAVAILABLE_MSG("Swift enum 'RedactionMode' cannot be represented in C++");
|
|
826
|
+
|
|
827
|
+
class RedactionSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'RedactionSettings' cannot be represented in C++");
|
|
828
|
+
|
|
829
|
+
template<class T_0_0>
|
|
830
|
+
#ifdef __cpp_concepts
|
|
831
|
+
requires swift::isUsableInGenericContext<T_0_0>
|
|
832
|
+
#endif // __cpp_concepts
|
|
833
|
+
class RedactionSettingsResolver { } SWIFT_UNAVAILABLE_MSG("protocol 'RedactionSettingsResolver' can not yet be represented in C++");
|
|
834
|
+
|
|
835
|
+
class RegionID { } SWIFT_UNAVAILABLE_MSG("Swift enum 'RegionID' cannot be represented in C++");
|
|
836
|
+
|
|
837
|
+
class RegionOfInterest { } SWIFT_UNAVAILABLE_MSG("Swift struct 'RegionOfInterest' cannot be represented in C++");
|
|
838
|
+
|
|
839
|
+
class RequestTimeout { } SWIFT_UNAVAILABLE_MSG("Swift struct 'RequestTimeout' cannot be represented in C++");
|
|
840
|
+
|
|
841
|
+
class ResourceDownloaderError { } SWIFT_UNAVAILABLE_MSG("enum 'ResourceDownloaderError' can not be represented in C++ as one of its cases has an associated value with type that can't be represented in C++");
|
|
842
|
+
|
|
843
|
+
class ResourceLoadError { } SWIFT_UNAVAILABLE_MSG("Swift struct 'ResourceLoadError' cannot be represented in C++");
|
|
844
|
+
|
|
845
|
+
class ResourcesConfig { } SWIFT_UNAVAILABLE_MSG("Swift struct 'ResourcesConfig' cannot be represented in C++");
|
|
846
|
+
|
|
847
|
+
class ResourcesError { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ResourcesError' cannot be represented in C++");
|
|
848
|
+
|
|
849
|
+
class SDKInitError { } SWIFT_UNAVAILABLE_MSG("Swift enum 'SDKInitError' cannot be represented in C++");
|
|
850
|
+
|
|
851
|
+
class ScanningConditionsPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'ScanningConditionsPinglet' cannot be represented in C++");
|
|
852
|
+
|
|
853
|
+
class ScanningMode { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ScanningMode' cannot be represented in C++");
|
|
854
|
+
|
|
855
|
+
class ScanningSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'ScanningSettings' cannot be represented in C++");
|
|
856
|
+
|
|
857
|
+
class ScanningSide { } SWIFT_UNAVAILABLE_MSG("Swift enum 'ScanningSide' cannot be represented in C++");
|
|
858
|
+
|
|
859
|
+
class SdkInitStartPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'SdkInitStartPinglet' cannot be represented in C++");
|
|
860
|
+
|
|
861
|
+
template<class T_0_0>
|
|
862
|
+
#ifdef __cpp_concepts
|
|
863
|
+
requires swift::isUsableInGenericContext<T_0_0>
|
|
864
|
+
#endif // __cpp_concepts
|
|
865
|
+
class SdkSettings { } SWIFT_UNAVAILABLE_MSG("protocol 'SdkSettings' can not yet be represented in C++");
|
|
866
|
+
|
|
867
|
+
class SensitivityLevel { } SWIFT_UNAVAILABLE_MSG("Swift enum 'SensitivityLevel' cannot be represented in C++");
|
|
868
|
+
|
|
869
|
+
class SessionError { } SWIFT_UNAVAILABLE_MSG("Swift enum 'SessionError' cannot be represented in C++");
|
|
870
|
+
|
|
871
|
+
class SettingsValidationError { } SWIFT_UNAVAILABLE_MSG("Swift struct 'SettingsValidationError' cannot be represented in C++");
|
|
872
|
+
|
|
873
|
+
class SingleSideScanningResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'SingleSideScanningResult' cannot be represented in C++");
|
|
874
|
+
|
|
875
|
+
class UXLicenseProviderBridge { } SWIFT_UNAVAILABLE_MSG("actor-isolated class 'UXLicenseProviderBridge' can not be exposed to C++");
|
|
876
|
+
|
|
877
|
+
class UxEventPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'UxEventPinglet' cannot be represented in C++");
|
|
878
|
+
|
|
879
|
+
class VIZResult { } SWIFT_UNAVAILABLE_MSG("Swift struct 'VIZResult' cannot be represented in C++");
|
|
880
|
+
|
|
881
|
+
template<class T_0_0>
|
|
882
|
+
#ifdef __cpp_concepts
|
|
883
|
+
requires swift::isUsableInGenericContext<T_0_0>
|
|
884
|
+
#endif // __cpp_concepts
|
|
885
|
+
class VehicleClassInfo { } SWIFT_UNAVAILABLE_MSG("Swift generic struct 'VehicleClassInfo' cannot be represented in C++");
|
|
886
|
+
|
|
887
|
+
class VizExtractionType { } SWIFT_UNAVAILABLE_MSG("Swift enum 'VizExtractionType' cannot be represented in C++");
|
|
888
|
+
|
|
889
|
+
class VizModuleSettings { } SWIFT_UNAVAILABLE_MSG("Swift struct 'VizModuleSettings' cannot be represented in C++");
|
|
890
|
+
|
|
891
|
+
class WrapperProductInfoPinglet { } SWIFT_UNAVAILABLE_MSG("Swift struct 'WrapperProductInfoPinglet' cannot be represented in C++");
|
|
892
|
+
|
|
893
|
+
} // namespace BlinkID
|
|
894
|
+
|
|
895
|
+
#pragma clang diagnostic pop
|
|
896
|
+
#undef SWIFT_SYMBOL
|
|
897
|
+
#endif
|
|
898
|
+
#pragma clang diagnostic pop
|
|
899
|
+
#endif
|