UNPKG

barkoder-nativescript

Version:

Nativescript support for Barkoder - a Barcode Scanner SDK for the modern enterprise.

1,453 lines (1,452 loc) 407 kB
{ "ABIRoot": { "kind": "Root", "name": "BarkoderSDK", "printedName": "BarkoderSDK", "children": [ { "kind": "Import", "name": "Foundation", "printedName": "Foundation", "declKind": "Import", "moduleName": "BarkoderSDK", "declAttributes": [ "RawDocComment" ] }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "Import", "name": "Barkoder", "printedName": "Barkoder", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "Import", "name": "Foundation", "printedName": "Foundation", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "Import", "name": "Foundation", "printedName": "Foundation", "declKind": "Import", "moduleName": "BarkoderSDK", "declAttributes": [ "RawDocComment" ] }, { "kind": "Import", "name": "Foundation", "printedName": "Foundation", "declKind": "Import", "moduleName": "BarkoderSDK", "declAttributes": [ "RawDocComment" ] }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "Import", "name": "Barkoder", "printedName": "Barkoder", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "Import", "name": "Foundation", "printedName": "Foundation", "declKind": "Import", "moduleName": "BarkoderSDK", "declAttributes": [ "RawDocComment" ] }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "Import", "name": "Barkoder", "printedName": "Barkoder", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "TypeDecl", "name": "BarkoderResultDelegate", "printedName": "BarkoderResultDelegate", "children": [ { "kind": "Function", "name": "scanningFinished", "printedName": "scanningFinished(_:thumbnails:image:)", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Array", "printedName": "[Barkoder.BKDecoderResult]", "children": [ { "kind": "TypeNominal", "name": "BKDecoderResult", "printedName": "Barkoder.BKDecoderResult", "usr": "c:objc(cs)BKDecoderResult" } ], "usr": "s:Sa" }, { "kind": "TypeNominal", "name": "Optional", "printedName": "[UIKit.UIImage]?", "children": [ { "kind": "TypeNominal", "name": "Array", "printedName": "[UIKit.UIImage]", "children": [ { "kind": "TypeNominal", "name": "UIImage", "printedName": "UIKit.UIImage", "usr": "c:objc(cs)UIImage" } ], "usr": "s:Sa" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", "name": "Optional", "printedName": "UIKit.UIImage?", "children": [ { "kind": "TypeNominal", "name": "UIImage", "printedName": "UIKit.UIImage", "usr": "c:objc(cs)UIImage" } ], "usr": "s:Sq" } ], "declKind": "Func", "usr": "c:@M@BarkoderSDK@objc(pl)BarkoderResultDelegate(im)scanningFinished:thumbnails:image:", "mangledName": "$s11BarkoderSDK0A14ResultDelegateP16scanningFinished_10thumbnails5imageySaySo09BKDecoderC0CG_SaySo7UIImageCGSgAKSgtF", "moduleName": "BarkoderSDK", "genericSig": "<τ_0_0 where τ_0_0 : BarkoderSDK.BarkoderResultDelegate>", "sugared_genericSig": "<Self where Self : BarkoderSDK.BarkoderResultDelegate>", "protocolReq": true, "declAttributes": [ "ObjC" ], "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" } ], "declKind": "Protocol", "usr": "c:@M@BarkoderSDK@objc(pl)BarkoderResultDelegate", "mangledName": "$s11BarkoderSDK0A14ResultDelegateP", "moduleName": "BarkoderSDK", "genericSig": "<τ_0_0 : AnyObject>", "sugared_genericSig": "<Self : AnyObject>", "declAttributes": [ "AccessControl", "ObjC" ], "conformances": [ { "kind": "Conformance", "name": "Escapable", "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", "name": "Copyable", "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" } ] }, { "kind": "Import", "name": "Foundation", "printedName": "Foundation", "declKind": "Import", "moduleName": "BarkoderSDK", "declAttributes": [ "RawDocComment" ] }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", "moduleName": "BarkoderSDK", "declAttributes": [ "RawDocComment" ] }, { "kind": "Import", "name": "Barkoder", "printedName": "Barkoder", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", "moduleName": "BarkoderSDK", "declAttributes": [ "RawDocComment" ] }, { "kind": "Import", "name": "Barkoder", "printedName": "Barkoder", "declKind": "Import", "moduleName": "BarkoderSDK" }, { "kind": "TypeDecl", "name": "BarkoderConfig", "printedName": "BarkoderConfig", "children": [ { "kind": "Var", "name": "roiLineColor", "printedName": "roiLineColor", "children": [ { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)roiLineColor", "mangledName": "$s11BarkoderSDK0A6ConfigC12roiLineColorSo7UIColorCvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)roiLineColor", "mangledName": "$s11BarkoderSDK0A6ConfigC12roiLineColorSo7UIColorCvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setRoiLineColor:", "mangledName": "$s11BarkoderSDK0A6ConfigC12roiLineColorSo7UIColorCvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC12roiLineColorSo7UIColorCvM", "mangledName": "$s11BarkoderSDK0A6ConfigC12roiLineColorSo7UIColorCvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "roiLineWidth", "printedName": "roiLineWidth", "children": [ { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)roiLineWidth", "mangledName": "$s11BarkoderSDK0A6ConfigC12roiLineWidthSfvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)roiLineWidth", "mangledName": "$s11BarkoderSDK0A6ConfigC12roiLineWidthSfvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setRoiLineWidth:", "mangledName": "$s11BarkoderSDK0A6ConfigC12roiLineWidthSfvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC12roiLineWidthSfvM", "mangledName": "$s11BarkoderSDK0A6ConfigC12roiLineWidthSfvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "roiOverlayBackgroundColor", "printedName": "roiOverlayBackgroundColor", "children": [ { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)roiOverlayBackgroundColor", "mangledName": "$s11BarkoderSDK0A6ConfigC25roiOverlayBackgroundColorSo7UIColorCvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)roiOverlayBackgroundColor", "mangledName": "$s11BarkoderSDK0A6ConfigC25roiOverlayBackgroundColorSo7UIColorCvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setRoiOverlayBackgroundColor:", "mangledName": "$s11BarkoderSDK0A6ConfigC25roiOverlayBackgroundColorSo7UIColorCvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC25roiOverlayBackgroundColorSo7UIColorCvM", "mangledName": "$s11BarkoderSDK0A6ConfigC25roiOverlayBackgroundColorSo7UIColorCvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "scanningIndicatorColor", "printedName": "scanningIndicatorColor", "children": [ { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)scanningIndicatorColor", "mangledName": "$s11BarkoderSDK0A6ConfigC22scanningIndicatorColorSo7UIColorCvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)scanningIndicatorColor", "mangledName": "$s11BarkoderSDK0A6ConfigC22scanningIndicatorColorSo7UIColorCvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setScanningIndicatorColor:", "mangledName": "$s11BarkoderSDK0A6ConfigC22scanningIndicatorColorSo7UIColorCvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC22scanningIndicatorColorSo7UIColorCvM", "mangledName": "$s11BarkoderSDK0A6ConfigC22scanningIndicatorColorSo7UIColorCvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "scanningIndicatorWidth", "printedName": "scanningIndicatorWidth", "children": [ { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)scanningIndicatorWidth", "mangledName": "$s11BarkoderSDK0A6ConfigC22scanningIndicatorWidthSfvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)scanningIndicatorWidth", "mangledName": "$s11BarkoderSDK0A6ConfigC22scanningIndicatorWidthSfvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setScanningIndicatorWidth:", "mangledName": "$s11BarkoderSDK0A6ConfigC22scanningIndicatorWidthSfvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC22scanningIndicatorWidthSfvM", "mangledName": "$s11BarkoderSDK0A6ConfigC22scanningIndicatorWidthSfvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "scanningIndicatorAnimation", "printedName": "scanningIndicatorAnimation", "children": [ { "kind": "TypeNominal", "name": "Int", "printedName": "Swift.Int", "usr": "s:Si" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)scanningIndicatorAnimation", "mangledName": "$s11BarkoderSDK0A6ConfigC26scanningIndicatorAnimationSivp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Int", "printedName": "Swift.Int", "usr": "s:Si" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)scanningIndicatorAnimation", "mangledName": "$s11BarkoderSDK0A6ConfigC26scanningIndicatorAnimationSivg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Int", "printedName": "Swift.Int", "usr": "s:Si" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setScanningIndicatorAnimation:", "mangledName": "$s11BarkoderSDK0A6ConfigC26scanningIndicatorAnimationSivs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC26scanningIndicatorAnimationSivM", "mangledName": "$s11BarkoderSDK0A6ConfigC26scanningIndicatorAnimationSivM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "scanningIndicatorAlwaysVisible", "printedName": "scanningIndicatorAlwaysVisible", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)scanningIndicatorAlwaysVisible", "mangledName": "$s11BarkoderSDK0A6ConfigC30scanningIndicatorAlwaysVisibleSbvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)scanningIndicatorAlwaysVisible", "mangledName": "$s11BarkoderSDK0A6ConfigC30scanningIndicatorAlwaysVisibleSbvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setScanningIndicatorAlwaysVisible:", "mangledName": "$s11BarkoderSDK0A6ConfigC30scanningIndicatorAlwaysVisibleSbvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC30scanningIndicatorAlwaysVisibleSbvM", "mangledName": "$s11BarkoderSDK0A6ConfigC30scanningIndicatorAlwaysVisibleSbvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "regionOfInterestVisible", "printedName": "regionOfInterestVisible", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)regionOfInterestVisible", "mangledName": "$s11BarkoderSDK0A6ConfigC23regionOfInterestVisibleSbvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)regionOfInterestVisible", "mangledName": "$s11BarkoderSDK0A6ConfigC23regionOfInterestVisibleSbvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setRegionOfInterestVisible:", "mangledName": "$s11BarkoderSDK0A6ConfigC23regionOfInterestVisibleSbvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC23regionOfInterestVisibleSbvM", "mangledName": "$s11BarkoderSDK0A6ConfigC23regionOfInterestVisibleSbvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "locationLineColor", "printedName": "locationLineColor", "children": [ { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)locationLineColor", "mangledName": "$s11BarkoderSDK0A6ConfigC17locationLineColorSo7UIColorCvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)locationLineColor", "mangledName": "$s11BarkoderSDK0A6ConfigC17locationLineColorSo7UIColorCvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "UIColor", "printedName": "UIKit.UIColor", "usr": "c:objc(cs)UIColor" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setLocationLineColor:", "mangledName": "$s11BarkoderSDK0A6ConfigC17locationLineColorSo7UIColorCvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC17locationLineColorSo7UIColorCvM", "mangledName": "$s11BarkoderSDK0A6ConfigC17locationLineColorSo7UIColorCvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "locationLineWidth", "printedName": "locationLineWidth", "children": [ { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)locationLineWidth", "mangledName": "$s11BarkoderSDK0A6ConfigC17locationLineWidthSfvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)locationLineWidth", "mangledName": "$s11BarkoderSDK0A6ConfigC17locationLineWidthSfvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Float", "printedName": "Swift.Float", "usr": "s:Sf" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setLocationLineWidth:", "mangledName": "$s11BarkoderSDK0A6ConfigC17locationLineWidthSfvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC17locationLineWidthSfvM", "mangledName": "$s11BarkoderSDK0A6ConfigC17locationLineWidthSfvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "pinchToZoomEnabled", "printedName": "pinchToZoomEnabled", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)pinchToZoomEnabled", "mangledName": "$s11BarkoderSDK0A6ConfigC18pinchToZoomEnabledSbvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)pinchToZoomEnabled", "mangledName": "$s11BarkoderSDK0A6ConfigC18pinchToZoomEnabledSbvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setPinchToZoomEnabled:", "mangledName": "$s11BarkoderSDK0A6ConfigC18pinchToZoomEnabledSbvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC18pinchToZoomEnabledSbvM", "mangledName": "$s11BarkoderSDK0A6ConfigC18pinchToZoomEnabledSbvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "beepOnSuccessEnabled", "printedName": "beepOnSuccessEnabled", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)beepOnSuccessEnabled", "mangledName": "$s11BarkoderSDK0A6ConfigC20beepOnSuccessEnabledSbvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)beepOnSuccessEnabled", "mangledName": "$s11BarkoderSDK0A6ConfigC20beepOnSuccessEnabledSbvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setBeepOnSuccessEnabled:", "mangledName": "$s11BarkoderSDK0A6ConfigC20beepOnSuccessEnabledSbvs", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "set" }, { "kind": "Accessor", "name": "Modify", "printedName": "Modify()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], "declKind": "Accessor", "usr": "s:11BarkoderSDK0A6ConfigC20beepOnSuccessEnabledSbvM", "mangledName": "$s11BarkoderSDK0A6ConfigC20beepOnSuccessEnabledSbvM", "moduleName": "BarkoderSDK", "implicit": true, "accessorKind": "_modify" } ] }, { "kind": "Var", "name": "vibrateOnSuccessEnabled", "printedName": "vibrateOnSuccessEnabled", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Var", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(py)vibrateOnSuccessEnabled", "mangledName": "$s11BarkoderSDK0A6ConfigC23vibrateOnSuccessEnabledSbvp", "moduleName": "BarkoderSDK", "declAttributes": [ "HasInitialValue", "HasStorage", "AccessControl", "ObjC", "RawDocComment" ], "hasStorage": true, "accessors": [ { "kind": "Accessor", "name": "Get", "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)vibrateOnSuccessEnabled", "mangledName": "$s11BarkoderSDK0A6ConfigC23vibrateOnSuccessEnabledSbvg", "moduleName": "BarkoderSDK", "implicit": true, "declAttributes": [ "ObjC" ], "accessorKind": "get" }, { "kind": "Accessor", "name": "Set", "printedName": "Set()", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" } ], "declKind": "Accessor", "usr": "c:@M@BarkoderSDK@objc(cs)BarkoderConfig(im)setVibrateOnSuccessEnabled:",