diff --git a/LPABCMessagingSDK.xcframework/Info.plist b/LPABCMessagingSDK.xcframework/Info.plist new file mode 100644 index 0000000..8333e68 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/Info.plist @@ -0,0 +1,40 @@ + + + + + AvailableLibraries + + + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + LPABCMessagingSDK.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + LibraryIdentifier + ios-arm64 + LibraryPath + LPABCMessagingSDK.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/LPABCSDK.framework/Headers/LPABCSDK-Swift.h b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK-Swift.h similarity index 91% rename from LPABCSDK.framework/Headers/LPABCSDK-Swift.h rename to LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK-Swift.h index eb5f35e..36872ec 100644 --- a/LPABCSDK.framework/Headers/LPABCSDK-Swift.h +++ b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK-Swift.h @@ -1,8 +1,8 @@ -//#if 0 -//#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -#ifndef LPABCSDK_SWIFT_H -#define LPABCSDK_SWIFT_H +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +#ifndef LPABCMESSAGINGSDK_SWIFT_H +#define LPABCMESSAGINGSDK_SWIFT_H #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgcc-compat" @@ -251,20 +251,20 @@ using UInt = size_t; #if __has_attribute(external_source_symbol) # pragma push_macro("any") # undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="LPABCSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="LPABCMessagingSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) # pragma pop_macro("any") #endif #if defined(__OBJC__) -SWIFT_CLASS("_TtC8LPABCSDK19LPABCNetworkManager") +SWIFT_CLASS("_TtC17LPABCMessagingSDK19LPABCNetworkManager") @interface LPABCNetworkManager : NSObject - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @end -SWIFT_CLASS("_TtC8LPABCSDK38LPABCOutgoingMessagePayloadConstructor") +SWIFT_CLASS("_TtC17LPABCMessagingSDK38LPABCOutgoingMessagePayloadConstructor") @interface LPABCOutgoingMessagePayloadConstructor : NSObject - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @end @@ -289,7 +289,7 @@ SWIFT_CLASS("_TtC8LPABCSDK38LPABCOutgoingMessagePayloadConstructor") /// This SDK will also provide a textual context to a generated replay message CIM from device, to LivePerson conversation. /// /// -SWIFT_CLASS("_TtC8LPABCSDK8LPABCSDK") +SWIFT_CLASS("_TtC17LPABCMessagingSDK8LPABCSDK") @interface LPABCSDK : NSObject - (nonnull instancetype)init SWIFT_UNAVAILABLE; + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); @@ -308,7 +308,7 @@ SWIFT_CLASS("_TtC8LPABCSDK8LPABCSDK") @class NSCoder; /// Activity indicator view with nice animations -SWIFT_CLASS("_TtC8LPABCSDK23LPActivityIndicatorView") +SWIFT_CLASS("_TtC17LPABCMessagingSDK23LPActivityIndicatorView") @interface LPActivityIndicatorView : UIView @property (nonatomic, copy) IBInspectable NSString * _Nonnull typeName SWIFT_UNAVAILABLE_MSG("This property is reserved for Interface Builder. Use 'type' instead."); /// Color of activity indicator view. @@ -336,7 +336,7 @@ SWIFT_CLASS("_TtC8LPABCSDK23LPActivityIndicatorView") @class NSEntityDescription; @class NSManagedObjectContext; -SWIFT_CLASS("_TtC8LPABCSDK21LPCredentialPayloadMO") +SWIFT_CLASS("_TtC17LPABCMessagingSDK21LPCredentialPayloadMO") @interface LPCredentialPayloadMO : NSManagedObject @property (nonatomic, copy) NSString * _Nullable accountID; @property (nonatomic, copy) NSString * _Nullable consumerID; @@ -355,7 +355,7 @@ SWIFT_CLASS("_TtC8LPABCSDK21LPCredentialPayloadMO") @class NSNotification; @class NSBundle; -SWIFT_CLASS("_TtC8LPABCSDK26LPSecureFormViewController") +SWIFT_CLASS("_TtC17LPABCMessagingSDK26LPSecureFormViewController") @interface LPSecureFormViewController : UIViewController - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; - (void)loadView; @@ -370,13 +370,13 @@ SWIFT_CLASS("_TtC8LPABCSDK26LPSecureFormViewController") @class WKUserContentController; @class WKScriptMessage; -@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCSDK)) +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) - (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message; @end @class UIScrollView; -@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCSDK)) +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) - (UIView * _Nullable)viewForZoomingInScrollView:(UIScrollView * _Nonnull)scrollView SWIFT_WARN_UNUSED_RESULT; @end @@ -385,19 +385,15 @@ SWIFT_CLASS("_TtC8LPABCSDK26LPSecureFormViewController") @class WKNavigationAction; @class WKWindowFeatures; @class WKFrameInfo; -@class WKPreviewElementInfo; -@protocol WKPreviewActionItem; @class WKNavigationResponse; @class WKNavigation; -@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCSDK)) +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) - (WKWebView * _Nullable)webView:(WKWebView * _Nonnull)webView createWebViewWithConfiguration:(WKWebViewConfiguration * _Nonnull)configuration forNavigationAction:(WKNavigationAction * _Nonnull)navigationAction windowFeatures:(WKWindowFeatures * _Nonnull)windowFeatures SWIFT_WARN_UNUSED_RESULT; - (void)webViewDidClose:(WKWebView * _Nonnull)webView; - (void)webView:(WKWebView * _Nonnull)webView runJavaScriptAlertPanelWithMessage:(NSString * _Nonnull)message initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(void))completionHandler; - (void)webView:(WKWebView * _Nonnull)webView runJavaScriptConfirmPanelWithMessage:(NSString * _Nonnull)message initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(BOOL))completionHandler; - (void)webView:(WKWebView * _Nonnull)webView runJavaScriptTextInputPanelWithPrompt:(NSString * _Nonnull)prompt defaultText:(NSString * _Nullable)defaultText initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(NSString * _Nullable))completionHandler; -- (BOOL)webView:(WKWebView * _Nonnull)webView shouldPreviewElement:(WKPreviewElementInfo * _Nonnull)elementInfo SWIFT_WARN_UNUSED_RESULT; -- (UIViewController * _Nullable)webView:(WKWebView * _Nonnull)webView previewingViewControllerForElement:(WKPreviewElementInfo * _Nonnull)elementInfo defaultActions:(NSArray> * _Nonnull)previewActions SWIFT_WARN_UNUSED_RESULT; - (void)webView:(WKWebView * _Nonnull)webView commitPreviewingViewController:(UIViewController * _Nonnull)previewingViewController; - (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationAction:(WKNavigationAction * _Nonnull)navigationAction decisionHandler:(void (^ _Nonnull)(WKNavigationActionPolicy))decisionHandler; - (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler; @@ -426,6 +422,6 @@ SWIFT_CLASS("_TtC8LPABCSDK26LPSecureFormViewController") #pragma clang diagnostic pop #endif -//#else -//#error unsupported Swift architecture -//#endif +#else +#error unsupported Swift architecture +#endif diff --git a/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK.h b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK.h new file mode 100644 index 0000000..6f285d6 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK.h @@ -0,0 +1,20 @@ +// +// LPABCMessagingSDK.h +// LPABCMessagingSDK +// +// Created by Grant Hasfjord on 4/17/23. +// Copyright © 2023 LivePerson. All rights reserved. +// + +#import +#import + +//! Project version number for LPABCMessagingSDK. +FOUNDATION_EXPORT double LPABCMessagingSDKVersionNumber; + +//! Project version string for LPABCMessagingSDK. +FOUNDATION_EXPORT const unsigned char LPABCMessagingSDKVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Info.plist b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Info.plist new file mode 100644 index 0000000..ddec65c Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Info.plist differ diff --git a/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/LPABCMessagingSDK b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/LPABCMessagingSDK new file mode 100755 index 0000000..ddfa02d Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/LPABCMessagingSDK differ diff --git a/LPABCSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom similarity index 70% rename from LPABCSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom rename to LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom index d68c04b..603c8e8 100644 Binary files a/LPABCSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom and b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom differ diff --git a/LPABCSDK.framework/LPABCSDKModel.momd/VersionInfo.plist b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/LPABCSDKModel.momd/VersionInfo.plist similarity index 100% rename from LPABCSDK.framework/LPABCSDKModel.momd/VersionInfo.plist rename to LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/LPABCSDKModel.momd/VersionInfo.plist diff --git a/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.abi.json b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 0000000..033614c --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,14620 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "OperatorDecl", + "name": "^^", + "printedName": "^^", + "declKind": "InfixOperator", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "SDKParams", + "printedName": "SDKParams", + "children": [ + { + "kind": "Var", + "name": "messagesViewController", + "printedName": "messagesViewController", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "Messages.MSMessagesAppViewController?" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "SetterAccess", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Messages.MSMessagesAppViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "MSMessagesAppViewController", + "printedName": "Messages.MSMessagesAppViewController", + "usr": "c:objc(cs)MSMessagesAppViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "secureFormReplyImagee", + "printedName": "secureFormReplyImagee", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "secureFormReplyText", + "printedName": "secureFormReplyText", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(messagesViewController:secureFormReplyImagee:secureFormReplyText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDKParams?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDKParams", + "printedName": "LPABCMessagingSDK.SDKParams", + "usr": "s:17LPABCMessagingSDK9SDKParamsV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "MSMessagesAppViewController", + "printedName": "Messages.MSMessagesAppViewController", + "usr": "c:objc(cs)MSMessagesAppViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0ghI4TextACSgSo013MSMessagesAppeF0C_So7UIImageCSgSSSgtcfc", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0ghI4TextACSgSo013MSMessagesAppeF0C_So7UIImageCSgSSSgtcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK9SDKParamsV", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvp", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvp", + "moduleName": "LPABCMessagingSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvg", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvs", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvM", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvp", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvg", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvs", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvM", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LPHostEnvironment", + "printedName": "LPHostEnvironment", + "children": [ + { + "kind": "Var", + "name": "iOSApp", + "printedName": "iOSApp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPHostEnvironment.Type) -> LPABCMessagingSDK.LPHostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPHostEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO6iOSAppyA2CmF", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO6iOSAppyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "iMessageApp", + "printedName": "iMessageApp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPHostEnvironment.Type) -> LPABCMessagingSDK.LPHostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPHostEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO11iMessageAppyA2CmF", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO11iMessageAppyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LPABCLogLevel", + "printedName": "LPABCLogLevel", + "children": [ + { + "kind": "Var", + "name": "trace", + "printedName": "trace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5traceyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5traceyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "debug", + "printedName": "debug", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5debugyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5debugyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "info", + "printedName": "info", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO4infoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO4infoyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "warning", + "printedName": "warning", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO7warningyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO7warningyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5erroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5erroryA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO4noneyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO4noneyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPABCLogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LPABCEvent", + "printedName": "LPABCEvent", + "children": [ + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO1loiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO1loiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "newConversation", + "printedName": "newConversation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO15newConversationyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO15newConversationyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "secureForm", + "printedName": "secureForm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> (LPABCMessagingSDK.SecureFormState) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO10secureFormyAcA06SecureE5StateOcACmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO10secureFormyAcA06SecureE5StateOcACmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "custom", + "printedName": "custom", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO6customyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO6customyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO4noneyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO4noneyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9hashValueSivp", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9hashValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9hashValueSivg", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9hashValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO4hash4intoys6HasherVz_tF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO4hash4intoys6HasherVz_tF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO2eeoiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO2eeoiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "allEvents", + "printedName": "allEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvpZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvgZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "noEvents", + "printedName": "noEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvpZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvgZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK10LPABCEventO", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SecureFormState", + "printedName": "SecureFormState", + "children": [ + { + "kind": "Var", + "name": "viewed", + "printedName": "viewed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO6viewedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO6viewedyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "submitted", + "printedName": "submitted", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9submittedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9submittedyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "expired", + "printedName": "expired", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO7expiredyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO7expiredyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO5erroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO5erroryA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO2eeoiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO2eeoiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9hashValueSivp", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9hashValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9hashValueSivg", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9hashValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO4hash4intoys6HasherVz_tF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEType", + "printedName": "SDEType", + "children": [ + { + "kind": "Var", + "name": "cartUpdate", + "printedName": "cartUpdate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO10cartUpdateyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO10cartUpdateyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "transaction", + "printedName": "transaction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO11transactionyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO11transactionyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "viewedProduct", + "printedName": "viewedProduct", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO13viewedProductyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO13viewedProductyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "customerInfo", + "printedName": "customerInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12customerInfoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12customerInfoyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marketingSource", + "printedName": "marketingSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15marketingSourceyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15marketingSourceyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "personalInfo", + "printedName": "personalInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12personalInfoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12personalInfoyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "lead", + "printedName": "lead", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO4leadyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO4leadyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "serviceActivity", + "printedName": "serviceActivity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15serviceActivityyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15serviceActivityyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "visitorError", + "printedName": "visitorError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12visitorErroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12visitorErroryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "searchedContent", + "printedName": "searchedContent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15searchedContentyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15searchedContentyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDETypeO8allCasesSayACGvpZ", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8allCasesSayACGvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8allCasesSayACGvgZ", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8allCasesSayACGvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK7SDETypeO", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEStatusType", + "printedName": "SDEStatusType", + "children": [ + { + "kind": "Var", + "name": "complete", + "printedName": "complete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8completeyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8completeyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "in_Progress", + "printedName": "in_Progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO11in_ProgressyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO11in_ProgressyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "approved", + "printedName": "approved", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8approvedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8approvedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "cancelled", + "printedName": "cancelled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO9cancelledyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO9cancelledyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "not_Approved", + "printedName": "not_Approved", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO12not_ApprovedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO12not_ApprovedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "reviewed", + "printedName": "reviewed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8reviewedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8reviewedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "missing_Details", + "printedName": "missing_Details", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO15missing_DetailsyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO15missing_DetailsyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "closed", + "printedName": "closed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO6closedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO6closedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "removed", + "printedName": "removed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO7removedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO7removedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "assigned", + "printedName": "assigned", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8assignedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8assignedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "waiting", + "printedName": "waiting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO7waitingyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO7waitingyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEStatusType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEChanelType", + "printedName": "SDEChanelType", + "children": [ + { + "kind": "Var", + "name": "direct", + "printedName": "direct", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6directyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6directyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "search", + "printedName": "search", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6searchyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6searchyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "social", + "printedName": "social", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6socialyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6socialyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "email", + "printedName": "email", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO5emailyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO5emailyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "referral", + "printedName": "referral", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8referralyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8referralyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEChanelType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEGenderType", + "printedName": "SDEGenderType", + "children": [ + { + "kind": "Var", + "name": "male", + "printedName": "male", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO4maleyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO4maleyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "female", + "printedName": "female", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO6femaleyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO6femaleyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "other", + "printedName": "other", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO5otheryA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO5otheryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEGenderType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEPhoneType", + "printedName": "SDEPhoneType", + "children": [ + { + "kind": "Var", + "name": "home", + "printedName": "home", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4homeyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4homeyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "mobile", + "printedName": "mobile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO6mobileyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO6mobileyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "work", + "printedName": "work", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4workyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4workyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "fax", + "printedName": "fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO3faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO3faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "main", + "printedName": "main", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4mainyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4mainyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "home_fax", + "printedName": "home_fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8home_faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8home_faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "work_fax", + "printedName": "work_fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8work_faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8work_faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "pager", + "printedName": "pager", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO5pageryA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO5pageryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "other", + "printedName": "other", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO5otheryA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO5otheryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPhoneType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Network", + "printedName": "Network", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEBase", + "printedName": "SDEBase", + "children": [ + { + "kind": "Var", + "name": "cartUpdate", + "printedName": "cartUpdate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECartUpdate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECartUpdate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "transaction", + "printedName": "transaction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDETransaction?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDETransaction?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "viewedProduct", + "printedName": "viewedProduct", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEProductView?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEProductView?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerInfo", + "printedName": "customerInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECustomerInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECustomerInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "marketingSource", + "printedName": "marketingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEMarketingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEMarketingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "personalInfo", + "printedName": "personalInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "lead", + "printedName": "lead", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDELead?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDELead?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "serviceActivity", + "printedName": "serviceActivity", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEService?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEService?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "visitorError", + "printedName": "visitorError", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEVisitorError?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEVisitorError?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchedContent", + "printedName": "searchedContent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDESearchedContent?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDESearchedContent?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEBase", + "printedName": "LPABCMessagingSDK.SDEBase", + "usr": "s:17LPABCMessagingSDK7SDEBaseC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEBaseC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupWithJson", + "printedName": "setupWithJson(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK7SDEBaseC", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECartUpdate", + "printedName": "SDECartUpdate", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(total:currency:numItems:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDETransaction", + "printedName": "SDETransaction", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(total:currency:orderId:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDETransactionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK14SDETransactionC", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEProductView", + "printedName": "SDEProductView", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(currency:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0C5MakerVGSgtF", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0C5MakerVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECustomerInfo", + "printedName": "SDECustomerInfo", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(cstatus:ctype:balance:currency:socialId:imei:userName:companySize:companyBranch:accountName:role:loginStatus:storeZipCode:storeNumber:lastPaymentDate:registrationDate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEDate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEDate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0O6Branch07accountN04role11loginStatus12storeZipCode0V6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0O6Branch07accountN04role11loginStatus12storeZipCode0V6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEMarketingSource", + "printedName": "SDEMarketingSource", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(channel:affiliate:campaignID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEChanelType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEPersonalInfo", + "printedName": "SDEPersonalInfo", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(firstname:lastname:gender:company:language:age:contacts:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEGenderType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEAge?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEContact]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEContact]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEAge", + "printedName": "SDEAge", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(age:year:month:day:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK6SDEAgeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK6SDEAgeV", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEContact", + "printedName": "SDEContact", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(email:phone:phoneType:country:region:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPhoneType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEContactV5email5phone0E4Type7country6regionACSSSg_AiA08SDEPhoneF0OSgA2Itcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV5email5phone0E4Type7country6regionACSSSg_AiA08SDEPhoneF0OSgA2Itcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEContactV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEContactV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK10SDEContactV", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDELead", + "printedName": "SDELead", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDELeadC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDELeadC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(topic:value:currency:leadId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDELeadC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDELeadC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK7SDELeadC", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEService", + "printedName": "SDEService", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(topic:status:category:serviceId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEStatusType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEServiceC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK10SDEServiceC", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEVisitorError", + "printedName": "SDEVisitorError", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(contextId:message:code:level:resolved:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDESearchedContent", + "printedName": "SDESearchedContent", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(keywords:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEProductMaker", + "printedName": "SDEProductMaker", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:category:sku:price:quantity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECart", + "printedName": "SDECart", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECart", + "printedName": "LPABCMessagingSDK.SDECart", + "usr": "s:17LPABCMessagingSDK7SDECartV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDECartV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDECartV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDECartV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDECartV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK7SDECartV", + "mangledName": "$s17LPABCMessagingSDK7SDECartV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEDate", + "printedName": "SDEDate", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(day:month:year:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEDateV3day5month4yearACSi_S2itcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV3day5month4yearACSi_S2itcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEDateV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEDateV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK7SDEDateV", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "LPABCSDK", + "printedName": "LPABCSDK", + "children": [ + { + "kind": "Var", + "name": "isCacheLoaded", + "printedName": "isCacheLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hostEnvironment", + "printedName": "hostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "aggregatedSDEStackCompletion", + "printedName": "aggregatedSDEStackCompletion", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isPresenting", + "printedName": "isPresenting", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvpZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvgZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "abcEventCallback", + "printedName": "abcEventCallback", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "Lazy", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAggregatedInterval", + "printedName": "setAggregatedInterval(interval:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC21setAggregatedInterval8intervalySd_tF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC21setAggregatedInterval8intervalySd_tF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initialize", + "printedName": "initialize(minimumLogLevel:eventSubscription:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCSDK", + "printedName": "LPABCMessagingSDK.LPABCSDK", + "usr": "c:@M@LPABCMessagingSDK@objc(cs)LPABCSDK" + }, + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "hasDefaultArg": true, + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC10initialize15minimumLogLevel17eventSubscriptionAcA08LPABCLogG0O_ShyAA10LPABCEventOGSgtFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC10initialize15minimumLogLevel17eventSubscriptionAcA08LPABCLogG0O_ShyAA10LPABCEventOGSgtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "DiscardableResult", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "synchronize", + "printedName": "synchronize()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC11synchronizeyyFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC11synchronizeyyFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispose", + "printedName": "dispose()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC7disposeyyFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC7disposeyyFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "update", + "printedName": "update(with:message:sdkParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MSConversation", + "printedName": "Messages.MSConversation", + "usr": "c:objc(cs)MSConversation" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Messages.MSMessage?", + "children": [ + { + "kind": "TypeNominal", + "name": "MSMessage", + "printedName": "Messages.MSMessage", + "usr": "c:objc(cs)MSMessage" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDKParams?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDKParams", + "printedName": "LPABCMessagingSDK.SDKParams", + "usr": "s:17LPABCMessagingSDK9SDKParamsV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "createSDE", + "printedName": "createSDE(sdeType:aggregate:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(inout LPABCMessagingSDK.SDEBase) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "InOut", + "printedName": "inout LPABCMessagingSDK.SDEBase" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendSDEStack", + "printedName": "sendSDEStack(onSuccess:onFailure:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12sendSDEStack9onSuccess0F7FailureyySbcSg_ys5Error_pSgcSgtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12sendSDEStack9onSuccess0F7FailureyySbcSg_ys5Error_pSgcSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "appendReplayContextualText", + "printedName": "appendReplayContextualText(message:textContext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MSMessage", + "printedName": "Messages.MSMessage", + "usr": "c:objc(cs)MSMessage" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@LPABCMessagingSDK@objc(cs)LPABCSDK", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvp", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvg", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvg", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvs", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvs", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvM", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Dictionary", + "printedName": "Dictionary", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvp", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvg", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvs", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvM", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:SD", + "mangledName": "$sSD", + "moduleName": "Swift", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index", + "usr": "s:SD5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDictionary", + "printedName": "Foundation.NSDictionary", + "usr": "c:objc(cs)NSDictionary" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3685, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 4649, + "length": 3, + "value": "300" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 4949, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5144, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5355, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5365, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5550, + "length": 4, + "value": "0.15" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5773, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5853, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "BooleanLiteral", + "offset": 6983, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "StringLiteral", + "offset": 2941, + "length": 23, + "value": "\"LPABCMessagingSDK.LPActivityIndicatorView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "StringLiteral", + "offset": 8257, + "length": 34, + "value": "\"LPActivityIndicatorViewContainer\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "IntegerLiteral", + "offset": 8433, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "BooleanLiteral", + "offset": 8493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 520, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 725, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 26, + "value": "\"LPABCMessagingSDK.LPSecureFormViewController\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 282, + "length": 21, + "value": "\"LPCredentialPayload\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 23, + "value": "\"LPCredentialPayloadMO\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 15, + "value": "\"LPABCSDKModel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 461, + "length": 6, + "value": "\"momd\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 8, + "value": "\"sqlite\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 606, + "length": 25, + "value": "\"com.liveperson.lpabcsdk\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 6, + "value": "\"Info\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 7, + "value": "\"plist\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 813, + "length": 14, + "value": "\"LPABC_PARAMS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 15, + "value": "\"bubbleSession\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 945, + "length": 38, + "value": "\"a32792c6-b6d1-11e8-96f8-529269fb1459\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 13, + "value": "\"NSExtension\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 28, + "value": "\"NSExtensionPointIdentifier\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1180, + "length": 16, + "value": "\"lpabc_appgroup\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1349, + "length": 36, + "value": "\"com.apple.message-payload-provider\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1499, + "length": 14, + "value": "\"payloadModel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1553, + "length": 9, + "value": "\"message\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1791, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1851, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1940, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 1995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 2037, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 2089, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2162, + "length": 17, + "value": "\"reportingParams\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 11, + "value": "\"accountID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2330, + "length": 12, + "value": "\"consumerID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2412, + "length": 14, + "value": "\"appInstallID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2496, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2572, + "length": 18, + "value": "\"monitoringDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2660, + "length": 9, + "value": "\"apiType\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 11, + "value": "\"LPABC_LOG\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2888, + "length": 14, + "value": "\"LPABCSDK.CIM\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2971, + "length": 18, + "value": "\"LPABCSDK.IDLESDE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3058, + "length": 14, + "value": "\"LPABCLog.log\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3141, + "length": 18, + "value": "\"LPABCLog.Network\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3228, + "length": 15, + "value": "\"LPABCSDK.QUEU\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3312, + "length": 23, + "value": "\"LPABCSDK.Reachability\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3461, + "length": 38, + "value": "\"0BF72C98-C4A2-4927-9B28-8D8EDF113406\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3568, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3639, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3762, + "length": 62, + "value": "\"The interval range for aggregated stack should be (1-15 sec)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3944, + "length": 23, + "value": "\"Could not load bundle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4038, + "length": 23, + "value": "\"Could not SDK version\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4132, + "length": 31, + "value": "\"Could not load Managed Object\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4285, + "length": 15, + "value": "\"lpabcsdk_shrk\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4375, + "length": 21, + "value": "\"LPReportingResponse\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 4509, + "length": 6, + "value": "559887" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 247, + "length": 19, + "value": "\"LPABCSDK Disposed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 25, + "value": "\"LPABCSDK De-initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 391, + "length": 16, + "value": "\"De-initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 6, + "value": "\"Init\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 513, + "length": 12, + "value": "\"Initialize\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 593, + "length": 23, + "value": "\"Host environment set:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 667, + "length": 17, + "value": "\"SDK initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 735, + "length": 53, + "value": "\"MOContext Save Notification fail to include MOmodel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 838, + "length": 44, + "value": "\"Counld not derive iMessage APP Environment\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 23, + "value": "\"Loggos call initiated\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1008, + "length": 20, + "value": "\"Loggos call body: \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1080, + "length": 14, + "value": "\"Loggos call:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1241, + "length": 35, + "value": "\"Could not detect incoming Message\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1329, + "length": 27, + "value": "\"Incoming message payload:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1415, + "length": 49, + "value": "\"Message Agent to Consumer could not be resolved\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 31, + "value": "\"Message payload stored to DB:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1601, + "length": 23, + "value": "\"Sending implicit SDE:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1673, + "length": 18, + "value": "\"SDE Send success\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1740, + "length": 16, + "value": "\"SDE Send fail:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1798, + "length": 11, + "value": "\"SDE Send:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1861, + "length": 35, + "value": "\"Aggregated SDE stack will be sent\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 22, + "value": "\"Idle SDE stack sent:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2021, + "length": 16, + "value": "\"SDE call retry\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2094, + "length": 11, + "value": "\"Response:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2157, + "length": 25, + "value": "\"SDE Report Status Code:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2230, + "length": 21, + "value": "\"Idle timer started:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2298, + "length": 19, + "value": "\"Idle timer Stoped\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2369, + "length": 33, + "value": "\"SDE added to Idle Stack, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2455, + "length": 28, + "value": "\"SDE added to stack, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2537, + "length": 27, + "value": "\"Idle Timer Fired Delegate\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2623, + "length": 32, + "value": "\"SDE idle stack cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2705, + "length": 27, + "value": "\"SDE Stack cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 26, + "value": "\"Json SDE cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2866, + "length": 27, + "value": "\"Outgoing Message payload:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2935, + "length": 21, + "value": "\"Logger send success\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3005, + "length": 38, + "value": "\"Secure form submitted button pressed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3091, + "length": 23, + "value": "\"Secure form completed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3494, + "length": 17, + "value": "\"Error code: 101\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3588, + "length": 17, + "value": "\"Error code: 102\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3682, + "length": 17, + "value": "\"Error code: 103\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3776, + "length": 17, + "value": "\"Error code: 104\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3870, + "length": 17, + "value": "\"Error code: 105\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3964, + "length": 17, + "value": "\"Error code: 106\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4058, + "length": 17, + "value": "\"Error code: 107\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4152, + "length": 17, + "value": "\"Error code: 108\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 17, + "value": "\"Error code: 201\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4361, + "length": 17, + "value": "\"Error code: 202\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4455, + "length": 17, + "value": "\"Error code: 203\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4549, + "length": 16, + "value": "\"Info code: 204\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4642, + "length": 18, + "value": "\"Error code: 205:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4737, + "length": 17, + "value": "\"Error code: 206\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4831, + "length": 17, + "value": "\"Error code: 207\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4930, + "length": 17, + "value": "\"Error code: 301\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5000, + "length": 17, + "value": "\"Error code: 302\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5070, + "length": 17, + "value": "\"Error code: 303\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5167, + "length": 17, + "value": "\"Error code: 401\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5245, + "length": 17, + "value": "\"Error code: 402\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5317, + "length": 17, + "value": "\"Error code: 403\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5402, + "length": 17, + "value": "\"Error code: 501\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 17, + "value": "\"Error code: 502\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5547, + "length": 18, + "value": "\"Error code: 503:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 18, + "value": "\"Error code: 504:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5671, + "length": 17, + "value": "\"Error code: 505\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5762, + "length": 18, + "value": "\"Error code: 601:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5829, + "length": 18, + "value": "\"Error code: 602:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5903, + "length": 17, + "value": "\"Error code: 603\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5971, + "length": 18, + "value": "\"Error code: 604:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6049, + "length": 18, + "value": "\"Error code: 605:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6127, + "length": 18, + "value": "\"Error code: 606:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6194, + "length": 17, + "value": "\"Error code: 607\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6266, + "length": 18, + "value": "\"Error code: 608:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6340, + "length": 18, + "value": "\"Error code: 609:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6421, + "length": 17, + "value": "\"Error code: 701\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6517, + "length": 17, + "value": "\"Error code: 801\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6584, + "length": 17, + "value": "\"Error code: 802\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6675, + "length": 17, + "value": "\"Error code: 900\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 854, + "length": 16, + "value": "\"LPPayloadSaved\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 920, + "length": 14, + "value": "\"lpLoggosPost\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "BooleanLiteral", + "offset": 3915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "Array", + "offset": 5003, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "Array", + "offset": 5298, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 5632, + "length": 22, + "value": "\"managedObjectContext\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12121, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "IntegerLiteral", + "offset": 12213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12507, + "length": 9, + "value": "\"iPod5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12557, + "length": 14, + "value": "\"iPod Touch 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12589, + "length": 9, + "value": "\"iPod7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12639, + "length": 14, + "value": "\"iPod Touch 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12671, + "length": 11, + "value": "\"iPhone3,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12684, + "length": 11, + "value": "\"iPhone3,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12697, + "length": 11, + "value": "\"iPhone3,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12721, + "length": 10, + "value": "\"iPhone 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12749, + "length": 11, + "value": "\"iPhone4,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12799, + "length": 11, + "value": "\"iPhone 4s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12828, + "length": 11, + "value": "\"iPhone5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12841, + "length": 11, + "value": "\"iPhone5,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12878, + "length": 10, + "value": "\"iPhone 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12906, + "length": 11, + "value": "\"iPhone5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12919, + "length": 11, + "value": "\"iPhone5,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12956, + "length": 11, + "value": "\"iPhone 5c\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12985, + "length": 11, + "value": "\"iPhone6,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12998, + "length": 11, + "value": "\"iPhone6,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13035, + "length": 11, + "value": "\"iPhone 5s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13064, + "length": 11, + "value": "\"iPhone7,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13114, + "length": 10, + "value": "\"iPhone 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13142, + "length": 11, + "value": "\"iPhone7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13192, + "length": 15, + "value": "\"iPhone 6 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13225, + "length": 11, + "value": "\"iPhone8,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13275, + "length": 11, + "value": "\"iPhone 6s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13304, + "length": 11, + "value": "\"iPhone8,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13354, + "length": 16, + "value": "\"iPhone 6s Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13388, + "length": 11, + "value": "\"iPhone9,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13401, + "length": 11, + "value": "\"iPhone9,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13438, + "length": 10, + "value": "\"iPhone 7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13466, + "length": 11, + "value": "\"iPhone9,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13479, + "length": 11, + "value": "\"iPhone9,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13516, + "length": 15, + "value": "\"iPhone 7 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13549, + "length": 11, + "value": "\"iPhone8,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13599, + "length": 11, + "value": "\"iPhone SE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13628, + "length": 12, + "value": "\"iPhone10,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13642, + "length": 12, + "value": "\"iPhone10,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13678, + "length": 10, + "value": "\"iPhone 8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13706, + "length": 12, + "value": "\"iPhone10,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13720, + "length": 12, + "value": "\"iPhone10,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13756, + "length": 15, + "value": "\"iPhone 8 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13789, + "length": 12, + "value": "\"iPhone10,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13803, + "length": 12, + "value": "\"iPhone10,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13839, + "length": 10, + "value": "\"iPhone X\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13867, + "length": 12, + "value": "\"iPhone11,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13917, + "length": 11, + "value": "\"iPhone XS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13946, + "length": 12, + "value": "\"iPhone11,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13960, + "length": 12, + "value": "\"iPhone11,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13996, + "length": 15, + "value": "\"iPhone XS Max\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14029, + "length": 12, + "value": "\"iPhone11,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14079, + "length": 11, + "value": "\"iPhone XR\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14108, + "length": 9, + "value": "\"iPad2,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14119, + "length": 9, + "value": "\"iPad2,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14130, + "length": 9, + "value": "\"iPad2,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14141, + "length": 9, + "value": "\"iPad2,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14158, + "length": 8, + "value": "\"iPad 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14184, + "length": 9, + "value": "\"iPad3,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14195, + "length": 9, + "value": "\"iPad3,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14206, + "length": 9, + "value": "\"iPad3,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14234, + "length": 8, + "value": "\"iPad 3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14260, + "length": 9, + "value": "\"iPad3,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14271, + "length": 9, + "value": "\"iPad3,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14282, + "length": 9, + "value": "\"iPad3,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14310, + "length": 8, + "value": "\"iPad 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14336, + "length": 9, + "value": "\"iPad4,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14347, + "length": 9, + "value": "\"iPad4,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14358, + "length": 9, + "value": "\"iPad4,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14386, + "length": 10, + "value": "\"iPad Air\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14414, + "length": 9, + "value": "\"iPad5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14425, + "length": 9, + "value": "\"iPad5,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14464, + "length": 12, + "value": "\"iPad Air 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14494, + "length": 10, + "value": "\"iPad6,11\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14506, + "length": 10, + "value": "\"iPad6,12\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14544, + "length": 8, + "value": "\"iPad 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14570, + "length": 9, + "value": "\"iPad7,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14581, + "length": 9, + "value": "\"iPad7,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14620, + "length": 8, + "value": "\"iPad 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14646, + "length": 9, + "value": "\"iPad2,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14657, + "length": 9, + "value": "\"iPad2,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14668, + "length": 9, + "value": "\"iPad2,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14696, + "length": 11, + "value": "\"iPad Mini\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14725, + "length": 9, + "value": "\"iPad4,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14736, + "length": 9, + "value": "\"iPad4,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14747, + "length": 9, + "value": "\"iPad4,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14775, + "length": 13, + "value": "\"iPad Mini 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14806, + "length": 9, + "value": "\"iPad4,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14817, + "length": 9, + "value": "\"iPad4,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14828, + "length": 9, + "value": "\"iPad4,9\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14856, + "length": 13, + "value": "\"iPad Mini 3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14887, + "length": 9, + "value": "\"iPad5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14898, + "length": 9, + "value": "\"iPad5,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14937, + "length": 13, + "value": "\"iPad Mini 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14968, + "length": 9, + "value": "\"iPad6,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14979, + "length": 9, + "value": "\"iPad6,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15018, + "length": 21, + "value": "\"iPad Pro (9.7-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15057, + "length": 9, + "value": "\"iPad6,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15068, + "length": 9, + "value": "\"iPad6,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15107, + "length": 22, + "value": "\"iPad Pro (12.9-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15147, + "length": 9, + "value": "\"iPad7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15158, + "length": 9, + "value": "\"iPad7,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15197, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (2nd generation)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15254, + "length": 9, + "value": "\"iPad7,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15265, + "length": 9, + "value": "\"iPad7,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15304, + "length": 22, + "value": "\"iPad Pro (10.5-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15344, + "length": 9, + "value": "\"iPad8,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15355, + "length": 9, + "value": "\"iPad8,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15366, + "length": 9, + "value": "\"iPad8,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15377, + "length": 9, + "value": "\"iPad8,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15394, + "length": 20, + "value": "\"iPad Pro (11-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15432, + "length": 9, + "value": "\"iPad8,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15443, + "length": 9, + "value": "\"iPad8,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15454, + "length": 9, + "value": "\"iPad8,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15465, + "length": 9, + "value": "\"iPad8,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15482, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (3rd generation)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15539, + "length": 12, + "value": "\"AppleTV5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15589, + "length": 10, + "value": "\"Apple TV\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15617, + "length": 12, + "value": "\"AppleTV6,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15667, + "length": 13, + "value": "\"Apple TV 4K\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15698, + "length": 19, + "value": "\"AudioAccessory1,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15748, + "length": 9, + "value": "\"HomePod\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15775, + "length": 6, + "value": "\"i386\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15783, + "length": 8, + "value": "\"x86_64\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15825, + "length": 104, + "value": "\"Simulator \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15888, + "length": 28, + "value": "\"SIMULATOR_MODEL_IDENTIFIER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15921, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15928, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 437, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 476, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 586, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 672, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 742, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 781, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 863, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 437, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 476, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 586, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 672, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 742, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 781, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 863, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1540, + "length": 6, + "value": "\"MALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1576, + "length": 8, + "value": "\"FEMALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1614, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1540, + "length": 6, + "value": "\"MALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1576, + "length": 8, + "value": "\"FEMALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1614, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1755, + "length": 6, + "value": "\"HOME\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1790, + "length": 8, + "value": "\"MOBILE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1827, + "length": 6, + "value": "\"WORK\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1862, + "length": 5, + "value": "\"FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 6, + "value": "\"MAIN\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1931, + "length": 10, + "value": "\"HOME_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1970, + "length": 10, + "value": "\"WORK_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2009, + "length": 7, + "value": "\"PAGER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2045, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1755, + "length": 6, + "value": "\"HOME\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1790, + "length": 8, + "value": "\"MOBILE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1827, + "length": 6, + "value": "\"WORK\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1862, + "length": 5, + "value": "\"FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 6, + "value": "\"MAIN\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1931, + "length": 10, + "value": "\"HOME_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1970, + "length": 10, + "value": "\"WORK_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2009, + "length": 7, + "value": "\"PAGER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2045, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 260, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 485, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "BooleanLiteral", + "offset": 668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 2472, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 2498, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 3355, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 4246, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 4272, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5095, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5935, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5961, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogBenchmarker.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 230, + "length": 20, + "value": "\"[%@] [%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 268, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 403, + "length": 15, + "value": "\"[%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 530, + "length": 26, + "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 648, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1380, + "length": 81, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1424, + "length": 1, + "value": "\" [%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1479, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1566, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 21, + "value": "\"[%@] [%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1825, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1927, + "length": 37, + "value": "\"[%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1982, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2091, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 16, + "value": "\"[%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2241, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2309, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2331, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2415, + "length": 16, + "value": "\"[%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2449, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2539, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2621, + "length": 26, + "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2733, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Keychain\/LPKeychainWrapper.swift", + "kind": "StringLiteral", + "offset": 3261, + "length": 22, + "value": "\"SwiftKeychainWrapper\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK+SDEReporting.swift", + "kind": "BooleanLiteral", + "offset": 195, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK+SDEReporting.swift", + "kind": "BooleanLiteral", + "offset": 1247, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 9, + "value": "\"welcome\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 249, + "length": 12, + "value": "\"secureForm\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 9, + "value": "\"welcome\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 249, + "length": 12, + "value": "\"secureForm\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 284, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 284, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 19, + "value": "\"LPABCMessagingSDK.LPABCNetworkManager\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 532, + "length": 11, + "value": "\"accountID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 12, + "value": "\"consumerID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 14, + "value": "\"appInstallID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 879, + "length": 18, + "value": "\"monitoringDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 973, + "length": 9, + "value": "\"apiType\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1058, + "length": 16, + "value": "\"conversationID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1150, + "length": 11, + "value": "\"timestamp\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1237, + "length": 14, + "value": "\"loggosDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 15, + "value": "\"messageParams\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 26, + "value": "\"Bundle is not set for CD\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 1576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1673, + "length": 61, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 1, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1767, + "length": 30, + "value": "\"Unresolved CD error \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "IntegerLiteral", + "offset": 2177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2315, + "length": 63, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2343, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2377, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "IntegerLiteral", + "offset": 2759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 3013, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 3098, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3625, + "length": 61, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3676, + "length": 1, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3685, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3711, + "length": 33, + "value": "\"Unable to Load Persistent Store\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/LPURLConstructor.swift", + "kind": "StringLiteral", + "offset": 1397, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 212, + "length": 7, + "value": "\"title\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 10, + "value": "\"subtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 19, + "value": "\"secondarySubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 18, + "value": "\"tertiarySubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 12, + "value": "\"imageTitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 443, + "length": 15, + "value": "\"imageSubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 491, + "length": 7, + "value": "\"image\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 531, + "length": 14, + "value": "\"mediaFileURL\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 578, + "length": 9, + "value": "\"caption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 620, + "length": 12, + "value": "\"subcaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 665, + "length": 17, + "value": "\"trailingCaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 715, + "length": 20, + "value": "\"trailingSubcaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 12, + "value": "\"customData\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 8, + "value": "\"lpData\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 377, + "length": 13, + "value": "\"interactive\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 10, + "value": "\"response\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 486, + "length": 9, + "value": "\"request\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 538, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Model\/LPABCSendMessagePayloadData.swift", + "kind": "StringLiteral", + "offset": 416, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "BooleanLiteral", + "offset": 1379, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "IntegerLiteral", + "offset": 1408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2063, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2137, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2218, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2257, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2288, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2403, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2063, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2137, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2218, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2257, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2288, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2403, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK.swift", + "kind": "BooleanLiteral", + "offset": 4930, + "length": 5, + "value": "false" + } + ] +} \ No newline at end of file diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.private.swiftinterface similarity index 64% rename from LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.private.swiftinterface rename to LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.private.swiftinterface index 81780eb..f1fa50f 100644 --- a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,10 +1,10 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// swift-module-flags: -target arm64-apple-ios11.3 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name LPABCSDK +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name LPABCMessagingSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import CoreData import Foundation -@_exported import LPABCSDK +@_exported import LPABCMessagingSDK import Messages import Network import Swift @@ -12,47 +12,99 @@ import UIKit import WebKit import _Concurrency import _StringProcessing -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { - final public var isCacheLoaded: Swift.Bool { +precedencegroup PowerPrecedence { + higherThan: MultiplicationPrecedence +} +infix operator ^^ : PowerPrecedence +public struct SDKParams { + weak public var messagesViewController: Messages.MSMessagesAppViewController? { get } - final public var hostEnvironment: LPABCSDK.LPHostEnvironment? { + public var secureFormReplyImagee: UIKit.UIImage? { get } - final public var aggregatedSDEStackCompletion: LPABCSDK.LPABCSDK.CompletionCallbackType - public static var isPresenting: Swift.Bool? { + public var secureFormReplyText: Swift.String? { get } - public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? - public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? - public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? - public typealias EventCallbackType = ((_ type: LPABCSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? - final public var abcEventCallback: LPABCSDK.LPABCSDK.EventCallbackType { + public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +} +public protocol UnifiedLooseSDE { + var jsonSDE: Swift.String? { get set } + var dictionarySDE: [Swift.String : Any]? { get set } +} +extension Swift.Dictionary : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { get set } - final public func setAggregatedInterval(interval: Swift.Double) - @available(iOS 11.3, *) - @discardableResult - public static func initialize(minimumLogLevel: LPABCSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCSDK.LPABCSDK - @available(iOS 11.3, *) - public static func synchronize() - @available(iOS 11.3, *) - final public class func dispose() - @objc deinit } -public struct SDECart : Swift.Codable { - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws +extension Swift.String : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { + get + set + } } -@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { - public var type: Swift.String { +@available(iOS 11.3, *) +public enum LPHostEnvironment : Swift.String { + case iOSApp + case iMessageApp + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@available(iOS 11.3, *) +public enum LPABCLogLevel : Swift.Int { + case trace + case debug + case info + case warning + case error + case none + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } - public func setup(channel: LPABCSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) - @objc deinit - public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws +} +@available(iOS 11.3, *) +public enum LPABCEvent : Swift.Comparable, Swift.Hashable { + public static func < (lhs: LPABCMessagingSDK.LPABCEvent, rhs: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + case newConversation + case secureForm(LPABCMessagingSDK.SecureFormState) + case custom + case none + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: LPABCMessagingSDK.LPABCEvent, b: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +public enum SecureFormState { + case viewed + case submitted + case expired + case error + public static func == (a: LPABCMessagingSDK.SecureFormState, b: LPABCMessagingSDK.SecureFormState) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCEvent { + public static let allEvents: Swift.Set + public static let noEvents: Swift.Set? } public enum SDEType : Swift.String, Swift.CaseIterable { case cartUpdate @@ -66,9 +118,9 @@ public enum SDEType : Swift.String, Swift.CaseIterable { case visitorError case searchedContent public init?(rawValue: Swift.String) - public typealias AllCases = [LPABCSDK.SDEType] + public typealias AllCases = [LPABCMessagingSDK.SDEType] public typealias RawValue = Swift.String - public static var allCases: [LPABCSDK.SDEType] { + public static var allCases: [LPABCMessagingSDK.SDEType] { get } public var rawValue: Swift.String { @@ -131,47 +183,96 @@ public enum SDEPhoneType : Swift.String { get } } -public struct SDEDate : Swift.Codable { - public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) +extension LPABCMessagingSDK.LPABCSDK { + @available(iOS 11.3, *) + final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCMessagingSDK.SDKParams? = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func createSDE(sdeType: LPABCMessagingSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCMessagingSDK.SDEBase) -> Swift.Void) + final public func sendSDEStack(onSuccess success: LPABCMessagingSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCMessagingSDK.LPABCSDK.FailureCallbackType = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) +} +@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { + public var cartUpdate: LPABCMessagingSDK.SDECartUpdate? { + get + } + public var transaction: LPABCMessagingSDK.SDETransaction? { + get + } + public var viewedProduct: LPABCMessagingSDK.SDEProductView? { + get + } + public var customerInfo: LPABCMessagingSDK.SDECustomerInfo? { + get + } + public var marketingSource: LPABCMessagingSDK.SDEMarketingSource? { + get + } + public var personalInfo: LPABCMessagingSDK.SDEPersonalInfo? { + get + } + public var lead: LPABCMessagingSDK.SDELead? { + get + } + public var serviceActivity: LPABCMessagingSDK.SDEService? { + get + } + public var visitorError: LPABCMessagingSDK.SDEVisitorError? { + get + } + public var searchedContent: LPABCMessagingSDK.SDESearchedContent? { + get + } + @objc deinit public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { +extension LPABCMessagingSDK.SDEBase { + public func setupWithJson(_ json: T?) where T : LPABCMessagingSDK.UnifiedLooseSDE +} +@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { public var type: Swift.String { get } - public func setup(topic: Swift.String?, status: LPABCSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) + public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCMessagingSDK.SDEProductMaker]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { public var type: Swift.String { get } - public func setup(keywords: [Swift.String]?) + public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.LPABCSDK { - @available(iOS 11.3, *) - final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCSDK.SDKParams? = nil) +@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(currency: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { public var type: Swift.String { get } - public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) + public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCMessagingSDK.SDEDate?, registrationDate: LPABCMessagingSDK.SDEDate?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { public var type: Swift.String { get } - public func setup(currency: Swift.String?, products: [LPABCSDK.SDEProductMaker]?) + public func setup(channel: LPABCMessagingSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws @@ -180,7 +281,7 @@ extension LPABCSDK.LPABCSDK { public var type: Swift.String { get } - public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCSDK.SDEAge?, contacts: [LPABCSDK.SDEContact]?) + public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCMessagingSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCMessagingSDK.SDEAge?, contacts: [LPABCMessagingSDK.SDEContact]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws @@ -191,218 +292,117 @@ public struct SDEAge : Swift.Codable { public init(from decoder: Swift.Decoder) throws } public struct SDEContact : Swift.Codable { - public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) + public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCMessagingSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { - public var cartUpdate: LPABCSDK.SDECartUpdate? { - get - } - public var transaction: LPABCSDK.SDETransaction? { - get - } - public var viewedProduct: LPABCSDK.SDEProductView? { - get - } - public var customerInfo: LPABCSDK.SDECustomerInfo? { - get - } - public var marketingSource: LPABCSDK.SDEMarketingSource? { - get - } - public var personalInfo: LPABCSDK.SDEPersonalInfo? { - get - } - public var lead: LPABCSDK.SDELead? { - get - } - public var serviceActivity: LPABCSDK.SDEService? { - get - } - public var visitorError: LPABCSDK.SDEVisitorError? { - get - } - public var searchedContent: LPABCSDK.SDESearchedContent? { +@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { + public var type: Swift.String { get } + public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.SDEBase { - public func setupWithJson(_ json: T?) where T : LPABCSDK.UnifiedLooseSDE -} -@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { public var type: Swift.String { get } - public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCSDK.SDEProductMaker]?) + public func setup(topic: Swift.String?, status: LPABCMessagingSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { public var type: Swift.String { get } - public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCSDK.SDEProductMaker]) + public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@available(iOS 11.3, *) -public enum LPHostEnvironment : Swift.String { - case iOSApp - case iMessageApp - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@available(iOS 11.3, *) -public enum LPABCLogLevel : Swift.Int { - case trace - case debug - case info - case warning - case error - case none - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -public enum LPABCEvent : Swift.Comparable, Swift.Hashable { - public static func < (lhs: LPABCSDK.LPABCEvent, rhs: LPABCSDK.LPABCEvent) -> Swift.Bool - case newConversation - case secureForm(LPABCSDK.SecureFormState) - case custom - case none - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: LPABCSDK.LPABCEvent, b: LPABCSDK.LPABCEvent) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -public enum SecureFormState { - case viewed - case submitted - case expired - case error - public static func == (a: LPABCSDK.SecureFormState, b: LPABCSDK.SecureFormState) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -extension LPABCSDK.LPABCEvent { - public static let allEvents: Swift.Set - public static let noEvents: Swift.Set? -} -extension LPABCSDK.LPABCSDK { - final public func createSDE(sdeType: LPABCSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCSDK.SDEBase) -> Swift.Void) - final public func sendSDEStack(onSuccess success: LPABCSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCSDK.LPABCSDK.FailureCallbackType = nil) -} -@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { public var type: Swift.String { get } - public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCSDK.SDEDate?, registrationDate: LPABCSDK.SDEDate?) + public func setup(keywords: [Swift.String]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.LPABCSDK { - final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) -} public struct SDEProductMaker : Swift.Codable { public init(name: Swift.String?, category: Swift.String?, sku: Swift.String?, price: Swift.Double?, quantity: Swift.Int?) public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws } -precedencegroup PowerPrecedence { - higherThan: MultiplicationPrecedence -} -infix operator ^^ : PowerPrecedence -public struct SDKParams { - weak public var messagesViewController: Messages.MSMessagesAppViewController? { - get - } - public var secureFormReplyImagee: UIKit.UIImage? { - get - } - public var secureFormReplyText: Swift.String? { - get - } - public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +public struct SDECart : Swift.Codable { + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws } -public protocol UnifiedLooseSDE { - var jsonSDE: Swift.String? { get set } - var dictionarySDE: [Swift.String : Any]? { get set } +public struct SDEDate : Swift.Codable { + public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws } -extension Swift.Dictionary : LPABCSDK.UnifiedLooseSDE { - public var jsonSDE: Swift.String? { +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { + final public var isCacheLoaded: Swift.Bool { get - set } - public var dictionarySDE: [Swift.String : Any]? { + final public var hostEnvironment: LPABCMessagingSDK.LPHostEnvironment? { get - set } -} -extension Swift.String : LPABCSDK.UnifiedLooseSDE { - public var jsonSDE: Swift.String? { + final public var aggregatedSDEStackCompletion: LPABCMessagingSDK.LPABCSDK.CompletionCallbackType + public static var isPresenting: Swift.Bool? { get - set } - public var dictionarySDE: [Swift.String : Any]? { + public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? + public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? + public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? + public typealias EventCallbackType = ((_ type: LPABCMessagingSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? + final public var abcEventCallback: LPABCMessagingSDK.LPABCSDK.EventCallbackType { get set } -} -@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { - public var type: Swift.String { - get - } - public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) + final public func setAggregatedInterval(interval: Swift.Double) + @available(iOS 11.3, *) + @discardableResult + public static func initialize(minimumLogLevel: LPABCMessagingSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCMessagingSDK.LPABCSDK + @available(iOS 11.3, *) + public static func synchronize() + @available(iOS 11.3, *) + final public class func dispose() @objc deinit - public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.SDEType : Swift.Equatable {} -extension LPABCSDK.SDEType : Swift.Hashable {} -extension LPABCSDK.SDEType : Swift.RawRepresentable {} -extension LPABCSDK.SDEStatusType : Swift.Equatable {} -extension LPABCSDK.SDEStatusType : Swift.Hashable {} -extension LPABCSDK.SDEStatusType : Swift.RawRepresentable {} -extension LPABCSDK.SDEChanelType : Swift.Equatable {} -extension LPABCSDK.SDEChanelType : Swift.Hashable {} -extension LPABCSDK.SDEChanelType : Swift.RawRepresentable {} -extension LPABCSDK.SDEGenderType : Swift.Equatable {} -extension LPABCSDK.SDEGenderType : Swift.Hashable {} -extension LPABCSDK.SDEGenderType : Swift.RawRepresentable {} -extension LPABCSDK.SDEPhoneType : Swift.Equatable {} -extension LPABCSDK.SDEPhoneType : Swift.Hashable {} -extension LPABCSDK.SDEPhoneType : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.Equatable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.Hashable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Hashable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.RawRepresentable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.Equatable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.Hashable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Hashable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.RawRepresentable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.SecureFormState : Swift.Equatable {} +extension LPABCMessagingSDK.SecureFormState : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.RawRepresentable {} diff --git a/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.swiftdoc b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.swiftdoc new file mode 100644 index 0000000..32e0acb Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftinterface b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.swiftinterface similarity index 64% rename from LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftinterface rename to LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.swiftinterface index 81780eb..f1fa50f 100644 --- a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftinterface +++ b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,10 +1,10 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// swift-module-flags: -target arm64-apple-ios11.3 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name LPABCSDK +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name LPABCMessagingSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import CoreData import Foundation -@_exported import LPABCSDK +@_exported import LPABCMessagingSDK import Messages import Network import Swift @@ -12,47 +12,99 @@ import UIKit import WebKit import _Concurrency import _StringProcessing -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { - final public var isCacheLoaded: Swift.Bool { +precedencegroup PowerPrecedence { + higherThan: MultiplicationPrecedence +} +infix operator ^^ : PowerPrecedence +public struct SDKParams { + weak public var messagesViewController: Messages.MSMessagesAppViewController? { get } - final public var hostEnvironment: LPABCSDK.LPHostEnvironment? { + public var secureFormReplyImagee: UIKit.UIImage? { get } - final public var aggregatedSDEStackCompletion: LPABCSDK.LPABCSDK.CompletionCallbackType - public static var isPresenting: Swift.Bool? { + public var secureFormReplyText: Swift.String? { get } - public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? - public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? - public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? - public typealias EventCallbackType = ((_ type: LPABCSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? - final public var abcEventCallback: LPABCSDK.LPABCSDK.EventCallbackType { + public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +} +public protocol UnifiedLooseSDE { + var jsonSDE: Swift.String? { get set } + var dictionarySDE: [Swift.String : Any]? { get set } +} +extension Swift.Dictionary : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { get set } - final public func setAggregatedInterval(interval: Swift.Double) - @available(iOS 11.3, *) - @discardableResult - public static func initialize(minimumLogLevel: LPABCSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCSDK.LPABCSDK - @available(iOS 11.3, *) - public static func synchronize() - @available(iOS 11.3, *) - final public class func dispose() - @objc deinit } -public struct SDECart : Swift.Codable { - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws +extension Swift.String : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { + get + set + } } -@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { - public var type: Swift.String { +@available(iOS 11.3, *) +public enum LPHostEnvironment : Swift.String { + case iOSApp + case iMessageApp + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@available(iOS 11.3, *) +public enum LPABCLogLevel : Swift.Int { + case trace + case debug + case info + case warning + case error + case none + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } - public func setup(channel: LPABCSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) - @objc deinit - public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws +} +@available(iOS 11.3, *) +public enum LPABCEvent : Swift.Comparable, Swift.Hashable { + public static func < (lhs: LPABCMessagingSDK.LPABCEvent, rhs: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + case newConversation + case secureForm(LPABCMessagingSDK.SecureFormState) + case custom + case none + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: LPABCMessagingSDK.LPABCEvent, b: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +public enum SecureFormState { + case viewed + case submitted + case expired + case error + public static func == (a: LPABCMessagingSDK.SecureFormState, b: LPABCMessagingSDK.SecureFormState) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCEvent { + public static let allEvents: Swift.Set + public static let noEvents: Swift.Set? } public enum SDEType : Swift.String, Swift.CaseIterable { case cartUpdate @@ -66,9 +118,9 @@ public enum SDEType : Swift.String, Swift.CaseIterable { case visitorError case searchedContent public init?(rawValue: Swift.String) - public typealias AllCases = [LPABCSDK.SDEType] + public typealias AllCases = [LPABCMessagingSDK.SDEType] public typealias RawValue = Swift.String - public static var allCases: [LPABCSDK.SDEType] { + public static var allCases: [LPABCMessagingSDK.SDEType] { get } public var rawValue: Swift.String { @@ -131,47 +183,96 @@ public enum SDEPhoneType : Swift.String { get } } -public struct SDEDate : Swift.Codable { - public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) +extension LPABCMessagingSDK.LPABCSDK { + @available(iOS 11.3, *) + final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCMessagingSDK.SDKParams? = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func createSDE(sdeType: LPABCMessagingSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCMessagingSDK.SDEBase) -> Swift.Void) + final public func sendSDEStack(onSuccess success: LPABCMessagingSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCMessagingSDK.LPABCSDK.FailureCallbackType = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) +} +@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { + public var cartUpdate: LPABCMessagingSDK.SDECartUpdate? { + get + } + public var transaction: LPABCMessagingSDK.SDETransaction? { + get + } + public var viewedProduct: LPABCMessagingSDK.SDEProductView? { + get + } + public var customerInfo: LPABCMessagingSDK.SDECustomerInfo? { + get + } + public var marketingSource: LPABCMessagingSDK.SDEMarketingSource? { + get + } + public var personalInfo: LPABCMessagingSDK.SDEPersonalInfo? { + get + } + public var lead: LPABCMessagingSDK.SDELead? { + get + } + public var serviceActivity: LPABCMessagingSDK.SDEService? { + get + } + public var visitorError: LPABCMessagingSDK.SDEVisitorError? { + get + } + public var searchedContent: LPABCMessagingSDK.SDESearchedContent? { + get + } + @objc deinit public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { +extension LPABCMessagingSDK.SDEBase { + public func setupWithJson(_ json: T?) where T : LPABCMessagingSDK.UnifiedLooseSDE +} +@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { public var type: Swift.String { get } - public func setup(topic: Swift.String?, status: LPABCSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) + public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCMessagingSDK.SDEProductMaker]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { public var type: Swift.String { get } - public func setup(keywords: [Swift.String]?) + public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.LPABCSDK { - @available(iOS 11.3, *) - final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCSDK.SDKParams? = nil) +@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(currency: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { public var type: Swift.String { get } - public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) + public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCMessagingSDK.SDEDate?, registrationDate: LPABCMessagingSDK.SDEDate?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { public var type: Swift.String { get } - public func setup(currency: Swift.String?, products: [LPABCSDK.SDEProductMaker]?) + public func setup(channel: LPABCMessagingSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws @@ -180,7 +281,7 @@ extension LPABCSDK.LPABCSDK { public var type: Swift.String { get } - public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCSDK.SDEAge?, contacts: [LPABCSDK.SDEContact]?) + public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCMessagingSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCMessagingSDK.SDEAge?, contacts: [LPABCMessagingSDK.SDEContact]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws @@ -191,218 +292,117 @@ public struct SDEAge : Swift.Codable { public init(from decoder: Swift.Decoder) throws } public struct SDEContact : Swift.Codable { - public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) + public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCMessagingSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { - public var cartUpdate: LPABCSDK.SDECartUpdate? { - get - } - public var transaction: LPABCSDK.SDETransaction? { - get - } - public var viewedProduct: LPABCSDK.SDEProductView? { - get - } - public var customerInfo: LPABCSDK.SDECustomerInfo? { - get - } - public var marketingSource: LPABCSDK.SDEMarketingSource? { - get - } - public var personalInfo: LPABCSDK.SDEPersonalInfo? { - get - } - public var lead: LPABCSDK.SDELead? { - get - } - public var serviceActivity: LPABCSDK.SDEService? { - get - } - public var visitorError: LPABCSDK.SDEVisitorError? { - get - } - public var searchedContent: LPABCSDK.SDESearchedContent? { +@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { + public var type: Swift.String { get } + public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.SDEBase { - public func setupWithJson(_ json: T?) where T : LPABCSDK.UnifiedLooseSDE -} -@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { public var type: Swift.String { get } - public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCSDK.SDEProductMaker]?) + public func setup(topic: Swift.String?, status: LPABCMessagingSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { public var type: Swift.String { get } - public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCSDK.SDEProductMaker]) + public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@available(iOS 11.3, *) -public enum LPHostEnvironment : Swift.String { - case iOSApp - case iMessageApp - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@available(iOS 11.3, *) -public enum LPABCLogLevel : Swift.Int { - case trace - case debug - case info - case warning - case error - case none - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -public enum LPABCEvent : Swift.Comparable, Swift.Hashable { - public static func < (lhs: LPABCSDK.LPABCEvent, rhs: LPABCSDK.LPABCEvent) -> Swift.Bool - case newConversation - case secureForm(LPABCSDK.SecureFormState) - case custom - case none - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: LPABCSDK.LPABCEvent, b: LPABCSDK.LPABCEvent) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -public enum SecureFormState { - case viewed - case submitted - case expired - case error - public static func == (a: LPABCSDK.SecureFormState, b: LPABCSDK.SecureFormState) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -extension LPABCSDK.LPABCEvent { - public static let allEvents: Swift.Set - public static let noEvents: Swift.Set? -} -extension LPABCSDK.LPABCSDK { - final public func createSDE(sdeType: LPABCSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCSDK.SDEBase) -> Swift.Void) - final public func sendSDEStack(onSuccess success: LPABCSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCSDK.LPABCSDK.FailureCallbackType = nil) -} -@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { public var type: Swift.String { get } - public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCSDK.SDEDate?, registrationDate: LPABCSDK.SDEDate?) + public func setup(keywords: [Swift.String]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.LPABCSDK { - final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) -} public struct SDEProductMaker : Swift.Codable { public init(name: Swift.String?, category: Swift.String?, sku: Swift.String?, price: Swift.Double?, quantity: Swift.Int?) public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws } -precedencegroup PowerPrecedence { - higherThan: MultiplicationPrecedence -} -infix operator ^^ : PowerPrecedence -public struct SDKParams { - weak public var messagesViewController: Messages.MSMessagesAppViewController? { - get - } - public var secureFormReplyImagee: UIKit.UIImage? { - get - } - public var secureFormReplyText: Swift.String? { - get - } - public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +public struct SDECart : Swift.Codable { + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws } -public protocol UnifiedLooseSDE { - var jsonSDE: Swift.String? { get set } - var dictionarySDE: [Swift.String : Any]? { get set } +public struct SDEDate : Swift.Codable { + public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws } -extension Swift.Dictionary : LPABCSDK.UnifiedLooseSDE { - public var jsonSDE: Swift.String? { +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { + final public var isCacheLoaded: Swift.Bool { get - set } - public var dictionarySDE: [Swift.String : Any]? { + final public var hostEnvironment: LPABCMessagingSDK.LPHostEnvironment? { get - set } -} -extension Swift.String : LPABCSDK.UnifiedLooseSDE { - public var jsonSDE: Swift.String? { + final public var aggregatedSDEStackCompletion: LPABCMessagingSDK.LPABCSDK.CompletionCallbackType + public static var isPresenting: Swift.Bool? { get - set } - public var dictionarySDE: [Swift.String : Any]? { + public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? + public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? + public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? + public typealias EventCallbackType = ((_ type: LPABCMessagingSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? + final public var abcEventCallback: LPABCMessagingSDK.LPABCSDK.EventCallbackType { get set } -} -@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { - public var type: Swift.String { - get - } - public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) + final public func setAggregatedInterval(interval: Swift.Double) + @available(iOS 11.3, *) + @discardableResult + public static func initialize(minimumLogLevel: LPABCMessagingSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCMessagingSDK.LPABCSDK + @available(iOS 11.3, *) + public static func synchronize() + @available(iOS 11.3, *) + final public class func dispose() @objc deinit - public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.SDEType : Swift.Equatable {} -extension LPABCSDK.SDEType : Swift.Hashable {} -extension LPABCSDK.SDEType : Swift.RawRepresentable {} -extension LPABCSDK.SDEStatusType : Swift.Equatable {} -extension LPABCSDK.SDEStatusType : Swift.Hashable {} -extension LPABCSDK.SDEStatusType : Swift.RawRepresentable {} -extension LPABCSDK.SDEChanelType : Swift.Equatable {} -extension LPABCSDK.SDEChanelType : Swift.Hashable {} -extension LPABCSDK.SDEChanelType : Swift.RawRepresentable {} -extension LPABCSDK.SDEGenderType : Swift.Equatable {} -extension LPABCSDK.SDEGenderType : Swift.Hashable {} -extension LPABCSDK.SDEGenderType : Swift.RawRepresentable {} -extension LPABCSDK.SDEPhoneType : Swift.Equatable {} -extension LPABCSDK.SDEPhoneType : Swift.Hashable {} -extension LPABCSDK.SDEPhoneType : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.Equatable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.Hashable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Hashable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.RawRepresentable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.Equatable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.Hashable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Hashable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.RawRepresentable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.SecureFormState : Swift.Equatable {} +extension LPABCMessagingSDK.SecureFormState : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.RawRepresentable {} diff --git a/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/module.modulemap b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/module.modulemap new file mode 100644 index 0000000..53e1072 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64/LPABCMessagingSDK.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module LPABCMessagingSDK { + umbrella header "LPABCMessagingSDK.h" + + export * + module * { export * } +} + +module LPABCMessagingSDK.Swift { + header "LPABCMessagingSDK-Swift.h" + requires objc +} diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK-Swift.h b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK-Swift.h new file mode 100644 index 0000000..3e64799 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK-Swift.h @@ -0,0 +1,850 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +#ifndef LPABCMESSAGINGSDK_SWIFT_H +#define LPABCMESSAGINGSDK_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wduplicate-method-match" +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else +#include +#include +#include +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# 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 +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import CoreData; +@import CoreFoundation; +@import Foundation; +@import ObjectiveC; +@import UIKit; +@import WebKit; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="LPABCMessagingSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +SWIFT_CLASS("_TtC17LPABCMessagingSDK19LPABCNetworkManager") +@interface LPABCNetworkManager : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC17LPABCMessagingSDK38LPABCOutgoingMessagePayloadConstructor") +@interface LPABCOutgoingMessagePayloadConstructor : NSObject +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + +/// Liveperson ABC SDK goal is to provide integration solutions for iOS apps (Host & iMessage app extension) with LiveEngage platform. +/// Features: +///
    +///
  • +/// Reporting SDE’s: +/// Once a CIM (custom interactive message) is sent to device, this SDK will allows you to report SDE’s to LivePerson as engagement attributes to enhance the conversation. +/// For more information, see types of engagement attributes +///
  • +///
  • +/// Events callback notification: +/// Once a predefined event ABCEvent is fullfiled, the event callback eventCallback will notify implementors with the event type. +/// The best example is the ability to get notified once a new conversation is initiated by an incoming CIM. +/// The SDK initializer will accept dedicated event subscription to specific events, defines through ‘ABCEvent’ enum, default to ‘allevents’. for unsubscribing ABCEvents, use [.none]. +///
  • +///
  • +/// Generating CIM reply from device with textual context: +/// This SDK will also provide a textual context to a generated replay message CIM from device, to LivePerson conversation. +///
  • +///
+SWIFT_CLASS("_TtC17LPABCMessagingSDK8LPABCSDK") +@interface LPABCSDK : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + + + + + + +@class NSString; +@class UIColor; +@class NSCoder; + +/// Activity indicator view with nice animations +SWIFT_CLASS("_TtC17LPABCMessagingSDK23LPActivityIndicatorView") +@interface LPActivityIndicatorView : UIView +@property (nonatomic, copy) IBInspectable NSString * _Nonnull typeName SWIFT_UNAVAILABLE_MSG("This property is reserved for Interface Builder. Use 'type' instead."); +/// Color of activity indicator view. +@property (nonatomic, strong) IBInspectable UIColor * _Nonnull color; +/// Padding of activity indicator view. +@property (nonatomic) IBInspectable CGFloat padding; +/// Returns an object initialized from data in a given unarchiver. +/// self, initialized using the data in decoder. +/// \param decoder an unarchiver object. +/// +/// +/// returns: +/// self, initialized using the data in decoder. +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +/// Returns the natural size for the receiving view, considering only properties of the view itself. +/// A size indicating the natural size for the receiving view based on its intrinsic properties. +/// +/// returns: +/// A size indicating the natural size for the receiving view based on its intrinsic properties. +@property (nonatomic, readonly) CGSize intrinsicContentSize; +@property (nonatomic) CGRect bounds; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + +@class NSEntityDescription; +@class NSManagedObjectContext; + +SWIFT_CLASS("_TtC17LPABCMessagingSDK21LPCredentialPayloadMO") +@interface LPCredentialPayloadMO : NSManagedObject +@property (nonatomic, copy) NSString * _Nullable accountID; +@property (nonatomic, copy) NSString * _Nullable consumerID; +@property (nonatomic, copy) NSString * _Nullable appInstallID; +@property (nonatomic, copy) NSString * _Nullable type; +@property (nonatomic, copy) NSString * _Nullable monitoringDomain; +@property (nonatomic, copy) NSString * _Nullable apiType; +@property (nonatomic, copy) NSString * _Nullable conversationID; +@property (nonatomic, copy) NSString * _Nullable timestamp; +@property (nonatomic, copy) NSString * _Nullable loggosDomain; +@property (nonatomic, copy) NSString * _Nullable messageParams; +- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER; +@end + + +@class NSNotification; +@class NSBundle; + +SWIFT_CLASS("_TtC17LPABCMessagingSDK26LPSecureFormViewController") +@interface LPSecureFormViewController : UIViewController +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (void)loadView; +- (void)viewDidLoad; +- (void)viewWillAppear:(BOOL)animated; +- (void)keyboardWillAppear:(NSNotification * _Nonnull)notification; +- (void)keyboardWillDisappear:(NSNotification * _Nonnull)notification; +- (void)viewWillDisappear:(BOOL)animated; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; +@end + +@class WKUserContentController; +@class WKScriptMessage; + +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) +- (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message; +@end + +@class UIScrollView; + +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) +- (UIView * _Nullable)viewForZoomingInScrollView:(UIScrollView * _Nonnull)scrollView SWIFT_WARN_UNUSED_RESULT; +@end + +@class WKWebView; +@class WKWebViewConfiguration; +@class WKNavigationAction; +@class WKWindowFeatures; +@class WKFrameInfo; +@class WKNavigationResponse; +@class WKNavigation; + +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) +- (WKWebView * _Nullable)webView:(WKWebView * _Nonnull)webView createWebViewWithConfiguration:(WKWebViewConfiguration * _Nonnull)configuration forNavigationAction:(WKNavigationAction * _Nonnull)navigationAction windowFeatures:(WKWindowFeatures * _Nonnull)windowFeatures SWIFT_WARN_UNUSED_RESULT; +- (void)webViewDidClose:(WKWebView * _Nonnull)webView; +- (void)webView:(WKWebView * _Nonnull)webView runJavaScriptAlertPanelWithMessage:(NSString * _Nonnull)message initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(void))completionHandler; +- (void)webView:(WKWebView * _Nonnull)webView runJavaScriptConfirmPanelWithMessage:(NSString * _Nonnull)message initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(BOOL))completionHandler; +- (void)webView:(WKWebView * _Nonnull)webView runJavaScriptTextInputPanelWithPrompt:(NSString * _Nonnull)prompt defaultText:(NSString * _Nullable)defaultText initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(NSString * _Nullable))completionHandler; +- (void)webView:(WKWebView * _Nonnull)webView commitPreviewingViewController:(UIViewController * _Nonnull)previewingViewController; +- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationAction:(WKNavigationAction * _Nonnull)navigationAction decisionHandler:(void (^ _Nonnull)(WKNavigationActionPolicy))decisionHandler; +- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler; +- (void)webView:(WKWebView * _Nonnull)webView didStartProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation; +- (void)webView:(WKWebView * _Nonnull)webView didReceiveServerRedirectForProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation; +- (void)webView:(WKWebView * _Nonnull)webView didFailProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation withError:(NSError * _Nonnull)error; +- (void)webView:(WKWebView * _Nonnull)webView didCommitNavigation:(WKNavigation * _Null_unspecified)navigation; +- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(WKNavigation * _Null_unspecified)navigation; +- (void)webView:(WKWebView * _Nonnull)webView didFailNavigation:(WKNavigation * _Null_unspecified)navigation withError:(NSError * _Nonnull)error; +- (void)webViewWebContentProcessDidTerminate:(WKWebView * _Nonnull)webView; +- (void)willChangeValueForKey:(NSString * _Nonnull)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet * _Nonnull)objects; +@end + + + + + + + +#endif +#if defined(__cplusplus) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +#ifndef LPABCMESSAGINGSDK_SWIFT_H +#define LPABCMESSAGINGSDK_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wduplicate-method-match" +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#else +#include +#include +#include +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# 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 +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT noexcept +#endif +#else +#if !defined(SWIFT_NOEXCEPT) +# define SWIFT_NOEXCEPT +#endif +#endif +#if defined(__cplusplus) +#if !defined(SWIFT_CXX_INT_DEFINED) +#define SWIFT_CXX_INT_DEFINED +namespace swift { +using Int = ptrdiff_t; +using UInt = size_t; +} +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +@import CoreData; +@import CoreFoundation; +@import Foundation; +@import ObjectiveC; +@import UIKit; +@import WebKit; +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="LPABCMessagingSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +SWIFT_CLASS("_TtC17LPABCMessagingSDK19LPABCNetworkManager") +@interface LPABCNetworkManager : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + +SWIFT_CLASS("_TtC17LPABCMessagingSDK38LPABCOutgoingMessagePayloadConstructor") +@interface LPABCOutgoingMessagePayloadConstructor : NSObject +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + +/// Liveperson ABC SDK goal is to provide integration solutions for iOS apps (Host & iMessage app extension) with LiveEngage platform. +/// Features: +///
    +///
  • +/// Reporting SDE’s: +/// Once a CIM (custom interactive message) is sent to device, this SDK will allows you to report SDE’s to LivePerson as engagement attributes to enhance the conversation. +/// For more information, see types of engagement attributes +///
  • +///
  • +/// Events callback notification: +/// Once a predefined event ABCEvent is fullfiled, the event callback eventCallback will notify implementors with the event type. +/// The best example is the ability to get notified once a new conversation is initiated by an incoming CIM. +/// The SDK initializer will accept dedicated event subscription to specific events, defines through ‘ABCEvent’ enum, default to ‘allevents’. for unsubscribing ABCEvents, use [.none]. +///
  • +///
  • +/// Generating CIM reply from device with textual context: +/// This SDK will also provide a textual context to a generated replay message CIM from device, to LivePerson conversation. +///
  • +///
+SWIFT_CLASS("_TtC17LPABCMessagingSDK8LPABCSDK") +@interface LPABCSDK : NSObject +- (nonnull instancetype)init SWIFT_UNAVAILABLE; ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); +@end + + + + + + + + + +@class NSString; +@class UIColor; +@class NSCoder; + +/// Activity indicator view with nice animations +SWIFT_CLASS("_TtC17LPABCMessagingSDK23LPActivityIndicatorView") +@interface LPActivityIndicatorView : UIView +@property (nonatomic, copy) IBInspectable NSString * _Nonnull typeName SWIFT_UNAVAILABLE_MSG("This property is reserved for Interface Builder. Use 'type' instead."); +/// Color of activity indicator view. +@property (nonatomic, strong) IBInspectable UIColor * _Nonnull color; +/// Padding of activity indicator view. +@property (nonatomic) IBInspectable CGFloat padding; +/// Returns an object initialized from data in a given unarchiver. +/// self, initialized using the data in decoder. +/// \param decoder an unarchiver object. +/// +/// +/// returns: +/// self, initialized using the data in decoder. +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +/// Returns the natural size for the receiving view, considering only properties of the view itself. +/// A size indicating the natural size for the receiving view based on its intrinsic properties. +/// +/// returns: +/// A size indicating the natural size for the receiving view based on its intrinsic properties. +@property (nonatomic, readonly) CGSize intrinsicContentSize; +@property (nonatomic) CGRect bounds; +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; +@end + +@class NSEntityDescription; +@class NSManagedObjectContext; + +SWIFT_CLASS("_TtC17LPABCMessagingSDK21LPCredentialPayloadMO") +@interface LPCredentialPayloadMO : NSManagedObject +@property (nonatomic, copy) NSString * _Nullable accountID; +@property (nonatomic, copy) NSString * _Nullable consumerID; +@property (nonatomic, copy) NSString * _Nullable appInstallID; +@property (nonatomic, copy) NSString * _Nullable type; +@property (nonatomic, copy) NSString * _Nullable monitoringDomain; +@property (nonatomic, copy) NSString * _Nullable apiType; +@property (nonatomic, copy) NSString * _Nullable conversationID; +@property (nonatomic, copy) NSString * _Nullable timestamp; +@property (nonatomic, copy) NSString * _Nullable loggosDomain; +@property (nonatomic, copy) NSString * _Nullable messageParams; +- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER; +@end + + +@class NSNotification; +@class NSBundle; + +SWIFT_CLASS("_TtC17LPABCMessagingSDK26LPSecureFormViewController") +@interface LPSecureFormViewController : UIViewController +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER; +- (void)loadView; +- (void)viewDidLoad; +- (void)viewWillAppear:(BOOL)animated; +- (void)keyboardWillAppear:(NSNotification * _Nonnull)notification; +- (void)keyboardWillDisappear:(NSNotification * _Nonnull)notification; +- (void)viewWillDisappear:(BOOL)animated; +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE; +@end + +@class WKUserContentController; +@class WKScriptMessage; + +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) +- (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message; +@end + +@class UIScrollView; + +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) +- (UIView * _Nullable)viewForZoomingInScrollView:(UIScrollView * _Nonnull)scrollView SWIFT_WARN_UNUSED_RESULT; +@end + +@class WKWebView; +@class WKWebViewConfiguration; +@class WKNavigationAction; +@class WKWindowFeatures; +@class WKFrameInfo; +@class WKNavigationResponse; +@class WKNavigation; + +@interface LPSecureFormViewController (SWIFT_EXTENSION(LPABCMessagingSDK)) +- (WKWebView * _Nullable)webView:(WKWebView * _Nonnull)webView createWebViewWithConfiguration:(WKWebViewConfiguration * _Nonnull)configuration forNavigationAction:(WKNavigationAction * _Nonnull)navigationAction windowFeatures:(WKWindowFeatures * _Nonnull)windowFeatures SWIFT_WARN_UNUSED_RESULT; +- (void)webViewDidClose:(WKWebView * _Nonnull)webView; +- (void)webView:(WKWebView * _Nonnull)webView runJavaScriptAlertPanelWithMessage:(NSString * _Nonnull)message initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(void))completionHandler; +- (void)webView:(WKWebView * _Nonnull)webView runJavaScriptConfirmPanelWithMessage:(NSString * _Nonnull)message initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(BOOL))completionHandler; +- (void)webView:(WKWebView * _Nonnull)webView runJavaScriptTextInputPanelWithPrompt:(NSString * _Nonnull)prompt defaultText:(NSString * _Nullable)defaultText initiatedByFrame:(WKFrameInfo * _Nonnull)frame completionHandler:(void (^ _Nonnull)(NSString * _Nullable))completionHandler; +- (void)webView:(WKWebView * _Nonnull)webView commitPreviewingViewController:(UIViewController * _Nonnull)previewingViewController; +- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationAction:(WKNavigationAction * _Nonnull)navigationAction decisionHandler:(void (^ _Nonnull)(WKNavigationActionPolicy))decisionHandler; +- (void)webView:(WKWebView * _Nonnull)webView decidePolicyForNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse decisionHandler:(void (^ _Nonnull)(WKNavigationResponsePolicy))decisionHandler; +- (void)webView:(WKWebView * _Nonnull)webView didStartProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation; +- (void)webView:(WKWebView * _Nonnull)webView didReceiveServerRedirectForProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation; +- (void)webView:(WKWebView * _Nonnull)webView didFailProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation withError:(NSError * _Nonnull)error; +- (void)webView:(WKWebView * _Nonnull)webView didCommitNavigation:(WKNavigation * _Null_unspecified)navigation; +- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(WKNavigation * _Null_unspecified)navigation; +- (void)webView:(WKWebView * _Nonnull)webView didFailNavigation:(WKNavigation * _Null_unspecified)navigation withError:(NSError * _Nonnull)error; +- (void)webViewWebContentProcessDidTerminate:(WKWebView * _Nonnull)webView; +- (void)willChangeValueForKey:(NSString * _Nonnull)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet * _Nonnull)objects; +@end + + + + + + + +#endif +#if defined(__cplusplus) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK.h b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK.h new file mode 100644 index 0000000..6f285d6 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Headers/LPABCMessagingSDK.h @@ -0,0 +1,20 @@ +// +// LPABCMessagingSDK.h +// LPABCMessagingSDK +// +// Created by Grant Hasfjord on 4/17/23. +// Copyright © 2023 LivePerson. All rights reserved. +// + +#import +#import + +//! Project version number for LPABCMessagingSDK. +FOUNDATION_EXPORT double LPABCMessagingSDKVersionNumber; + +//! Project version string for LPABCMessagingSDK. +FOUNDATION_EXPORT const unsigned char LPABCMessagingSDKVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Info.plist b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Info.plist new file mode 100644 index 0000000..3f638e9 Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Info.plist differ diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCMessagingSDK b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCMessagingSDK new file mode 100755 index 0000000..db70250 Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCMessagingSDK differ diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom new file mode 100644 index 0000000..603c8e8 Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCSDKModel.momd/LPABCSDKModel.mom differ diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCSDKModel.momd/VersionInfo.plist b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCSDKModel.momd/VersionInfo.plist new file mode 100644 index 0000000..b8baa74 Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/LPABCSDKModel.momd/VersionInfo.plist differ diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..033614c --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -0,0 +1,14620 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "OperatorDecl", + "name": "^^", + "printedName": "^^", + "declKind": "InfixOperator", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "SDKParams", + "printedName": "SDKParams", + "children": [ + { + "kind": "Var", + "name": "messagesViewController", + "printedName": "messagesViewController", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "Messages.MSMessagesAppViewController?" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "SetterAccess", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Messages.MSMessagesAppViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "MSMessagesAppViewController", + "printedName": "Messages.MSMessagesAppViewController", + "usr": "c:objc(cs)MSMessagesAppViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "secureFormReplyImagee", + "printedName": "secureFormReplyImagee", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "secureFormReplyText", + "printedName": "secureFormReplyText", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(messagesViewController:secureFormReplyImagee:secureFormReplyText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDKParams?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDKParams", + "printedName": "LPABCMessagingSDK.SDKParams", + "usr": "s:17LPABCMessagingSDK9SDKParamsV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "MSMessagesAppViewController", + "printedName": "Messages.MSMessagesAppViewController", + "usr": "c:objc(cs)MSMessagesAppViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0ghI4TextACSgSo013MSMessagesAppeF0C_So7UIImageCSgSSSgtcfc", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0ghI4TextACSgSo013MSMessagesAppeF0C_So7UIImageCSgSSSgtcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK9SDKParamsV", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvp", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvp", + "moduleName": "LPABCMessagingSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvg", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvs", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvM", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvp", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvg", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvs", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvM", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LPHostEnvironment", + "printedName": "LPHostEnvironment", + "children": [ + { + "kind": "Var", + "name": "iOSApp", + "printedName": "iOSApp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPHostEnvironment.Type) -> LPABCMessagingSDK.LPHostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPHostEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO6iOSAppyA2CmF", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO6iOSAppyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "iMessageApp", + "printedName": "iMessageApp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPHostEnvironment.Type) -> LPABCMessagingSDK.LPHostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPHostEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO11iMessageAppyA2CmF", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO11iMessageAppyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LPABCLogLevel", + "printedName": "LPABCLogLevel", + "children": [ + { + "kind": "Var", + "name": "trace", + "printedName": "trace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5traceyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5traceyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "debug", + "printedName": "debug", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5debugyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5debugyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "info", + "printedName": "info", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO4infoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO4infoyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "warning", + "printedName": "warning", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO7warningyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO7warningyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5erroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5erroryA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO4noneyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO4noneyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPABCLogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LPABCEvent", + "printedName": "LPABCEvent", + "children": [ + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO1loiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO1loiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "newConversation", + "printedName": "newConversation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO15newConversationyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO15newConversationyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "secureForm", + "printedName": "secureForm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> (LPABCMessagingSDK.SecureFormState) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO10secureFormyAcA06SecureE5StateOcACmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO10secureFormyAcA06SecureE5StateOcACmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "custom", + "printedName": "custom", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO6customyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO6customyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO4noneyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO4noneyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9hashValueSivp", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9hashValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9hashValueSivg", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9hashValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO4hash4intoys6HasherVz_tF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO4hash4intoys6HasherVz_tF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO2eeoiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO2eeoiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "allEvents", + "printedName": "allEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvpZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvgZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "noEvents", + "printedName": "noEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvpZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvgZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK10LPABCEventO", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SecureFormState", + "printedName": "SecureFormState", + "children": [ + { + "kind": "Var", + "name": "viewed", + "printedName": "viewed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO6viewedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO6viewedyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "submitted", + "printedName": "submitted", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9submittedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9submittedyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "expired", + "printedName": "expired", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO7expiredyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO7expiredyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO5erroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO5erroryA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO2eeoiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO2eeoiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9hashValueSivp", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9hashValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9hashValueSivg", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9hashValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO4hash4intoys6HasherVz_tF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEType", + "printedName": "SDEType", + "children": [ + { + "kind": "Var", + "name": "cartUpdate", + "printedName": "cartUpdate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO10cartUpdateyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO10cartUpdateyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "transaction", + "printedName": "transaction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO11transactionyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO11transactionyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "viewedProduct", + "printedName": "viewedProduct", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO13viewedProductyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO13viewedProductyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "customerInfo", + "printedName": "customerInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12customerInfoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12customerInfoyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marketingSource", + "printedName": "marketingSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15marketingSourceyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15marketingSourceyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "personalInfo", + "printedName": "personalInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12personalInfoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12personalInfoyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "lead", + "printedName": "lead", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO4leadyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO4leadyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "serviceActivity", + "printedName": "serviceActivity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15serviceActivityyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15serviceActivityyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "visitorError", + "printedName": "visitorError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12visitorErroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12visitorErroryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "searchedContent", + "printedName": "searchedContent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15searchedContentyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15searchedContentyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDETypeO8allCasesSayACGvpZ", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8allCasesSayACGvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8allCasesSayACGvgZ", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8allCasesSayACGvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK7SDETypeO", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEStatusType", + "printedName": "SDEStatusType", + "children": [ + { + "kind": "Var", + "name": "complete", + "printedName": "complete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8completeyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8completeyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "in_Progress", + "printedName": "in_Progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO11in_ProgressyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO11in_ProgressyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "approved", + "printedName": "approved", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8approvedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8approvedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "cancelled", + "printedName": "cancelled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO9cancelledyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO9cancelledyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "not_Approved", + "printedName": "not_Approved", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO12not_ApprovedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO12not_ApprovedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "reviewed", + "printedName": "reviewed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8reviewedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8reviewedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "missing_Details", + "printedName": "missing_Details", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO15missing_DetailsyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO15missing_DetailsyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "closed", + "printedName": "closed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO6closedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO6closedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "removed", + "printedName": "removed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO7removedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO7removedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "assigned", + "printedName": "assigned", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8assignedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8assignedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "waiting", + "printedName": "waiting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO7waitingyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO7waitingyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEStatusType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEChanelType", + "printedName": "SDEChanelType", + "children": [ + { + "kind": "Var", + "name": "direct", + "printedName": "direct", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6directyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6directyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "search", + "printedName": "search", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6searchyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6searchyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "social", + "printedName": "social", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6socialyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6socialyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "email", + "printedName": "email", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO5emailyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO5emailyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "referral", + "printedName": "referral", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8referralyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8referralyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEChanelType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEGenderType", + "printedName": "SDEGenderType", + "children": [ + { + "kind": "Var", + "name": "male", + "printedName": "male", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO4maleyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO4maleyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "female", + "printedName": "female", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO6femaleyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO6femaleyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "other", + "printedName": "other", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO5otheryA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO5otheryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEGenderType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEPhoneType", + "printedName": "SDEPhoneType", + "children": [ + { + "kind": "Var", + "name": "home", + "printedName": "home", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4homeyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4homeyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "mobile", + "printedName": "mobile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO6mobileyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO6mobileyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "work", + "printedName": "work", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4workyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4workyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "fax", + "printedName": "fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO3faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO3faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "main", + "printedName": "main", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4mainyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4mainyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "home_fax", + "printedName": "home_fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8home_faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8home_faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "work_fax", + "printedName": "work_fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8work_faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8work_faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "pager", + "printedName": "pager", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO5pageryA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO5pageryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "other", + "printedName": "other", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO5otheryA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO5otheryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPhoneType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Network", + "printedName": "Network", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEBase", + "printedName": "SDEBase", + "children": [ + { + "kind": "Var", + "name": "cartUpdate", + "printedName": "cartUpdate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECartUpdate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECartUpdate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "transaction", + "printedName": "transaction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDETransaction?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDETransaction?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "viewedProduct", + "printedName": "viewedProduct", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEProductView?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEProductView?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerInfo", + "printedName": "customerInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECustomerInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECustomerInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "marketingSource", + "printedName": "marketingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEMarketingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEMarketingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "personalInfo", + "printedName": "personalInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "lead", + "printedName": "lead", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDELead?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDELead?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "serviceActivity", + "printedName": "serviceActivity", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEService?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEService?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "visitorError", + "printedName": "visitorError", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEVisitorError?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEVisitorError?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchedContent", + "printedName": "searchedContent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDESearchedContent?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDESearchedContent?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEBase", + "printedName": "LPABCMessagingSDK.SDEBase", + "usr": "s:17LPABCMessagingSDK7SDEBaseC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEBaseC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupWithJson", + "printedName": "setupWithJson(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK7SDEBaseC", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECartUpdate", + "printedName": "SDECartUpdate", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(total:currency:numItems:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDETransaction", + "printedName": "SDETransaction", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(total:currency:orderId:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDETransactionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK14SDETransactionC", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEProductView", + "printedName": "SDEProductView", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(currency:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0C5MakerVGSgtF", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0C5MakerVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECustomerInfo", + "printedName": "SDECustomerInfo", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(cstatus:ctype:balance:currency:socialId:imei:userName:companySize:companyBranch:accountName:role:loginStatus:storeZipCode:storeNumber:lastPaymentDate:registrationDate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEDate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEDate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0O6Branch07accountN04role11loginStatus12storeZipCode0V6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0O6Branch07accountN04role11loginStatus12storeZipCode0V6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEMarketingSource", + "printedName": "SDEMarketingSource", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(channel:affiliate:campaignID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEChanelType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEPersonalInfo", + "printedName": "SDEPersonalInfo", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(firstname:lastname:gender:company:language:age:contacts:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEGenderType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEAge?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEContact]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEContact]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEAge", + "printedName": "SDEAge", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(age:year:month:day:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK6SDEAgeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK6SDEAgeV", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEContact", + "printedName": "SDEContact", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(email:phone:phoneType:country:region:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPhoneType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEContactV5email5phone0E4Type7country6regionACSSSg_AiA08SDEPhoneF0OSgA2Itcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV5email5phone0E4Type7country6regionACSSSg_AiA08SDEPhoneF0OSgA2Itcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEContactV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEContactV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK10SDEContactV", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDELead", + "printedName": "SDELead", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDELeadC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDELeadC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(topic:value:currency:leadId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDELeadC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDELeadC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK7SDELeadC", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEService", + "printedName": "SDEService", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(topic:status:category:serviceId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEStatusType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEServiceC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK10SDEServiceC", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEVisitorError", + "printedName": "SDEVisitorError", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(contextId:message:code:level:resolved:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDESearchedContent", + "printedName": "SDESearchedContent", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(keywords:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEProductMaker", + "printedName": "SDEProductMaker", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:category:sku:price:quantity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECart", + "printedName": "SDECart", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECart", + "printedName": "LPABCMessagingSDK.SDECart", + "usr": "s:17LPABCMessagingSDK7SDECartV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDECartV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDECartV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDECartV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDECartV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK7SDECartV", + "mangledName": "$s17LPABCMessagingSDK7SDECartV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEDate", + "printedName": "SDEDate", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(day:month:year:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEDateV3day5month4yearACSi_S2itcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV3day5month4yearACSi_S2itcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEDateV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEDateV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK7SDEDateV", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "LPABCSDK", + "printedName": "LPABCSDK", + "children": [ + { + "kind": "Var", + "name": "isCacheLoaded", + "printedName": "isCacheLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hostEnvironment", + "printedName": "hostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "aggregatedSDEStackCompletion", + "printedName": "aggregatedSDEStackCompletion", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isPresenting", + "printedName": "isPresenting", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvpZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvgZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "abcEventCallback", + "printedName": "abcEventCallback", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "Lazy", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAggregatedInterval", + "printedName": "setAggregatedInterval(interval:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC21setAggregatedInterval8intervalySd_tF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC21setAggregatedInterval8intervalySd_tF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initialize", + "printedName": "initialize(minimumLogLevel:eventSubscription:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCSDK", + "printedName": "LPABCMessagingSDK.LPABCSDK", + "usr": "c:@M@LPABCMessagingSDK@objc(cs)LPABCSDK" + }, + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "hasDefaultArg": true, + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC10initialize15minimumLogLevel17eventSubscriptionAcA08LPABCLogG0O_ShyAA10LPABCEventOGSgtFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC10initialize15minimumLogLevel17eventSubscriptionAcA08LPABCLogG0O_ShyAA10LPABCEventOGSgtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "DiscardableResult", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "synchronize", + "printedName": "synchronize()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC11synchronizeyyFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC11synchronizeyyFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispose", + "printedName": "dispose()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC7disposeyyFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC7disposeyyFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "update", + "printedName": "update(with:message:sdkParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MSConversation", + "printedName": "Messages.MSConversation", + "usr": "c:objc(cs)MSConversation" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Messages.MSMessage?", + "children": [ + { + "kind": "TypeNominal", + "name": "MSMessage", + "printedName": "Messages.MSMessage", + "usr": "c:objc(cs)MSMessage" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDKParams?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDKParams", + "printedName": "LPABCMessagingSDK.SDKParams", + "usr": "s:17LPABCMessagingSDK9SDKParamsV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "createSDE", + "printedName": "createSDE(sdeType:aggregate:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(inout LPABCMessagingSDK.SDEBase) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "InOut", + "printedName": "inout LPABCMessagingSDK.SDEBase" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendSDEStack", + "printedName": "sendSDEStack(onSuccess:onFailure:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12sendSDEStack9onSuccess0F7FailureyySbcSg_ys5Error_pSgcSgtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12sendSDEStack9onSuccess0F7FailureyySbcSg_ys5Error_pSgcSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "appendReplayContextualText", + "printedName": "appendReplayContextualText(message:textContext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MSMessage", + "printedName": "Messages.MSMessage", + "usr": "c:objc(cs)MSMessage" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@LPABCMessagingSDK@objc(cs)LPABCSDK", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvp", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvg", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvg", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvs", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvs", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvM", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Dictionary", + "printedName": "Dictionary", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvp", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvg", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvs", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvM", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:SD", + "mangledName": "$sSD", + "moduleName": "Swift", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index", + "usr": "s:SD5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDictionary", + "printedName": "Foundation.NSDictionary", + "usr": "c:objc(cs)NSDictionary" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3685, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 4649, + "length": 3, + "value": "300" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 4949, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5144, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5355, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5365, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5550, + "length": 4, + "value": "0.15" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5773, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5853, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "BooleanLiteral", + "offset": 6983, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "StringLiteral", + "offset": 2941, + "length": 23, + "value": "\"LPABCMessagingSDK.LPActivityIndicatorView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "StringLiteral", + "offset": 8257, + "length": 34, + "value": "\"LPActivityIndicatorViewContainer\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "IntegerLiteral", + "offset": 8433, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "BooleanLiteral", + "offset": 8493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 520, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 725, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 26, + "value": "\"LPABCMessagingSDK.LPSecureFormViewController\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 282, + "length": 21, + "value": "\"LPCredentialPayload\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 23, + "value": "\"LPCredentialPayloadMO\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 15, + "value": "\"LPABCSDKModel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 461, + "length": 6, + "value": "\"momd\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 8, + "value": "\"sqlite\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 606, + "length": 25, + "value": "\"com.liveperson.lpabcsdk\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 6, + "value": "\"Info\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 7, + "value": "\"plist\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 813, + "length": 14, + "value": "\"LPABC_PARAMS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 15, + "value": "\"bubbleSession\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 945, + "length": 38, + "value": "\"a32792c6-b6d1-11e8-96f8-529269fb1459\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 13, + "value": "\"NSExtension\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 28, + "value": "\"NSExtensionPointIdentifier\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1180, + "length": 16, + "value": "\"lpabc_appgroup\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1349, + "length": 36, + "value": "\"com.apple.message-payload-provider\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1499, + "length": 14, + "value": "\"payloadModel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1553, + "length": 9, + "value": "\"message\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1791, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1851, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1940, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 1995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 2037, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 2089, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2162, + "length": 17, + "value": "\"reportingParams\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 11, + "value": "\"accountID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2330, + "length": 12, + "value": "\"consumerID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2412, + "length": 14, + "value": "\"appInstallID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2496, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2572, + "length": 18, + "value": "\"monitoringDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2660, + "length": 9, + "value": "\"apiType\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 11, + "value": "\"LPABC_LOG\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2888, + "length": 14, + "value": "\"LPABCSDK.CIM\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2971, + "length": 18, + "value": "\"LPABCSDK.IDLESDE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3058, + "length": 14, + "value": "\"LPABCLog.log\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3141, + "length": 18, + "value": "\"LPABCLog.Network\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3228, + "length": 15, + "value": "\"LPABCSDK.QUEU\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3312, + "length": 23, + "value": "\"LPABCSDK.Reachability\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3461, + "length": 38, + "value": "\"0BF72C98-C4A2-4927-9B28-8D8EDF113406\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3568, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3639, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3762, + "length": 62, + "value": "\"The interval range for aggregated stack should be (1-15 sec)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3944, + "length": 23, + "value": "\"Could not load bundle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4038, + "length": 23, + "value": "\"Could not SDK version\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4132, + "length": 31, + "value": "\"Could not load Managed Object\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4285, + "length": 15, + "value": "\"lpabcsdk_shrk\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4375, + "length": 21, + "value": "\"LPReportingResponse\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 4509, + "length": 6, + "value": "559887" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 247, + "length": 19, + "value": "\"LPABCSDK Disposed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 25, + "value": "\"LPABCSDK De-initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 391, + "length": 16, + "value": "\"De-initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 6, + "value": "\"Init\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 513, + "length": 12, + "value": "\"Initialize\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 593, + "length": 23, + "value": "\"Host environment set:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 667, + "length": 17, + "value": "\"SDK initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 735, + "length": 53, + "value": "\"MOContext Save Notification fail to include MOmodel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 838, + "length": 44, + "value": "\"Counld not derive iMessage APP Environment\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 23, + "value": "\"Loggos call initiated\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1008, + "length": 20, + "value": "\"Loggos call body: \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1080, + "length": 14, + "value": "\"Loggos call:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1241, + "length": 35, + "value": "\"Could not detect incoming Message\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1329, + "length": 27, + "value": "\"Incoming message payload:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1415, + "length": 49, + "value": "\"Message Agent to Consumer could not be resolved\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 31, + "value": "\"Message payload stored to DB:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1601, + "length": 23, + "value": "\"Sending implicit SDE:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1673, + "length": 18, + "value": "\"SDE Send success\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1740, + "length": 16, + "value": "\"SDE Send fail:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1798, + "length": 11, + "value": "\"SDE Send:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1861, + "length": 35, + "value": "\"Aggregated SDE stack will be sent\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 22, + "value": "\"Idle SDE stack sent:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2021, + "length": 16, + "value": "\"SDE call retry\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2094, + "length": 11, + "value": "\"Response:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2157, + "length": 25, + "value": "\"SDE Report Status Code:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2230, + "length": 21, + "value": "\"Idle timer started:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2298, + "length": 19, + "value": "\"Idle timer Stoped\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2369, + "length": 33, + "value": "\"SDE added to Idle Stack, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2455, + "length": 28, + "value": "\"SDE added to stack, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2537, + "length": 27, + "value": "\"Idle Timer Fired Delegate\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2623, + "length": 32, + "value": "\"SDE idle stack cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2705, + "length": 27, + "value": "\"SDE Stack cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 26, + "value": "\"Json SDE cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2866, + "length": 27, + "value": "\"Outgoing Message payload:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2935, + "length": 21, + "value": "\"Logger send success\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3005, + "length": 38, + "value": "\"Secure form submitted button pressed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3091, + "length": 23, + "value": "\"Secure form completed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3494, + "length": 17, + "value": "\"Error code: 101\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3588, + "length": 17, + "value": "\"Error code: 102\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3682, + "length": 17, + "value": "\"Error code: 103\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3776, + "length": 17, + "value": "\"Error code: 104\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3870, + "length": 17, + "value": "\"Error code: 105\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3964, + "length": 17, + "value": "\"Error code: 106\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4058, + "length": 17, + "value": "\"Error code: 107\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4152, + "length": 17, + "value": "\"Error code: 108\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 17, + "value": "\"Error code: 201\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4361, + "length": 17, + "value": "\"Error code: 202\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4455, + "length": 17, + "value": "\"Error code: 203\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4549, + "length": 16, + "value": "\"Info code: 204\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4642, + "length": 18, + "value": "\"Error code: 205:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4737, + "length": 17, + "value": "\"Error code: 206\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4831, + "length": 17, + "value": "\"Error code: 207\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4930, + "length": 17, + "value": "\"Error code: 301\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5000, + "length": 17, + "value": "\"Error code: 302\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5070, + "length": 17, + "value": "\"Error code: 303\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5167, + "length": 17, + "value": "\"Error code: 401\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5245, + "length": 17, + "value": "\"Error code: 402\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5317, + "length": 17, + "value": "\"Error code: 403\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5402, + "length": 17, + "value": "\"Error code: 501\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 17, + "value": "\"Error code: 502\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5547, + "length": 18, + "value": "\"Error code: 503:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 18, + "value": "\"Error code: 504:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5671, + "length": 17, + "value": "\"Error code: 505\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5762, + "length": 18, + "value": "\"Error code: 601:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5829, + "length": 18, + "value": "\"Error code: 602:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5903, + "length": 17, + "value": "\"Error code: 603\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5971, + "length": 18, + "value": "\"Error code: 604:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6049, + "length": 18, + "value": "\"Error code: 605:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6127, + "length": 18, + "value": "\"Error code: 606:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6194, + "length": 17, + "value": "\"Error code: 607\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6266, + "length": 18, + "value": "\"Error code: 608:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6340, + "length": 18, + "value": "\"Error code: 609:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6421, + "length": 17, + "value": "\"Error code: 701\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6517, + "length": 17, + "value": "\"Error code: 801\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6584, + "length": 17, + "value": "\"Error code: 802\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6675, + "length": 17, + "value": "\"Error code: 900\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 854, + "length": 16, + "value": "\"LPPayloadSaved\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 920, + "length": 14, + "value": "\"lpLoggosPost\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "BooleanLiteral", + "offset": 3915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "Array", + "offset": 5003, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "Array", + "offset": 5298, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 5632, + "length": 22, + "value": "\"managedObjectContext\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12121, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "IntegerLiteral", + "offset": 12213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12507, + "length": 9, + "value": "\"iPod5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12557, + "length": 14, + "value": "\"iPod Touch 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12589, + "length": 9, + "value": "\"iPod7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12639, + "length": 14, + "value": "\"iPod Touch 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12671, + "length": 11, + "value": "\"iPhone3,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12684, + "length": 11, + "value": "\"iPhone3,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12697, + "length": 11, + "value": "\"iPhone3,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12721, + "length": 10, + "value": "\"iPhone 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12749, + "length": 11, + "value": "\"iPhone4,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12799, + "length": 11, + "value": "\"iPhone 4s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12828, + "length": 11, + "value": "\"iPhone5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12841, + "length": 11, + "value": "\"iPhone5,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12878, + "length": 10, + "value": "\"iPhone 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12906, + "length": 11, + "value": "\"iPhone5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12919, + "length": 11, + "value": "\"iPhone5,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12956, + "length": 11, + "value": "\"iPhone 5c\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12985, + "length": 11, + "value": "\"iPhone6,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12998, + "length": 11, + "value": "\"iPhone6,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13035, + "length": 11, + "value": "\"iPhone 5s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13064, + "length": 11, + "value": "\"iPhone7,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13114, + "length": 10, + "value": "\"iPhone 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13142, + "length": 11, + "value": "\"iPhone7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13192, + "length": 15, + "value": "\"iPhone 6 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13225, + "length": 11, + "value": "\"iPhone8,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13275, + "length": 11, + "value": "\"iPhone 6s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13304, + "length": 11, + "value": "\"iPhone8,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13354, + "length": 16, + "value": "\"iPhone 6s Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13388, + "length": 11, + "value": "\"iPhone9,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13401, + "length": 11, + "value": "\"iPhone9,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13438, + "length": 10, + "value": "\"iPhone 7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13466, + "length": 11, + "value": "\"iPhone9,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13479, + "length": 11, + "value": "\"iPhone9,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13516, + "length": 15, + "value": "\"iPhone 7 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13549, + "length": 11, + "value": "\"iPhone8,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13599, + "length": 11, + "value": "\"iPhone SE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13628, + "length": 12, + "value": "\"iPhone10,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13642, + "length": 12, + "value": "\"iPhone10,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13678, + "length": 10, + "value": "\"iPhone 8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13706, + "length": 12, + "value": "\"iPhone10,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13720, + "length": 12, + "value": "\"iPhone10,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13756, + "length": 15, + "value": "\"iPhone 8 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13789, + "length": 12, + "value": "\"iPhone10,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13803, + "length": 12, + "value": "\"iPhone10,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13839, + "length": 10, + "value": "\"iPhone X\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13867, + "length": 12, + "value": "\"iPhone11,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13917, + "length": 11, + "value": "\"iPhone XS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13946, + "length": 12, + "value": "\"iPhone11,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13960, + "length": 12, + "value": "\"iPhone11,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13996, + "length": 15, + "value": "\"iPhone XS Max\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14029, + "length": 12, + "value": "\"iPhone11,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14079, + "length": 11, + "value": "\"iPhone XR\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14108, + "length": 9, + "value": "\"iPad2,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14119, + "length": 9, + "value": "\"iPad2,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14130, + "length": 9, + "value": "\"iPad2,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14141, + "length": 9, + "value": "\"iPad2,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14158, + "length": 8, + "value": "\"iPad 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14184, + "length": 9, + "value": "\"iPad3,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14195, + "length": 9, + "value": "\"iPad3,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14206, + "length": 9, + "value": "\"iPad3,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14234, + "length": 8, + "value": "\"iPad 3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14260, + "length": 9, + "value": "\"iPad3,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14271, + "length": 9, + "value": "\"iPad3,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14282, + "length": 9, + "value": "\"iPad3,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14310, + "length": 8, + "value": "\"iPad 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14336, + "length": 9, + "value": "\"iPad4,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14347, + "length": 9, + "value": "\"iPad4,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14358, + "length": 9, + "value": "\"iPad4,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14386, + "length": 10, + "value": "\"iPad Air\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14414, + "length": 9, + "value": "\"iPad5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14425, + "length": 9, + "value": "\"iPad5,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14464, + "length": 12, + "value": "\"iPad Air 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14494, + "length": 10, + "value": "\"iPad6,11\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14506, + "length": 10, + "value": "\"iPad6,12\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14544, + "length": 8, + "value": "\"iPad 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14570, + "length": 9, + "value": "\"iPad7,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14581, + "length": 9, + "value": "\"iPad7,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14620, + "length": 8, + "value": "\"iPad 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14646, + "length": 9, + "value": "\"iPad2,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14657, + "length": 9, + "value": "\"iPad2,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14668, + "length": 9, + "value": "\"iPad2,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14696, + "length": 11, + "value": "\"iPad Mini\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14725, + "length": 9, + "value": "\"iPad4,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14736, + "length": 9, + "value": "\"iPad4,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14747, + "length": 9, + "value": "\"iPad4,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14775, + "length": 13, + "value": "\"iPad Mini 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14806, + "length": 9, + "value": "\"iPad4,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14817, + "length": 9, + "value": "\"iPad4,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14828, + "length": 9, + "value": "\"iPad4,9\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14856, + "length": 13, + "value": "\"iPad Mini 3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14887, + "length": 9, + "value": "\"iPad5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14898, + "length": 9, + "value": "\"iPad5,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14937, + "length": 13, + "value": "\"iPad Mini 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14968, + "length": 9, + "value": "\"iPad6,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14979, + "length": 9, + "value": "\"iPad6,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15018, + "length": 21, + "value": "\"iPad Pro (9.7-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15057, + "length": 9, + "value": "\"iPad6,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15068, + "length": 9, + "value": "\"iPad6,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15107, + "length": 22, + "value": "\"iPad Pro (12.9-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15147, + "length": 9, + "value": "\"iPad7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15158, + "length": 9, + "value": "\"iPad7,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15197, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (2nd generation)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15254, + "length": 9, + "value": "\"iPad7,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15265, + "length": 9, + "value": "\"iPad7,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15304, + "length": 22, + "value": "\"iPad Pro (10.5-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15344, + "length": 9, + "value": "\"iPad8,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15355, + "length": 9, + "value": "\"iPad8,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15366, + "length": 9, + "value": "\"iPad8,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15377, + "length": 9, + "value": "\"iPad8,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15394, + "length": 20, + "value": "\"iPad Pro (11-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15432, + "length": 9, + "value": "\"iPad8,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15443, + "length": 9, + "value": "\"iPad8,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15454, + "length": 9, + "value": "\"iPad8,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15465, + "length": 9, + "value": "\"iPad8,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15482, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (3rd generation)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15539, + "length": 12, + "value": "\"AppleTV5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15589, + "length": 10, + "value": "\"Apple TV\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15617, + "length": 12, + "value": "\"AppleTV6,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15667, + "length": 13, + "value": "\"Apple TV 4K\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15698, + "length": 19, + "value": "\"AudioAccessory1,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15748, + "length": 9, + "value": "\"HomePod\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15775, + "length": 6, + "value": "\"i386\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15783, + "length": 8, + "value": "\"x86_64\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15825, + "length": 104, + "value": "\"Simulator \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15888, + "length": 28, + "value": "\"SIMULATOR_MODEL_IDENTIFIER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15921, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15928, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 437, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 476, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 586, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 672, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 742, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 781, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 863, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 437, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 476, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 586, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 672, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 742, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 781, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 863, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1540, + "length": 6, + "value": "\"MALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1576, + "length": 8, + "value": "\"FEMALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1614, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1540, + "length": 6, + "value": "\"MALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1576, + "length": 8, + "value": "\"FEMALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1614, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1755, + "length": 6, + "value": "\"HOME\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1790, + "length": 8, + "value": "\"MOBILE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1827, + "length": 6, + "value": "\"WORK\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1862, + "length": 5, + "value": "\"FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 6, + "value": "\"MAIN\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1931, + "length": 10, + "value": "\"HOME_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1970, + "length": 10, + "value": "\"WORK_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2009, + "length": 7, + "value": "\"PAGER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2045, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1755, + "length": 6, + "value": "\"HOME\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1790, + "length": 8, + "value": "\"MOBILE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1827, + "length": 6, + "value": "\"WORK\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1862, + "length": 5, + "value": "\"FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 6, + "value": "\"MAIN\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1931, + "length": 10, + "value": "\"HOME_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1970, + "length": 10, + "value": "\"WORK_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2009, + "length": 7, + "value": "\"PAGER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2045, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 260, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 485, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "BooleanLiteral", + "offset": 668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 2472, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 2498, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 3355, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 4246, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 4272, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5095, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5935, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5961, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogBenchmarker.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 230, + "length": 20, + "value": "\"[%@] [%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 268, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 403, + "length": 15, + "value": "\"[%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 530, + "length": 26, + "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 648, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1380, + "length": 81, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1424, + "length": 1, + "value": "\" [%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1479, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1566, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 21, + "value": "\"[%@] [%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1825, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1927, + "length": 37, + "value": "\"[%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1982, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2091, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 16, + "value": "\"[%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2241, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2309, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2331, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2415, + "length": 16, + "value": "\"[%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2449, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2539, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2621, + "length": 26, + "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2733, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Keychain\/LPKeychainWrapper.swift", + "kind": "StringLiteral", + "offset": 3261, + "length": 22, + "value": "\"SwiftKeychainWrapper\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK+SDEReporting.swift", + "kind": "BooleanLiteral", + "offset": 195, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK+SDEReporting.swift", + "kind": "BooleanLiteral", + "offset": 1247, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 9, + "value": "\"welcome\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 249, + "length": 12, + "value": "\"secureForm\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 9, + "value": "\"welcome\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 249, + "length": 12, + "value": "\"secureForm\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 284, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 284, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 19, + "value": "\"LPABCMessagingSDK.LPABCNetworkManager\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 532, + "length": 11, + "value": "\"accountID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 12, + "value": "\"consumerID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 14, + "value": "\"appInstallID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 879, + "length": 18, + "value": "\"monitoringDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 973, + "length": 9, + "value": "\"apiType\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1058, + "length": 16, + "value": "\"conversationID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1150, + "length": 11, + "value": "\"timestamp\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1237, + "length": 14, + "value": "\"loggosDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 15, + "value": "\"messageParams\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 26, + "value": "\"Bundle is not set for CD\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 1576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1673, + "length": 61, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 1, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1767, + "length": 30, + "value": "\"Unresolved CD error \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "IntegerLiteral", + "offset": 2177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2315, + "length": 63, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2343, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2377, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "IntegerLiteral", + "offset": 2759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 3013, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 3098, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3625, + "length": 61, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3676, + "length": 1, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3685, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3711, + "length": 33, + "value": "\"Unable to Load Persistent Store\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/LPURLConstructor.swift", + "kind": "StringLiteral", + "offset": 1397, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 212, + "length": 7, + "value": "\"title\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 10, + "value": "\"subtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 19, + "value": "\"secondarySubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 18, + "value": "\"tertiarySubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 12, + "value": "\"imageTitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 443, + "length": 15, + "value": "\"imageSubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 491, + "length": 7, + "value": "\"image\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 531, + "length": 14, + "value": "\"mediaFileURL\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 578, + "length": 9, + "value": "\"caption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 620, + "length": 12, + "value": "\"subcaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 665, + "length": 17, + "value": "\"trailingCaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 715, + "length": 20, + "value": "\"trailingSubcaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 12, + "value": "\"customData\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 8, + "value": "\"lpData\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 377, + "length": 13, + "value": "\"interactive\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 10, + "value": "\"response\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 486, + "length": 9, + "value": "\"request\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 538, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Model\/LPABCSendMessagePayloadData.swift", + "kind": "StringLiteral", + "offset": 416, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "BooleanLiteral", + "offset": 1379, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "IntegerLiteral", + "offset": 1408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2063, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2137, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2218, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2257, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2288, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2403, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2063, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2137, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2218, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2257, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2288, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2403, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK.swift", + "kind": "BooleanLiteral", + "offset": 4930, + "length": 5, + "value": "false" + } + ] +} \ No newline at end of file diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000..ea92410 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,408 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name LPABCMessagingSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CoreData +import Foundation +@_exported import LPABCMessagingSDK +import Messages +import Network +import Swift +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +precedencegroup PowerPrecedence { + higherThan: MultiplicationPrecedence +} +infix operator ^^ : PowerPrecedence +public struct SDKParams { + weak public var messagesViewController: Messages.MSMessagesAppViewController? { + get + } + public var secureFormReplyImagee: UIKit.UIImage? { + get + } + public var secureFormReplyText: Swift.String? { + get + } + public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +} +public protocol UnifiedLooseSDE { + var jsonSDE: Swift.String? { get set } + var dictionarySDE: [Swift.String : Any]? { get set } +} +extension Swift.Dictionary : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { + get + set + } +} +extension Swift.String : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { + get + set + } +} +@available(iOS 11.3, *) +public enum LPHostEnvironment : Swift.String { + case iOSApp + case iMessageApp + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@available(iOS 11.3, *) +public enum LPABCLogLevel : Swift.Int { + case trace + case debug + case info + case warning + case error + case none + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +public enum LPABCEvent : Swift.Comparable, Swift.Hashable { + public static func < (lhs: LPABCMessagingSDK.LPABCEvent, rhs: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + case newConversation + case secureForm(LPABCMessagingSDK.SecureFormState) + case custom + case none + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: LPABCMessagingSDK.LPABCEvent, b: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +public enum SecureFormState { + case viewed + case submitted + case expired + case error + public static func == (a: LPABCMessagingSDK.SecureFormState, b: LPABCMessagingSDK.SecureFormState) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCEvent { + public static let allEvents: Swift.Set + public static let noEvents: Swift.Set? +} +public enum SDEType : Swift.String, Swift.CaseIterable { + case cartUpdate + case transaction + case viewedProduct + case customerInfo + case marketingSource + case personalInfo + case lead + case serviceActivity + case visitorError + case searchedContent + public init?(rawValue: Swift.String) + public typealias AllCases = [LPABCMessagingSDK.SDEType] + public typealias RawValue = Swift.String + public static var allCases: [LPABCMessagingSDK.SDEType] { + get + } + public var rawValue: Swift.String { + get + } +} +public enum SDEStatusType : Swift.Int { + case complete + case in_Progress + case approved + case cancelled + case not_Approved + case reviewed + case missing_Details + case closed + case removed + case assigned + case waiting + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum SDEChanelType : Swift.Int { + case direct + case search + case social + case email + case referral + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum SDEGenderType : Swift.String { + case male + case female + case other + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public enum SDEPhoneType : Swift.String { + case home + case mobile + case work + case fax + case main + case home_fax + case work_fax + case pager + case other + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +extension LPABCMessagingSDK.LPABCSDK { + @available(iOS 11.3, *) + final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCMessagingSDK.SDKParams? = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func createSDE(sdeType: LPABCMessagingSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCMessagingSDK.SDEBase) -> Swift.Void) + final public func sendSDEStack(onSuccess success: LPABCMessagingSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCMessagingSDK.LPABCSDK.FailureCallbackType = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) +} +@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { + public var cartUpdate: LPABCMessagingSDK.SDECartUpdate? { + get + } + public var transaction: LPABCMessagingSDK.SDETransaction? { + get + } + public var viewedProduct: LPABCMessagingSDK.SDEProductView? { + get + } + public var customerInfo: LPABCMessagingSDK.SDECustomerInfo? { + get + } + public var marketingSource: LPABCMessagingSDK.SDEMarketingSource? { + get + } + public var personalInfo: LPABCMessagingSDK.SDEPersonalInfo? { + get + } + public var lead: LPABCMessagingSDK.SDELead? { + get + } + public var serviceActivity: LPABCMessagingSDK.SDEService? { + get + } + public var visitorError: LPABCMessagingSDK.SDEVisitorError? { + get + } + public var searchedContent: LPABCMessagingSDK.SDESearchedContent? { + get + } + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +extension LPABCMessagingSDK.SDEBase { + public func setupWithJson(_ json: T?) where T : LPABCMessagingSDK.UnifiedLooseSDE +} +@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCMessagingSDK.SDEProductMaker]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(currency: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCMessagingSDK.SDEDate?, registrationDate: LPABCMessagingSDK.SDEDate?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(channel: LPABCMessagingSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEPersonalInfo : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCMessagingSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCMessagingSDK.SDEAge?, contacts: [LPABCMessagingSDK.SDEContact]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public struct SDEAge : Swift.Codable { + public init(age: Swift.Int?, year: Swift.Int?, month: Swift.Int?, day: Swift.Int?) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +public struct SDEContact : Swift.Codable { + public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCMessagingSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(topic: Swift.String?, status: LPABCMessagingSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(keywords: [Swift.String]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public struct SDEProductMaker : Swift.Codable { + public init(name: Swift.String?, category: Swift.String?, sku: Swift.String?, price: Swift.Double?, quantity: Swift.Int?) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +public struct SDECart : Swift.Codable { + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +public struct SDEDate : Swift.Codable { + public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { + final public var isCacheLoaded: Swift.Bool { + get + } + final public var hostEnvironment: LPABCMessagingSDK.LPHostEnvironment? { + get + } + final public var aggregatedSDEStackCompletion: LPABCMessagingSDK.LPABCSDK.CompletionCallbackType + public static var isPresenting: Swift.Bool? { + get + } + public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? + public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? + public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? + public typealias EventCallbackType = ((_ type: LPABCMessagingSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? + final public var abcEventCallback: LPABCMessagingSDK.LPABCSDK.EventCallbackType { + get + set + } + final public func setAggregatedInterval(interval: Swift.Double) + @available(iOS 11.3, *) + @discardableResult + public static func initialize(minimumLogLevel: LPABCMessagingSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCMessagingSDK.LPABCSDK + @available(iOS 11.3, *) + public static func synchronize() + @available(iOS 11.3, *) + final public class func dispose() + @objc deinit +} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Equatable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Hashable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPHostEnvironment : Swift.RawRepresentable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Equatable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Hashable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCLogLevel : Swift.RawRepresentable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.SecureFormState : Swift.Equatable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.RawRepresentable {} diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..c5f7467 Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..ea92410 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -0,0 +1,408 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name LPABCMessagingSDK +// swift-module-flags-ignorable: -enable-bare-slash-regex +import CoreData +import Foundation +@_exported import LPABCMessagingSDK +import Messages +import Network +import Swift +import UIKit +import WebKit +import _Concurrency +import _StringProcessing +precedencegroup PowerPrecedence { + higherThan: MultiplicationPrecedence +} +infix operator ^^ : PowerPrecedence +public struct SDKParams { + weak public var messagesViewController: Messages.MSMessagesAppViewController? { + get + } + public var secureFormReplyImagee: UIKit.UIImage? { + get + } + public var secureFormReplyText: Swift.String? { + get + } + public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +} +public protocol UnifiedLooseSDE { + var jsonSDE: Swift.String? { get set } + var dictionarySDE: [Swift.String : Any]? { get set } +} +extension Swift.Dictionary : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { + get + set + } +} +extension Swift.String : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { + get + set + } +} +@available(iOS 11.3, *) +public enum LPHostEnvironment : Swift.String { + case iOSApp + case iMessageApp + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@available(iOS 11.3, *) +public enum LPABCLogLevel : Swift.Int { + case trace + case debug + case info + case warning + case error + case none + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +public enum LPABCEvent : Swift.Comparable, Swift.Hashable { + public static func < (lhs: LPABCMessagingSDK.LPABCEvent, rhs: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + case newConversation + case secureForm(LPABCMessagingSDK.SecureFormState) + case custom + case none + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: LPABCMessagingSDK.LPABCEvent, b: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +public enum SecureFormState { + case viewed + case submitted + case expired + case error + public static func == (a: LPABCMessagingSDK.SecureFormState, b: LPABCMessagingSDK.SecureFormState) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCEvent { + public static let allEvents: Swift.Set + public static let noEvents: Swift.Set? +} +public enum SDEType : Swift.String, Swift.CaseIterable { + case cartUpdate + case transaction + case viewedProduct + case customerInfo + case marketingSource + case personalInfo + case lead + case serviceActivity + case visitorError + case searchedContent + public init?(rawValue: Swift.String) + public typealias AllCases = [LPABCMessagingSDK.SDEType] + public typealias RawValue = Swift.String + public static var allCases: [LPABCMessagingSDK.SDEType] { + get + } + public var rawValue: Swift.String { + get + } +} +public enum SDEStatusType : Swift.Int { + case complete + case in_Progress + case approved + case cancelled + case not_Approved + case reviewed + case missing_Details + case closed + case removed + case assigned + case waiting + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum SDEChanelType : Swift.Int { + case direct + case search + case social + case email + case referral + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get + } +} +public enum SDEGenderType : Swift.String { + case male + case female + case other + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +public enum SDEPhoneType : Swift.String { + case home + case mobile + case work + case fax + case main + case home_fax + case work_fax + case pager + case other + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +extension LPABCMessagingSDK.LPABCSDK { + @available(iOS 11.3, *) + final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCMessagingSDK.SDKParams? = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func createSDE(sdeType: LPABCMessagingSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCMessagingSDK.SDEBase) -> Swift.Void) + final public func sendSDEStack(onSuccess success: LPABCMessagingSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCMessagingSDK.LPABCSDK.FailureCallbackType = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) +} +@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { + public var cartUpdate: LPABCMessagingSDK.SDECartUpdate? { + get + } + public var transaction: LPABCMessagingSDK.SDETransaction? { + get + } + public var viewedProduct: LPABCMessagingSDK.SDEProductView? { + get + } + public var customerInfo: LPABCMessagingSDK.SDECustomerInfo? { + get + } + public var marketingSource: LPABCMessagingSDK.SDEMarketingSource? { + get + } + public var personalInfo: LPABCMessagingSDK.SDEPersonalInfo? { + get + } + public var lead: LPABCMessagingSDK.SDELead? { + get + } + public var serviceActivity: LPABCMessagingSDK.SDEService? { + get + } + public var visitorError: LPABCMessagingSDK.SDEVisitorError? { + get + } + public var searchedContent: LPABCMessagingSDK.SDESearchedContent? { + get + } + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +extension LPABCMessagingSDK.SDEBase { + public func setupWithJson(_ json: T?) where T : LPABCMessagingSDK.UnifiedLooseSDE +} +@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCMessagingSDK.SDEProductMaker]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(currency: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCMessagingSDK.SDEDate?, registrationDate: LPABCMessagingSDK.SDEDate?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(channel: LPABCMessagingSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEPersonalInfo : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCMessagingSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCMessagingSDK.SDEAge?, contacts: [LPABCMessagingSDK.SDEContact]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public struct SDEAge : Swift.Codable { + public init(age: Swift.Int?, year: Swift.Int?, month: Swift.Int?, day: Swift.Int?) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +public struct SDEContact : Swift.Codable { + public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCMessagingSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(topic: Swift.String?, status: LPABCMessagingSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(keywords: [Swift.String]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws +} +public struct SDEProductMaker : Swift.Codable { + public init(name: Swift.String?, category: Swift.String?, sku: Swift.String?, price: Swift.Double?, quantity: Swift.Int?) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +public struct SDECart : Swift.Codable { + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +public struct SDEDate : Swift.Codable { + public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws +} +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { + final public var isCacheLoaded: Swift.Bool { + get + } + final public var hostEnvironment: LPABCMessagingSDK.LPHostEnvironment? { + get + } + final public var aggregatedSDEStackCompletion: LPABCMessagingSDK.LPABCSDK.CompletionCallbackType + public static var isPresenting: Swift.Bool? { + get + } + public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? + public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? + public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? + public typealias EventCallbackType = ((_ type: LPABCMessagingSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? + final public var abcEventCallback: LPABCMessagingSDK.LPABCSDK.EventCallbackType { + get + set + } + final public func setAggregatedInterval(interval: Swift.Double) + @available(iOS 11.3, *) + @discardableResult + public static func initialize(minimumLogLevel: LPABCMessagingSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCMessagingSDK.LPABCSDK + @available(iOS 11.3, *) + public static func synchronize() + @available(iOS 11.3, *) + final public class func dispose() + @objc deinit +} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Equatable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Hashable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPHostEnvironment : Swift.RawRepresentable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Equatable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Hashable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCLogLevel : Swift.RawRepresentable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.SecureFormState : Swift.Equatable {} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.RawRepresentable {} diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..033614c --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,14620 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "OperatorDecl", + "name": "^^", + "printedName": "^^", + "declKind": "InfixOperator", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Infix" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "SDKParams", + "printedName": "SDKParams", + "children": [ + { + "kind": "Var", + "name": "messagesViewController", + "printedName": "messagesViewController", + "children": [ + { + "kind": "TypeNominal", + "name": "WeakStorage", + "printedName": "Messages.MSMessagesAppViewController?" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "ReferenceOwnership", + "SetterAccess", + "AccessControl" + ], + "ownership": 1, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Messages.MSMessagesAppViewController?", + "children": [ + { + "kind": "TypeNominal", + "name": "MSMessagesAppViewController", + "printedName": "Messages.MSMessagesAppViewController", + "usr": "c:objc(cs)MSMessagesAppViewController" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppeF0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "secureFormReplyImagee", + "printedName": "secureFormReplyImagee", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "secureFormReplyText", + "printedName": "secureFormReplyText", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvp", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvg", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV19secureFormReplyTextSSSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(messagesViewController:secureFormReplyImagee:secureFormReplyText:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDKParams?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDKParams", + "printedName": "LPABCMessagingSDK.SDKParams", + "usr": "s:17LPABCMessagingSDK9SDKParamsV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "MSMessagesAppViewController", + "printedName": "Messages.MSMessagesAppViewController", + "usr": "c:objc(cs)MSMessagesAppViewController" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIImage?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIImage", + "printedName": "UIKit.UIImage", + "usr": "c:objc(cs)UIImage" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0ghI4TextACSgSo013MSMessagesAppeF0C_So7UIImageCSgSSSgtcfc", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0ghI4TextACSgSo013MSMessagesAppeF0C_So7UIImageCSgSSSgtcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK9SDKParamsV", + "mangledName": "$s17LPABCMessagingSDK9SDKParamsV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvp", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvp", + "moduleName": "LPABCMessagingSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvg", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvs", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvM", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP04jsonE0SSSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvp", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvg", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvs", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvM", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP010dictionaryE0SDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "protocolReq": true, + "implicit": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "LPHostEnvironment", + "printedName": "LPHostEnvironment", + "children": [ + { + "kind": "Var", + "name": "iOSApp", + "printedName": "iOSApp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPHostEnvironment.Type) -> LPABCMessagingSDK.LPHostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPHostEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO6iOSAppyA2CmF", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO6iOSAppyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "iMessageApp", + "printedName": "iMessageApp", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPHostEnvironment.Type) -> LPABCMessagingSDK.LPHostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPHostEnvironment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO11iMessageAppyA2CmF", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO11iMessageAppyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO", + "mangledName": "$s17LPABCMessagingSDK17LPHostEnvironmentO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LPABCLogLevel", + "printedName": "LPABCLogLevel", + "children": [ + { + "kind": "Var", + "name": "trace", + "printedName": "trace", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5traceyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5traceyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "debug", + "printedName": "debug", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5debugyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5debugyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "info", + "printedName": "info", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO4infoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO4infoyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "warning", + "printedName": "warning", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO7warningyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO7warningyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO5erroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO5erroryA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCLogLevel.Type) -> LPABCMessagingSDK.LPABCLogLevel", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCLogLevel.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO4noneyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO4noneyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPABCLogLevel?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO", + "mangledName": "$s17LPABCMessagingSDK13LPABCLogLevelO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LPABCEvent", + "printedName": "LPABCEvent", + "children": [ + { + "kind": "Function", + "name": "<", + "printedName": "<(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO1loiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO1loiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "newConversation", + "printedName": "newConversation", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO15newConversationyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO15newConversationyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "secureForm", + "printedName": "secureForm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> (LPABCMessagingSDK.SecureFormState) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO10secureFormyAcA06SecureE5StateOcACmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO10secureFormyAcA06SecureE5StateOcACmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "custom", + "printedName": "custom", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO6customyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO6customyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent.Type) -> LPABCMessagingSDK.LPABCEvent", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.LPABCEvent.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK10LPABCEventO4noneyA2CmF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO4noneyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9hashValueSivp", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9hashValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9hashValueSivg", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9hashValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO4hash4intoys6HasherVz_tF", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO4hash4intoys6HasherVz_tF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10LPABCEventO2eeoiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO2eeoiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "allEvents", + "printedName": "allEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvpZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "RawDocComment" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvgZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO9allEventsShyACGvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "noEvents", + "printedName": "noEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvpZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage" + ], + "isFromExtension": true, + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvgZ", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO8noEventsShyACGSgvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK10LPABCEventO", + "mangledName": "$s17LPABCMessagingSDK10LPABCEventO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SecureFormState", + "printedName": "SecureFormState", + "children": [ + { + "kind": "Var", + "name": "viewed", + "printedName": "viewed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO6viewedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO6viewedyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "submitted", + "printedName": "submitted", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9submittedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9submittedyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "expired", + "printedName": "expired", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO7expiredyA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO7expiredyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "error", + "printedName": "error", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SecureFormState.Type) -> LPABCMessagingSDK.SecureFormState", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SecureFormState.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO5erroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO5erroryA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + }, + { + "kind": "TypeNominal", + "name": "SecureFormState", + "printedName": "LPABCMessagingSDK.SecureFormState", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO2eeoiySbAC_ACtFZ", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO2eeoiySbAC_ACtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9hashValueSivp", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9hashValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO9hashValueSivg", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO9hashValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO4hash4intoys6HasherVz_tF", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO4hash4intoys6HasherVz_tF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK15SecureFormStateO", + "mangledName": "$s17LPABCMessagingSDK15SecureFormStateO", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "AccessControl", + "Available", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEType", + "printedName": "SDEType", + "children": [ + { + "kind": "Var", + "name": "cartUpdate", + "printedName": "cartUpdate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO10cartUpdateyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO10cartUpdateyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "transaction", + "printedName": "transaction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO11transactionyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO11transactionyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "viewedProduct", + "printedName": "viewedProduct", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO13viewedProductyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO13viewedProductyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "customerInfo", + "printedName": "customerInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12customerInfoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12customerInfoyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "marketingSource", + "printedName": "marketingSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15marketingSourceyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15marketingSourceyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "personalInfo", + "printedName": "personalInfo", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12personalInfoyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12personalInfoyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "lead", + "printedName": "lead", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO4leadyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO4leadyA2CmF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "serviceActivity", + "printedName": "serviceActivity", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15serviceActivityyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15serviceActivityyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "visitorError", + "printedName": "visitorError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO12visitorErroryA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO12visitorErroryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "searchedContent", + "printedName": "searchedContent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEType.Type) -> LPABCMessagingSDK.SDEType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK7SDETypeO15searchedContentyA2CmF", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO15searchedContentyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "allCases", + "printedName": "allCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDETypeO8allCasesSayACGvpZ", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8allCasesSayACGvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDETypeO8allCasesSayACGvgZ", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO8allCasesSayACGvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK7SDETypeO", + "mangledName": "$s17LPABCMessagingSDK7SDETypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "CaseIterable", + "printedName": "CaseIterable", + "children": [ + { + "kind": "TypeWitness", + "name": "AllCases", + "printedName": "AllCases", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEType]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + } + ], + "usr": "s:Sa" + } + ] + } + ], + "usr": "s:s12CaseIterableP", + "mangledName": "$ss12CaseIterableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEStatusType", + "printedName": "SDEStatusType", + "children": [ + { + "kind": "Var", + "name": "complete", + "printedName": "complete", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8completeyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8completeyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "in_Progress", + "printedName": "in_Progress", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO11in_ProgressyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO11in_ProgressyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "approved", + "printedName": "approved", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8approvedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8approvedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "cancelled", + "printedName": "cancelled", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO9cancelledyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO9cancelledyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "not_Approved", + "printedName": "not_Approved", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO12not_ApprovedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO12not_ApprovedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "reviewed", + "printedName": "reviewed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8reviewedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8reviewedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "missing_Details", + "printedName": "missing_Details", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO15missing_DetailsyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO15missing_DetailsyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "closed", + "printedName": "closed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO6closedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO6closedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "removed", + "printedName": "removed", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO7removedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO7removedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "assigned", + "printedName": "assigned", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8assignedyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8assignedyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "waiting", + "printedName": "waiting", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEStatusType.Type) -> LPABCMessagingSDK.SDEStatusType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEStatusType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO7waitingyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO7waitingyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEStatusType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEStatusTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEChanelType", + "printedName": "SDEChanelType", + "children": [ + { + "kind": "Var", + "name": "direct", + "printedName": "direct", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6directyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6directyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "search", + "printedName": "search", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6searchyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6searchyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "social", + "printedName": "social", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO6socialyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO6socialyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "email", + "printedName": "email", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO5emailyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO5emailyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "referral", + "printedName": "referral", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEChanelType.Type) -> LPABCMessagingSDK.SDEChanelType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEChanelType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8referralyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8referralyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEChanelType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivp", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivg", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO8rawValueSivg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEChanelTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEGenderType", + "printedName": "SDEGenderType", + "children": [ + { + "kind": "Var", + "name": "male", + "printedName": "male", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO4maleyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO4maleyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "female", + "printedName": "female", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO6femaleyA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO6femaleyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "other", + "printedName": "other", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEGenderType.Type) -> LPABCMessagingSDK.SDEGenderType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEGenderType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO5otheryA2CmF", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO5otheryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEGenderType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO", + "mangledName": "$s17LPABCMessagingSDK13SDEGenderTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEPhoneType", + "printedName": "SDEPhoneType", + "children": [ + { + "kind": "Var", + "name": "home", + "printedName": "home", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4homeyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4homeyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "mobile", + "printedName": "mobile", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO6mobileyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO6mobileyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "work", + "printedName": "work", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4workyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4workyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "fax", + "printedName": "fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO3faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO3faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "main", + "printedName": "main", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO4mainyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO4mainyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "home_fax", + "printedName": "home_fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8home_faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8home_faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "work_fax", + "printedName": "work_fax", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8work_faxyA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8work_faxyA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "pager", + "printedName": "pager", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO5pageryA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO5pageryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Var", + "name": "other", + "printedName": "other", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.SDEPhoneType.Type) -> LPABCMessagingSDK.SDEPhoneType", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "LPABCMessagingSDK.SDEPhoneType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO5otheryA2CmF", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO5otheryA2CmF", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPhoneType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvp", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvp", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvg", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO8rawValueSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO", + "mangledName": "$s17LPABCMessagingSDK12SDEPhoneTypeO", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Network", + "printedName": "Network", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreData", + "printedName": "CoreData", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEBase", + "printedName": "SDEBase", + "children": [ + { + "kind": "Var", + "name": "cartUpdate", + "printedName": "cartUpdate", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECartUpdate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECartUpdate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC10cartUpdateAA07SDECartE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "transaction", + "printedName": "transaction", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDETransaction?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDETransaction?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "viewedProduct", + "printedName": "viewedProduct", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEProductView?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEProductView?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerInfo", + "printedName": "customerInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECustomerInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDECustomerInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12customerInfoAA011SDECustomerE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "marketingSource", + "printedName": "marketingSource", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEMarketingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEMarketingSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15marketingSourceAA012SDEMarketingE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "personalInfo", + "printedName": "personalInfo", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12personalInfoAA011SDEPersonalE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "lead", + "printedName": "lead", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDELead?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDELead?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4leadAA7SDELeadCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "serviceActivity", + "printedName": "serviceActivity", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEService?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEService?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "visitorError", + "printedName": "visitorError", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEVisitorError?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEVisitorError?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC12visitorErrorAA010SDEVisitorE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "searchedContent", + "printedName": "searchedContent", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDESearchedContent?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvp", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDESearchedContent?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvg", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC15searchedContentAA011SDESearchedE0CSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEBase", + "printedName": "LPABCMessagingSDK.SDEBase", + "usr": "s:17LPABCMessagingSDK7SDEBaseC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEBaseC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupWithJson", + "printedName": "setupWithJson(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0 where τ_0_0 : LPABCMessagingSDK.UnifiedLooseSDE>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK7SDEBaseC", + "mangledName": "$s17LPABCMessagingSDK7SDEBaseC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECartUpdate", + "printedName": "SDECartUpdate", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(total:currency:numItems:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECartUpdate", + "printedName": "LPABCMessagingSDK.SDECartUpdate", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK13SDECartUpdateC", + "mangledName": "$s17LPABCMessagingSDK13SDECartUpdateC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDETransaction", + "printedName": "SDETransaction", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(total:currency:orderId:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDETransaction", + "printedName": "LPABCMessagingSDK.SDETransaction", + "usr": "s:17LPABCMessagingSDK14SDETransactionC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDETransactionC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK14SDETransactionC", + "mangledName": "$s17LPABCMessagingSDK14SDETransactionC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEProductView", + "printedName": "SDEProductView", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(currency:products:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEProductMaker]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0C5MakerVGSgtF", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0C5MakerVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductView", + "printedName": "LPABCMessagingSDK.SDEProductView", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK14SDEProductViewC", + "mangledName": "$s17LPABCMessagingSDK14SDEProductViewC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECustomerInfo", + "printedName": "SDECustomerInfo", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(cstatus:ctype:balance:currency:socialId:imei:userName:companySize:companyBranch:accountName:role:loginStatus:storeZipCode:storeNumber:lastPaymentDate:registrationDate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEDate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEDate?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0O6Branch07accountN04role11loginStatus12storeZipCode0V6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0O6Branch07accountN04role11loginStatus12storeZipCode0V6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECustomerInfo", + "printedName": "LPABCMessagingSDK.SDECustomerInfo", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDECustomerInfoC", + "mangledName": "$s17LPABCMessagingSDK15SDECustomerInfoC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEMarketingSource", + "printedName": "SDEMarketingSource", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(channel:affiliate:campaignID:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEChanelType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEChanelType", + "printedName": "LPABCMessagingSDK.SDEChanelType", + "usr": "s:17LPABCMessagingSDK13SDEChanelTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEMarketingSource", + "printedName": "LPABCMessagingSDK.SDEMarketingSource", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK18SDEMarketingSourceC", + "mangledName": "$s17LPABCMessagingSDK18SDEMarketingSourceC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEPersonalInfo", + "printedName": "SDEPersonalInfo", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(firstname:lastname:gender:company:language:age:contacts:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEGenderType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEGenderType", + "printedName": "LPABCMessagingSDK.SDEGenderType", + "usr": "s:17LPABCMessagingSDK13SDEGenderTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEAge?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[LPABCMessagingSDK.SDEContact]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[LPABCMessagingSDK.SDEContact]", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPersonalInfo", + "printedName": "LPABCMessagingSDK.SDEPersonalInfo", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDEPersonalInfoC", + "mangledName": "$s17LPABCMessagingSDK15SDEPersonalInfoC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEAge", + "printedName": "SDEAge", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(age:year:month:day:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEAge", + "printedName": "LPABCMessagingSDK.SDEAge", + "usr": "s:17LPABCMessagingSDK6SDEAgeV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK6SDEAgeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK6SDEAgeV", + "mangledName": "$s17LPABCMessagingSDK6SDEAgeV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SDEContact", + "printedName": "SDEContact", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(email:phone:phoneType:country:region:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEPhoneType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEPhoneType", + "printedName": "LPABCMessagingSDK.SDEPhoneType", + "usr": "s:17LPABCMessagingSDK12SDEPhoneTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEContactV5email5phone0E4Type7country6regionACSSSg_AiA08SDEPhoneF0OSgA2Itcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV5email5phone0E4Type7country6regionACSSSg_AiA08SDEPhoneF0OSgA2Itcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEContact", + "printedName": "LPABCMessagingSDK.SDEContact", + "usr": "s:17LPABCMessagingSDK10SDEContactV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEContactV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEContactV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK10SDEContactV", + "mangledName": "$s17LPABCMessagingSDK10SDEContactV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDELead", + "printedName": "SDELead", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK7SDELeadC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK7SDELeadC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(topic:value:currency:leadId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDELead", + "printedName": "LPABCMessagingSDK.SDELead", + "usr": "s:17LPABCMessagingSDK7SDELeadC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDELeadC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDELeadC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK7SDELeadC", + "mangledName": "$s17LPABCMessagingSDK7SDELeadC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEService", + "printedName": "SDEService", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(topic:status:category:serviceId:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDEStatusType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEStatusType", + "printedName": "LPABCMessagingSDK.SDEStatusType", + "usr": "s:17LPABCMessagingSDK13SDEStatusTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEService", + "printedName": "LPABCMessagingSDK.SDEService", + "usr": "s:17LPABCMessagingSDK10SDEServiceC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK10SDEServiceC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK10SDEServiceC", + "mangledName": "$s17LPABCMessagingSDK10SDEServiceC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEVisitorError", + "printedName": "SDEVisitorError", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(contextId:message:code:level:resolved:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEVisitorError", + "printedName": "LPABCMessagingSDK.SDEVisitorError", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK15SDEVisitorErrorC", + "mangledName": "$s17LPABCMessagingSDK15SDEVisitorErrorC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDESearchedContent", + "printedName": "SDESearchedContent", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4typeSSvp", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4typeSSvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4typeSSvg", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4typeSSvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "setup", + "printedName": "setup(keywords:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDESearchedContent", + "printedName": "LPABCMessagingSDK.SDESearchedContent", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Required" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17LPABCMessagingSDK18SDESearchedContentC", + "mangledName": "$s17LPABCMessagingSDK18SDESearchedContentC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEProductMaker", + "printedName": "SDEProductMaker", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(name:category:sku:price:quantity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEProductMaker", + "printedName": "LPABCMessagingSDK.SDEProductMaker", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK15SDEProductMakerV", + "mangledName": "$s17LPABCMessagingSDK15SDEProductMakerV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDECart", + "printedName": "SDECart", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDECart", + "printedName": "LPABCMessagingSDK.SDECart", + "usr": "s:17LPABCMessagingSDK7SDECartV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDECartV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDECartV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDECartV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDECartV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK7SDECartV", + "mangledName": "$s17LPABCMessagingSDK7SDECartV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SDEDate", + "printedName": "SDEDate", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(day:month:year:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEDateV3day5month4yearACSi_S2itcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV3day5month4yearACSi_S2itcfc", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SDEDate", + "printedName": "LPABCMessagingSDK.SDEDate", + "usr": "s:17LPABCMessagingSDK7SDEDateV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17LPABCMessagingSDK7SDEDateV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV4fromACs7Decoder_p_tKcfc", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK7SDEDateV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV6encode2toys7Encoder_p_tKF", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17LPABCMessagingSDK7SDEDateV", + "mangledName": "$s17LPABCMessagingSDK7SDEDateV", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Messages", + "printedName": "Messages", + "declKind": "Import", + "moduleName": "LPABCMessagingSDK" + }, + { + "kind": "TypeDecl", + "name": "LPABCSDK", + "printedName": "LPABCSDK", + "children": [ + { + "kind": "Var", + "name": "isCacheLoaded", + "printedName": "isCacheLoaded", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC13isCacheLoadedSbvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hostEnvironment", + "printedName": "hostEnvironment", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.LPHostEnvironment?", + "children": [ + { + "kind": "TypeNominal", + "name": "LPHostEnvironment", + "printedName": "LPABCMessagingSDK.LPHostEnvironment", + "usr": "s:17LPABCMessagingSDK17LPHostEnvironmentO" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC15hostEnvironmentAA06LPHostE0OSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "aggregatedSDEStackCompletion", + "printedName": "aggregatedSDEStackCompletion", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool, Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool, Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(Swift.Bool, Swift.Error?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isPresenting", + "printedName": "isPresenting", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvpZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvpZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvgZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12isPresentingSbSgvgZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "abcEventCallback", + "printedName": "abcEventCallback", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "Lazy", + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(LPABCMessagingSDK.LPABCEvent, Foundation.URLQueryItem?)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.URLQueryItem?", + "children": [ + { + "kind": "TypeNominal", + "name": "URLQueryItem", + "printedName": "Foundation.URLQueryItem", + "usr": "s:10Foundation12URLQueryItemV" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "setAggregatedInterval", + "printedName": "setAggregatedInterval(interval:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC21setAggregatedInterval8intervalySd_tF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC21setAggregatedInterval8intervalySd_tF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "initialize", + "printedName": "initialize(minimumLogLevel:eventSubscription:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCSDK", + "printedName": "LPABCMessagingSDK.LPABCSDK", + "usr": "c:@M@LPABCMessagingSDK@objc(cs)LPABCSDK" + }, + { + "kind": "TypeNominal", + "name": "LPABCLogLevel", + "printedName": "LPABCMessagingSDK.LPABCLogLevel", + "hasDefaultArg": true, + "usr": "s:17LPABCMessagingSDK13LPABCLogLevelO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Set?", + "children": [ + { + "kind": "TypeNominal", + "name": "Set", + "printedName": "Swift.Set", + "children": [ + { + "kind": "TypeNominal", + "name": "LPABCEvent", + "printedName": "LPABCMessagingSDK.LPABCEvent", + "usr": "s:17LPABCMessagingSDK10LPABCEventO" + } + ], + "usr": "s:Sh" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC10initialize15minimumLogLevel17eventSubscriptionAcA08LPABCLogG0O_ShyAA10LPABCEventOGSgtFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC10initialize15minimumLogLevel17eventSubscriptionAcA08LPABCLogG0O_ShyAA10LPABCEventOGSgtFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "DiscardableResult", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "synchronize", + "printedName": "synchronize()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC11synchronizeyyFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC11synchronizeyyFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispose", + "printedName": "dispose()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC7disposeyyFZ", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC7disposeyyFZ", + "moduleName": "LPABCMessagingSDK", + "static": true, + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "update", + "printedName": "update(with:message:sdkParams:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MSConversation", + "printedName": "Messages.MSConversation", + "usr": "c:objc(cs)MSConversation" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Messages.MSMessage?", + "children": [ + { + "kind": "TypeNominal", + "name": "MSMessage", + "printedName": "Messages.MSMessage", + "usr": "c:objc(cs)MSMessage" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "LPABCMessagingSDK.SDKParams?", + "children": [ + { + "kind": "TypeNominal", + "name": "SDKParams", + "printedName": "LPABCMessagingSDK.SDKParams", + "usr": "s:17LPABCMessagingSDK9SDKParamsV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", + "moduleName": "LPABCMessagingSDK", + "intro_iOS": "11.3", + "declAttributes": [ + "Final", + "AccessControl", + "Available", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "createSDE", + "printedName": "createSDE(sdeType:aggregate:completion:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SDEType", + "printedName": "LPABCMessagingSDK.SDEType", + "usr": "s:17LPABCMessagingSDK7SDETypeO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Bool?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(inout LPABCMessagingSDK.SDEBase) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "InOut", + "printedName": "inout LPABCMessagingSDK.SDEBase" + } + ], + "typeAttributes": [ + "noescape" + ] + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendSDEStack", + "printedName": "sendSDEStack(onSuccess:onFailure:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((Swift.Error?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Error?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Error?", + "children": [ + { + "kind": "TypeNominal", + "name": "Error", + "printedName": "Swift.Error", + "usr": "s:s5ErrorP" + } + ], + "usr": "s:Sq" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC12sendSDEStack9onSuccess0F7FailureyySbcSg_ys5Error_pSgcSgtF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC12sendSDEStack9onSuccess0F7FailureyySbcSg_ys5Error_pSgcSgtF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "appendReplayContextualText", + "printedName": "appendReplayContextualText(message:textContext:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "MSMessage", + "printedName": "Messages.MSMessage", + "usr": "c:objc(cs)MSMessage" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17LPABCMessagingSDK8LPABCSDKC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@LPABCMessagingSDK@objc(cs)LPABCSDK", + "mangledName": "$s17LPABCMessagingSDK8LPABCSDKC", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "hasMissingDesignatedInitializers": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "String", + "printedName": "String", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvp", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvg", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvg", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvs", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvs", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE7jsonSDESSSgvM", + "mangledName": "$sSS17LPABCMessagingSDKE7jsonSDESSSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "mangledName": "$sSS17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" + }, + { + "kind": "Conformance", + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" + }, + { + "kind": "Conformance", + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, + { + "kind": "Conformance", + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" + }, + { + "kind": "Conformance", + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Dictionary", + "printedName": "Dictionary", + "children": [ + { + "kind": "Var", + "name": "jsonSDE", + "printedName": "jsonSDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvp", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvg", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvs", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE7jsonSDESSSgvM", + "mangledName": "$sSD17LPABCMessagingSDKE7jsonSDESSSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "dictionarySDE", + "printedName": "dictionarySDE", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvp", + "moduleName": "LPABCMessagingSDK", + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvg", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Any]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvs", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:SD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "mangledName": "$sSD17LPABCMessagingSDKE13dictionarySDESDySSypGSgvM", + "moduleName": "LPABCMessagingSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Transparent" + ], + "isFromExtension": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:SD", + "mangledName": "$sSD", + "moduleName": "Swift", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "Frozen" + ], + "isExternal": true, + "conformances": [ + { + "kind": "Conformance", + "name": "UnifiedLooseSDE", + "printedName": "UnifiedLooseSDE", + "usr": "s:17LPABCMessagingSDK15UnifiedLooseSDEP", + "mangledName": "$s17LPABCMessagingSDK15UnifiedLooseSDEP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(key: τ_0_0, value: τ_0_1)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index", + "usr": "s:SD5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", + "usr": "s:SD8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[τ_0_0 : τ_0_1]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:SD" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" + }, + { + "kind": "Conformance", + "name": "ExpressibleByDictionaryLiteral", + "printedName": "ExpressibleByDictionaryLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "Key", + "printedName": "Key", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Value", + "printedName": "Value", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ] + } + ], + "usr": "s:s30ExpressibleByDictionaryLiteralP", + "mangledName": "$ss30ExpressibleByDictionaryLiteralP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSDictionary", + "printedName": "Foundation.NSDictionary", + "usr": "c:objc(cs)NSDictionary" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + } + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3673, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 3685, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 4220, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 4649, + "length": 3, + "value": "300" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 4949, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5144, + "length": 2, + "value": "20" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5336, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5346, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5355, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5365, + "length": 3, + "value": "0.5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5511, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5550, + "length": 4, + "value": "0.15" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5583, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "FloatLiteral", + "offset": 5773, + "length": 4, + "value": "0.25" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "IntegerLiteral", + "offset": 5853, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "BooleanLiteral", + "offset": 6983, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", + "kind": "StringLiteral", + "offset": 2941, + "length": 23, + "value": "\"LPABCMessagingSDK.LPActivityIndicatorView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "StringLiteral", + "offset": 8257, + "length": 34, + "value": "\"LPActivityIndicatorViewContainer\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "IntegerLiteral", + "offset": 8433, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", + "kind": "BooleanLiteral", + "offset": 8493, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 497, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 520, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 700, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "BooleanLiteral", + "offset": 725, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/SecureForm\/LPSecureFormViewController.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 26, + "value": "\"LPABCMessagingSDK.LPSecureFormViewController\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 282, + "length": 21, + "value": "\"LPCredentialPayload\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 345, + "length": 23, + "value": "\"LPCredentialPayloadMO\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 405, + "length": 15, + "value": "\"LPABCSDKModel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 461, + "length": 6, + "value": "\"momd\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 510, + "length": 8, + "value": "\"sqlite\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 606, + "length": 25, + "value": "\"com.liveperson.lpabcsdk\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 716, + "length": 6, + "value": "\"Info\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 760, + "length": 7, + "value": "\"plist\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 813, + "length": 14, + "value": "\"LPABC_PARAMS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 876, + "length": 15, + "value": "\"bubbleSession\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 945, + "length": 38, + "value": "\"a32792c6-b6d1-11e8-96f8-529269fb1459\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1033, + "length": 13, + "value": "\"NSExtension\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1103, + "length": 28, + "value": "\"NSExtensionPointIdentifier\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1180, + "length": 16, + "value": "\"lpabc_appgroup\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1349, + "length": 36, + "value": "\"com.apple.message-payload-provider\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1499, + "length": 14, + "value": "\"payloadModel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 1553, + "length": 9, + "value": "\"message\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1791, + "length": 4, + "value": "10.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1851, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 1940, + "length": 4, + "value": "15.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 1995, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 2037, + "length": 1, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "FloatLiteral", + "offset": 2089, + "length": 3, + "value": "5.0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2162, + "length": 17, + "value": "\"reportingParams\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2249, + "length": 11, + "value": "\"accountID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2330, + "length": 12, + "value": "\"consumerID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2412, + "length": 14, + "value": "\"appInstallID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2496, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2572, + "length": 18, + "value": "\"monitoringDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2660, + "length": 9, + "value": "\"apiType\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2763, + "length": 11, + "value": "\"LPABC_LOG\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2888, + "length": 14, + "value": "\"LPABCSDK.CIM\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 2971, + "length": 18, + "value": "\"LPABCSDK.IDLESDE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3058, + "length": 14, + "value": "\"LPABCLog.log\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3141, + "length": 18, + "value": "\"LPABCLog.Network\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3228, + "length": 15, + "value": "\"LPABCSDK.QUEU\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3312, + "length": 23, + "value": "\"LPABCSDK.Reachability\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3461, + "length": 38, + "value": "\"0BF72C98-C4A2-4927-9B28-8D8EDF113406\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3568, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3639, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3762, + "length": 62, + "value": "\"The interval range for aggregated stack should be (1-15 sec)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 3944, + "length": 23, + "value": "\"Could not load bundle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4038, + "length": 23, + "value": "\"Could not SDK version\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4132, + "length": 31, + "value": "\"Could not load Managed Object\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4285, + "length": 15, + "value": "\"lpabcsdk_shrk\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "StringLiteral", + "offset": 4375, + "length": 21, + "value": "\"LPReportingResponse\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Constants.swift", + "kind": "IntegerLiteral", + "offset": 4509, + "length": 6, + "value": "559887" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 247, + "length": 19, + "value": "\"LPABCSDK Disposed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 316, + "length": 25, + "value": "\"LPABCSDK De-initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 391, + "length": 16, + "value": "\"De-initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 457, + "length": 6, + "value": "\"Init\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 513, + "length": 12, + "value": "\"Initialize\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 593, + "length": 23, + "value": "\"Host environment set:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 667, + "length": 17, + "value": "\"SDK initialized\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 735, + "length": 53, + "value": "\"MOContext Save Notification fail to include MOmodel\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 838, + "length": 44, + "value": "\"Counld not derive iMessage APP Environment\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 936, + "length": 23, + "value": "\"Loggos call initiated\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1008, + "length": 20, + "value": "\"Loggos call body: \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1080, + "length": 14, + "value": "\"Loggos call:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1241, + "length": 35, + "value": "\"Could not detect incoming Message\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1329, + "length": 27, + "value": "\"Incoming message payload:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1415, + "length": 49, + "value": "\"Message Agent to Consumer could not be resolved\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1517, + "length": 31, + "value": "\"Message payload stored to DB:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1601, + "length": 23, + "value": "\"Sending implicit SDE:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1673, + "length": 18, + "value": "\"SDE Send success\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1740, + "length": 16, + "value": "\"SDE Send fail:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1798, + "length": 11, + "value": "\"SDE Send:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1861, + "length": 35, + "value": "\"Aggregated SDE stack will be sent\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 1954, + "length": 22, + "value": "\"Idle SDE stack sent:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2021, + "length": 16, + "value": "\"SDE call retry\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2094, + "length": 11, + "value": "\"Response:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2157, + "length": 25, + "value": "\"SDE Report Status Code:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2230, + "length": 21, + "value": "\"Idle timer started:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2298, + "length": 19, + "value": "\"Idle timer Stoped\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2369, + "length": 33, + "value": "\"SDE added to Idle Stack, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2455, + "length": 28, + "value": "\"SDE added to stack, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2537, + "length": 27, + "value": "\"Idle Timer Fired Delegate\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2623, + "length": 32, + "value": "\"SDE idle stack cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2705, + "length": 27, + "value": "\"SDE Stack cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2782, + "length": 26, + "value": "\"Json SDE cleared, count:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2866, + "length": 27, + "value": "\"Outgoing Message payload:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 2935, + "length": 21, + "value": "\"Logger send success\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3005, + "length": 38, + "value": "\"Secure form submitted button pressed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3091, + "length": 23, + "value": "\"Secure form completed\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3494, + "length": 17, + "value": "\"Error code: 101\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3588, + "length": 17, + "value": "\"Error code: 102\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3682, + "length": 17, + "value": "\"Error code: 103\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3776, + "length": 17, + "value": "\"Error code: 104\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3870, + "length": 17, + "value": "\"Error code: 105\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 3964, + "length": 17, + "value": "\"Error code: 106\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4058, + "length": 17, + "value": "\"Error code: 107\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4152, + "length": 17, + "value": "\"Error code: 108\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4267, + "length": 17, + "value": "\"Error code: 201\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4361, + "length": 17, + "value": "\"Error code: 202\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4455, + "length": 17, + "value": "\"Error code: 203\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4549, + "length": 16, + "value": "\"Info code: 204\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4642, + "length": 18, + "value": "\"Error code: 205:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4737, + "length": 17, + "value": "\"Error code: 206\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4831, + "length": 17, + "value": "\"Error code: 207\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 4930, + "length": 17, + "value": "\"Error code: 301\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5000, + "length": 17, + "value": "\"Error code: 302\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5070, + "length": 17, + "value": "\"Error code: 303\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5167, + "length": 17, + "value": "\"Error code: 401\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5245, + "length": 17, + "value": "\"Error code: 402\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5317, + "length": 17, + "value": "\"Error code: 403\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5402, + "length": 17, + "value": "\"Error code: 501\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5472, + "length": 17, + "value": "\"Error code: 502\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5547, + "length": 18, + "value": "\"Error code: 503:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5613, + "length": 18, + "value": "\"Error code: 504:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5671, + "length": 17, + "value": "\"Error code: 505\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5762, + "length": 18, + "value": "\"Error code: 601:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5829, + "length": 18, + "value": "\"Error code: 602:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5903, + "length": 17, + "value": "\"Error code: 603\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 5971, + "length": 18, + "value": "\"Error code: 604:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6049, + "length": 18, + "value": "\"Error code: 605:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6127, + "length": 18, + "value": "\"Error code: 606:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6194, + "length": 17, + "value": "\"Error code: 607\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6266, + "length": 18, + "value": "\"Error code: 608:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6340, + "length": 18, + "value": "\"Error code: 609:\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6421, + "length": 17, + "value": "\"Error code: 701\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6517, + "length": 17, + "value": "\"Error code: 801\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6584, + "length": 17, + "value": "\"Error code: 802\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LogStrings.swift", + "kind": "StringLiteral", + "offset": 6675, + "length": 17, + "value": "\"Error code: 900\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 854, + "length": 16, + "value": "\"LPPayloadSaved\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 920, + "length": 14, + "value": "\"lpLoggosPost\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "BooleanLiteral", + "offset": 3915, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "Array", + "offset": 5003, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "Array", + "offset": 5298, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 5632, + "length": 22, + "value": "\"managedObjectContext\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12121, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "IntegerLiteral", + "offset": 12213, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12507, + "length": 9, + "value": "\"iPod5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12557, + "length": 14, + "value": "\"iPod Touch 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12589, + "length": 9, + "value": "\"iPod7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12639, + "length": 14, + "value": "\"iPod Touch 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12671, + "length": 11, + "value": "\"iPhone3,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12684, + "length": 11, + "value": "\"iPhone3,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12697, + "length": 11, + "value": "\"iPhone3,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12721, + "length": 10, + "value": "\"iPhone 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12749, + "length": 11, + "value": "\"iPhone4,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12799, + "length": 11, + "value": "\"iPhone 4s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12828, + "length": 11, + "value": "\"iPhone5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12841, + "length": 11, + "value": "\"iPhone5,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12878, + "length": 10, + "value": "\"iPhone 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12906, + "length": 11, + "value": "\"iPhone5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12919, + "length": 11, + "value": "\"iPhone5,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12956, + "length": 11, + "value": "\"iPhone 5c\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12985, + "length": 11, + "value": "\"iPhone6,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 12998, + "length": 11, + "value": "\"iPhone6,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13035, + "length": 11, + "value": "\"iPhone 5s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13064, + "length": 11, + "value": "\"iPhone7,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13114, + "length": 10, + "value": "\"iPhone 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13142, + "length": 11, + "value": "\"iPhone7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13192, + "length": 15, + "value": "\"iPhone 6 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13225, + "length": 11, + "value": "\"iPhone8,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13275, + "length": 11, + "value": "\"iPhone 6s\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13304, + "length": 11, + "value": "\"iPhone8,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13354, + "length": 16, + "value": "\"iPhone 6s Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13388, + "length": 11, + "value": "\"iPhone9,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13401, + "length": 11, + "value": "\"iPhone9,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13438, + "length": 10, + "value": "\"iPhone 7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13466, + "length": 11, + "value": "\"iPhone9,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13479, + "length": 11, + "value": "\"iPhone9,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13516, + "length": 15, + "value": "\"iPhone 7 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13549, + "length": 11, + "value": "\"iPhone8,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13599, + "length": 11, + "value": "\"iPhone SE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13628, + "length": 12, + "value": "\"iPhone10,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13642, + "length": 12, + "value": "\"iPhone10,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13678, + "length": 10, + "value": "\"iPhone 8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13706, + "length": 12, + "value": "\"iPhone10,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13720, + "length": 12, + "value": "\"iPhone10,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13756, + "length": 15, + "value": "\"iPhone 8 Plus\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13789, + "length": 12, + "value": "\"iPhone10,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13803, + "length": 12, + "value": "\"iPhone10,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13839, + "length": 10, + "value": "\"iPhone X\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13867, + "length": 12, + "value": "\"iPhone11,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13917, + "length": 11, + "value": "\"iPhone XS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13946, + "length": 12, + "value": "\"iPhone11,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13960, + "length": 12, + "value": "\"iPhone11,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 13996, + "length": 15, + "value": "\"iPhone XS Max\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14029, + "length": 12, + "value": "\"iPhone11,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14079, + "length": 11, + "value": "\"iPhone XR\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14108, + "length": 9, + "value": "\"iPad2,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14119, + "length": 9, + "value": "\"iPad2,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14130, + "length": 9, + "value": "\"iPad2,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14141, + "length": 9, + "value": "\"iPad2,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14158, + "length": 8, + "value": "\"iPad 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14184, + "length": 9, + "value": "\"iPad3,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14195, + "length": 9, + "value": "\"iPad3,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14206, + "length": 9, + "value": "\"iPad3,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14234, + "length": 8, + "value": "\"iPad 3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14260, + "length": 9, + "value": "\"iPad3,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14271, + "length": 9, + "value": "\"iPad3,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14282, + "length": 9, + "value": "\"iPad3,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14310, + "length": 8, + "value": "\"iPad 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14336, + "length": 9, + "value": "\"iPad4,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14347, + "length": 9, + "value": "\"iPad4,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14358, + "length": 9, + "value": "\"iPad4,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14386, + "length": 10, + "value": "\"iPad Air\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14414, + "length": 9, + "value": "\"iPad5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14425, + "length": 9, + "value": "\"iPad5,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14464, + "length": 12, + "value": "\"iPad Air 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14494, + "length": 10, + "value": "\"iPad6,11\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14506, + "length": 10, + "value": "\"iPad6,12\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14544, + "length": 8, + "value": "\"iPad 5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14570, + "length": 9, + "value": "\"iPad7,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14581, + "length": 9, + "value": "\"iPad7,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14620, + "length": 8, + "value": "\"iPad 6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14646, + "length": 9, + "value": "\"iPad2,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14657, + "length": 9, + "value": "\"iPad2,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14668, + "length": 9, + "value": "\"iPad2,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14696, + "length": 11, + "value": "\"iPad Mini\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14725, + "length": 9, + "value": "\"iPad4,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14736, + "length": 9, + "value": "\"iPad4,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14747, + "length": 9, + "value": "\"iPad4,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14775, + "length": 13, + "value": "\"iPad Mini 2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14806, + "length": 9, + "value": "\"iPad4,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14817, + "length": 9, + "value": "\"iPad4,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14828, + "length": 9, + "value": "\"iPad4,9\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14856, + "length": 13, + "value": "\"iPad Mini 3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14887, + "length": 9, + "value": "\"iPad5,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14898, + "length": 9, + "value": "\"iPad5,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14937, + "length": 13, + "value": "\"iPad Mini 4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14968, + "length": 9, + "value": "\"iPad6,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 14979, + "length": 9, + "value": "\"iPad6,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15018, + "length": 21, + "value": "\"iPad Pro (9.7-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15057, + "length": 9, + "value": "\"iPad6,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15068, + "length": 9, + "value": "\"iPad6,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15107, + "length": 22, + "value": "\"iPad Pro (12.9-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15147, + "length": 9, + "value": "\"iPad7,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15158, + "length": 9, + "value": "\"iPad7,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15197, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (2nd generation)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15254, + "length": 9, + "value": "\"iPad7,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15265, + "length": 9, + "value": "\"iPad7,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15304, + "length": 22, + "value": "\"iPad Pro (10.5-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15344, + "length": 9, + "value": "\"iPad8,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15355, + "length": 9, + "value": "\"iPad8,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15366, + "length": 9, + "value": "\"iPad8,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15377, + "length": 9, + "value": "\"iPad8,4\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15394, + "length": 20, + "value": "\"iPad Pro (11-inch)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15432, + "length": 9, + "value": "\"iPad8,5\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15443, + "length": 9, + "value": "\"iPad8,6\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15454, + "length": 9, + "value": "\"iPad8,7\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15465, + "length": 9, + "value": "\"iPad8,8\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15482, + "length": 39, + "value": "\"iPad Pro (12.9-inch) (3rd generation)\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15539, + "length": 12, + "value": "\"AppleTV5,3\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15589, + "length": 10, + "value": "\"Apple TV\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15617, + "length": 12, + "value": "\"AppleTV6,2\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15667, + "length": 13, + "value": "\"Apple TV 4K\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15698, + "length": 19, + "value": "\"AudioAccessory1,1\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15748, + "length": 9, + "value": "\"HomePod\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15775, + "length": 6, + "value": "\"i386\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15783, + "length": 8, + "value": "\"x86_64\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15825, + "length": 104, + "value": "\"Simulator \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15888, + "length": 28, + "value": "\"SIMULATOR_MODEL_IDENTIFIER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15921, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/LPABC+Extension.swift", + "kind": "StringLiteral", + "offset": 15928, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 742, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 799, + "length": 4, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 842, + "length": 7, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 886, + "length": 5, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", + "kind": "IntegerLiteral", + "offset": 925, + "length": 4, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 437, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 476, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 586, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 672, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 742, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 781, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 863, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 437, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 476, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 519, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 586, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 629, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 672, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 742, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 781, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 823, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 863, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1045, + "length": 11, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1066, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 9, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1103, + "length": 12, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1125, + "length": 8, + "value": "5" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1143, + "length": 15, + "value": "6" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1168, + "length": 6, + "value": "7" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1184, + "length": 7, + "value": "8" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1201, + "length": 8, + "value": "9" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1219, + "length": 7, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1352, + "length": 6, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1368, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1384, + "length": 5, + "value": "3" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "IntegerLiteral", + "offset": 1399, + "length": 8, + "value": "4" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1540, + "length": 6, + "value": "\"MALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1576, + "length": 8, + "value": "\"FEMALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1614, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1540, + "length": 6, + "value": "\"MALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1576, + "length": 8, + "value": "\"FEMALE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1614, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1755, + "length": 6, + "value": "\"HOME\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1790, + "length": 8, + "value": "\"MOBILE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1827, + "length": 6, + "value": "\"WORK\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1862, + "length": 5, + "value": "\"FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 6, + "value": "\"MAIN\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1931, + "length": 10, + "value": "\"HOME_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1970, + "length": 10, + "value": "\"WORK_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2009, + "length": 7, + "value": "\"PAGER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2045, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1755, + "length": 6, + "value": "\"HOME\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1790, + "length": 8, + "value": "\"MOBILE\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1827, + "length": 6, + "value": "\"WORK\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1862, + "length": 5, + "value": "\"FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1896, + "length": 6, + "value": "\"MAIN\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1931, + "length": 10, + "value": "\"HOME_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 1970, + "length": 10, + "value": "\"WORK_FAX\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2009, + "length": 7, + "value": "\"PAGER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", + "kind": "StringLiteral", + "offset": 2045, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 260, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 301, + "length": 5, + "value": "\"iOS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 485, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPDeviceInfo.swift", + "kind": "StringLiteral", + "offset": 681, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "BooleanLiteral", + "offset": 668, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 2472, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 2498, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 3355, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 3381, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 4246, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 4272, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5095, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5121, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5935, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogger.swift", + "kind": "StringLiteral", + "offset": 5961, + "length": 4, + "value": "\"\n\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogBenchmarker.swift", + "kind": "IntegerLiteral", + "offset": 656, + "length": 2, + "value": "10" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 230, + "length": 20, + "value": "\"[%@] [%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 268, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 403, + "length": 15, + "value": "\"[%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 530, + "length": 26, + "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 574, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 626, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 648, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1380, + "length": 81, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1424, + "length": 1, + "value": "\" [%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1479, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1566, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1588, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1705, + "length": 21, + "value": "\"[%@] [%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1744, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1803, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 1825, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1927, + "length": 37, + "value": "\"[%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 1982, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2069, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2091, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2207, + "length": 16, + "value": "\"[%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2241, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2309, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2331, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2415, + "length": 16, + "value": "\"[%@] [%@] [%@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2449, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2517, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2539, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2621, + "length": 26, + "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "StringLiteral", + "offset": 2665, + "length": 25, + "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2733, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", + "kind": "BooleanLiteral", + "offset": 2755, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/FrameworkShared\/Keychain\/LPKeychainWrapper.swift", + "kind": "StringLiteral", + "offset": 3261, + "length": 22, + "value": "\"SwiftKeychainWrapper\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK+SDEReporting.swift", + "kind": "BooleanLiteral", + "offset": 195, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK+SDEReporting.swift", + "kind": "BooleanLiteral", + "offset": 1247, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 9, + "value": "\"welcome\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 249, + "length": 12, + "value": "\"secureForm\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 217, + "length": 9, + "value": "\"welcome\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPMessageType.swift", + "kind": "StringLiteral", + "offset": 249, + "length": 12, + "value": "\"secureForm\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 284, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 284, + "length": 6, + "value": "\"POST\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 311, + "length": 5, + "value": "\"GET\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 337, + "length": 5, + "value": "\"PUT\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "BooleanLiteral", + "offset": 581, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", + "kind": "StringLiteral", + "offset": 184, + "length": 19, + "value": "\"LPABCMessagingSDK.LPABCNetworkManager\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 532, + "length": 11, + "value": "\"accountID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 619, + "length": 12, + "value": "\"consumerID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 707, + "length": 14, + "value": "\"appInstallID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 797, + "length": 6, + "value": "\"type\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 879, + "length": 18, + "value": "\"monitoringDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 973, + "length": 9, + "value": "\"apiType\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1058, + "length": 16, + "value": "\"conversationID\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1150, + "length": 11, + "value": "\"timestamp\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1237, + "length": 14, + "value": "\"loggosDomain\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", + "kind": "StringLiteral", + "offset": 1327, + "length": 15, + "value": "\"messageParams\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1055, + "length": 26, + "value": "\"Bundle is not set for CD\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 1576, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1673, + "length": 61, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1724, + "length": 1, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1733, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1767, + "length": 30, + "value": "\"Unresolved CD error \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 1796, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "IntegerLiteral", + "offset": 2177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2315, + "length": 63, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2343, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 2377, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "IntegerLiteral", + "offset": 2759, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 3013, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "BooleanLiteral", + "offset": 3098, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3625, + "length": 61, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3676, + "length": 1, + "value": "\" \"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3685, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", + "kind": "StringLiteral", + "offset": 3711, + "length": 33, + "value": "\"Unable to Load Persistent Store\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/LPURLConstructor.swift", + "kind": "StringLiteral", + "offset": 1397, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 212, + "length": 7, + "value": "\"title\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 252, + "length": 10, + "value": "\"subtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 295, + "length": 19, + "value": "\"secondarySubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 347, + "length": 18, + "value": "\"tertiarySubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 398, + "length": 12, + "value": "\"imageTitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 443, + "length": 15, + "value": "\"imageSubtitle\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 491, + "length": 7, + "value": "\"image\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 531, + "length": 14, + "value": "\"mediaFileURL\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 578, + "length": 9, + "value": "\"caption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 620, + "length": 12, + "value": "\"subcaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 665, + "length": 17, + "value": "\"trailingCaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", + "kind": "StringLiteral", + "offset": 715, + "length": 20, + "value": "\"trailingSubcaption\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 222, + "length": 6, + "value": "\"data\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 271, + "length": 12, + "value": "\"customData\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 326, + "length": 8, + "value": "\"lpData\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 377, + "length": 13, + "value": "\"interactive\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 433, + "length": 10, + "value": "\"response\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 486, + "length": 9, + "value": "\"request\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", + "kind": "StringLiteral", + "offset": 538, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCPayloadConstructor\/Model\/LPABCSendMessagePayloadData.swift", + "kind": "StringLiteral", + "offset": 416, + "length": 6, + "value": "\"text\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "IntegerLiteral", + "offset": 1156, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "BooleanLiteral", + "offset": 1379, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDEManager.swift", + "kind": "IntegerLiteral", + "offset": 1408, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2063, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2137, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2218, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2257, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2288, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2403, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2063, + "length": 6, + "value": "\"cart\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2097, + "length": 10, + "value": "\"purchase\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2137, + "length": 10, + "value": "\"prodView\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2176, + "length": 10, + "value": "\"ctmrinfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2218, + "length": 10, + "value": "\"mrktInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2257, + "length": 10, + "value": "\"personal\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2288, + "length": 6, + "value": "\"lead\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2326, + "length": 9, + "value": "\"service\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2364, + "length": 7, + "value": "\"error\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", + "kind": "StringLiteral", + "offset": 2403, + "length": 12, + "value": "\"searchInfo\"" + }, + { + "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/LPABCSDK_Maker\/ABCSDK_CI_SCRIPTS\/LPABCSDK\/LPABCSDK\/LPABCSDK.swift", + "kind": "BooleanLiteral", + "offset": 4930, + "length": 5, + "value": "false" + } + ] +} \ No newline at end of file diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface similarity index 64% rename from LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface rename to LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 88a588f..8290bce 100644 --- a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,10 +1,10 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// swift-module-flags: -target x86_64-apple-ios11.3-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name LPABCSDK +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name LPABCMessagingSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import CoreData import Foundation -@_exported import LPABCSDK +@_exported import LPABCMessagingSDK import Messages import Network import Swift @@ -12,47 +12,99 @@ import UIKit import WebKit import _Concurrency import _StringProcessing -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { - final public var isCacheLoaded: Swift.Bool { +precedencegroup PowerPrecedence { + higherThan: MultiplicationPrecedence +} +infix operator ^^ : PowerPrecedence +public struct SDKParams { + weak public var messagesViewController: Messages.MSMessagesAppViewController? { get } - final public var hostEnvironment: LPABCSDK.LPHostEnvironment? { + public var secureFormReplyImagee: UIKit.UIImage? { get } - final public var aggregatedSDEStackCompletion: LPABCSDK.LPABCSDK.CompletionCallbackType - public static var isPresenting: Swift.Bool? { + public var secureFormReplyText: Swift.String? { get } - public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? - public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? - public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? - public typealias EventCallbackType = ((_ type: LPABCSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? - final public var abcEventCallback: LPABCSDK.LPABCSDK.EventCallbackType { + public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +} +public protocol UnifiedLooseSDE { + var jsonSDE: Swift.String? { get set } + var dictionarySDE: [Swift.String : Any]? { get set } +} +extension Swift.Dictionary : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { get set } - final public func setAggregatedInterval(interval: Swift.Double) - @available(iOS 11.3, *) - @discardableResult - public static func initialize(minimumLogLevel: LPABCSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCSDK.LPABCSDK - @available(iOS 11.3, *) - public static func synchronize() - @available(iOS 11.3, *) - final public class func dispose() - @objc deinit } -public struct SDECart : Swift.Codable { - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws +extension Swift.String : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { + get + set + } } -@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { - public var type: Swift.String { +@available(iOS 11.3, *) +public enum LPHostEnvironment : Swift.String { + case iOSApp + case iMessageApp + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@available(iOS 11.3, *) +public enum LPABCLogLevel : Swift.Int { + case trace + case debug + case info + case warning + case error + case none + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } - public func setup(channel: LPABCSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) - @objc deinit - public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws +} +@available(iOS 11.3, *) +public enum LPABCEvent : Swift.Comparable, Swift.Hashable { + public static func < (lhs: LPABCMessagingSDK.LPABCEvent, rhs: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + case newConversation + case secureForm(LPABCMessagingSDK.SecureFormState) + case custom + case none + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: LPABCMessagingSDK.LPABCEvent, b: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +public enum SecureFormState { + case viewed + case submitted + case expired + case error + public static func == (a: LPABCMessagingSDK.SecureFormState, b: LPABCMessagingSDK.SecureFormState) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCEvent { + public static let allEvents: Swift.Set + public static let noEvents: Swift.Set? } public enum SDEType : Swift.String, Swift.CaseIterable { case cartUpdate @@ -66,9 +118,9 @@ public enum SDEType : Swift.String, Swift.CaseIterable { case visitorError case searchedContent public init?(rawValue: Swift.String) - public typealias AllCases = [LPABCSDK.SDEType] + public typealias AllCases = [LPABCMessagingSDK.SDEType] public typealias RawValue = Swift.String - public static var allCases: [LPABCSDK.SDEType] { + public static var allCases: [LPABCMessagingSDK.SDEType] { get } public var rawValue: Swift.String { @@ -131,47 +183,96 @@ public enum SDEPhoneType : Swift.String { get } } -public struct SDEDate : Swift.Codable { - public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) +extension LPABCMessagingSDK.LPABCSDK { + @available(iOS 11.3, *) + final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCMessagingSDK.SDKParams? = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func createSDE(sdeType: LPABCMessagingSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCMessagingSDK.SDEBase) -> Swift.Void) + final public func sendSDEStack(onSuccess success: LPABCMessagingSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCMessagingSDK.LPABCSDK.FailureCallbackType = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) +} +@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { + public var cartUpdate: LPABCMessagingSDK.SDECartUpdate? { + get + } + public var transaction: LPABCMessagingSDK.SDETransaction? { + get + } + public var viewedProduct: LPABCMessagingSDK.SDEProductView? { + get + } + public var customerInfo: LPABCMessagingSDK.SDECustomerInfo? { + get + } + public var marketingSource: LPABCMessagingSDK.SDEMarketingSource? { + get + } + public var personalInfo: LPABCMessagingSDK.SDEPersonalInfo? { + get + } + public var lead: LPABCMessagingSDK.SDELead? { + get + } + public var serviceActivity: LPABCMessagingSDK.SDEService? { + get + } + public var visitorError: LPABCMessagingSDK.SDEVisitorError? { + get + } + public var searchedContent: LPABCMessagingSDK.SDESearchedContent? { + get + } + @objc deinit public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { +extension LPABCMessagingSDK.SDEBase { + public func setupWithJson(_ json: T?) where T : LPABCMessagingSDK.UnifiedLooseSDE +} +@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { public var type: Swift.String { get } - public func setup(topic: Swift.String?, status: LPABCSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) + public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCMessagingSDK.SDEProductMaker]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { public var type: Swift.String { get } - public func setup(keywords: [Swift.String]?) + public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.LPABCSDK { - @available(iOS 11.3, *) - final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCSDK.SDKParams? = nil) +@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(currency: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { public var type: Swift.String { get } - public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) + public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCMessagingSDK.SDEDate?, registrationDate: LPABCMessagingSDK.SDEDate?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { public var type: Swift.String { get } - public func setup(currency: Swift.String?, products: [LPABCSDK.SDEProductMaker]?) + public func setup(channel: LPABCMessagingSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws @@ -180,7 +281,7 @@ extension LPABCSDK.LPABCSDK { public var type: Swift.String { get } - public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCSDK.SDEAge?, contacts: [LPABCSDK.SDEContact]?) + public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCMessagingSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCMessagingSDK.SDEAge?, contacts: [LPABCMessagingSDK.SDEContact]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws @@ -191,218 +292,117 @@ public struct SDEAge : Swift.Codable { public init(from decoder: Swift.Decoder) throws } public struct SDEContact : Swift.Codable { - public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) + public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCMessagingSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { - public var cartUpdate: LPABCSDK.SDECartUpdate? { - get - } - public var transaction: LPABCSDK.SDETransaction? { - get - } - public var viewedProduct: LPABCSDK.SDEProductView? { - get - } - public var customerInfo: LPABCSDK.SDECustomerInfo? { - get - } - public var marketingSource: LPABCSDK.SDEMarketingSource? { - get - } - public var personalInfo: LPABCSDK.SDEPersonalInfo? { - get - } - public var lead: LPABCSDK.SDELead? { - get - } - public var serviceActivity: LPABCSDK.SDEService? { - get - } - public var visitorError: LPABCSDK.SDEVisitorError? { - get - } - public var searchedContent: LPABCSDK.SDESearchedContent? { +@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { + public var type: Swift.String { get } + public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.SDEBase { - public func setupWithJson(_ json: T?) where T : LPABCSDK.UnifiedLooseSDE -} -@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { public var type: Swift.String { get } - public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCSDK.SDEProductMaker]?) + public func setup(topic: Swift.String?, status: LPABCMessagingSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { public var type: Swift.String { get } - public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCSDK.SDEProductMaker]) + public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@available(iOS 11.3, *) -public enum LPHostEnvironment : Swift.String { - case iOSApp - case iMessageApp - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@available(iOS 11.3, *) -public enum LPABCLogLevel : Swift.Int { - case trace - case debug - case info - case warning - case error - case none - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -public enum LPABCEvent : Swift.Comparable, Swift.Hashable { - public static func < (lhs: LPABCSDK.LPABCEvent, rhs: LPABCSDK.LPABCEvent) -> Swift.Bool - case newConversation - case secureForm(LPABCSDK.SecureFormState) - case custom - case none - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: LPABCSDK.LPABCEvent, b: LPABCSDK.LPABCEvent) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -public enum SecureFormState { - case viewed - case submitted - case expired - case error - public static func == (a: LPABCSDK.SecureFormState, b: LPABCSDK.SecureFormState) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -extension LPABCSDK.LPABCEvent { - public static let allEvents: Swift.Set - public static let noEvents: Swift.Set? -} -extension LPABCSDK.LPABCSDK { - final public func createSDE(sdeType: LPABCSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCSDK.SDEBase) -> Swift.Void) - final public func sendSDEStack(onSuccess success: LPABCSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCSDK.LPABCSDK.FailureCallbackType = nil) -} -@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { public var type: Swift.String { get } - public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCSDK.SDEDate?, registrationDate: LPABCSDK.SDEDate?) + public func setup(keywords: [Swift.String]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.LPABCSDK { - final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) -} public struct SDEProductMaker : Swift.Codable { public init(name: Swift.String?, category: Swift.String?, sku: Swift.String?, price: Swift.Double?, quantity: Swift.Int?) public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws } -precedencegroup PowerPrecedence { - higherThan: MultiplicationPrecedence -} -infix operator ^^ : PowerPrecedence -public struct SDKParams { - weak public var messagesViewController: Messages.MSMessagesAppViewController? { - get - } - public var secureFormReplyImagee: UIKit.UIImage? { - get - } - public var secureFormReplyText: Swift.String? { - get - } - public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +public struct SDECart : Swift.Codable { + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws } -public protocol UnifiedLooseSDE { - var jsonSDE: Swift.String? { get set } - var dictionarySDE: [Swift.String : Any]? { get set } +public struct SDEDate : Swift.Codable { + public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws } -extension Swift.Dictionary : LPABCSDK.UnifiedLooseSDE { - public var jsonSDE: Swift.String? { +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { + final public var isCacheLoaded: Swift.Bool { get - set } - public var dictionarySDE: [Swift.String : Any]? { + final public var hostEnvironment: LPABCMessagingSDK.LPHostEnvironment? { get - set } -} -extension Swift.String : LPABCSDK.UnifiedLooseSDE { - public var jsonSDE: Swift.String? { + final public var aggregatedSDEStackCompletion: LPABCMessagingSDK.LPABCSDK.CompletionCallbackType + public static var isPresenting: Swift.Bool? { get - set } - public var dictionarySDE: [Swift.String : Any]? { + public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? + public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? + public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? + public typealias EventCallbackType = ((_ type: LPABCMessagingSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? + final public var abcEventCallback: LPABCMessagingSDK.LPABCSDK.EventCallbackType { get set } -} -@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { - public var type: Swift.String { - get - } - public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) + final public func setAggregatedInterval(interval: Swift.Double) + @available(iOS 11.3, *) + @discardableResult + public static func initialize(minimumLogLevel: LPABCMessagingSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCMessagingSDK.LPABCSDK + @available(iOS 11.3, *) + public static func synchronize() + @available(iOS 11.3, *) + final public class func dispose() @objc deinit - public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.SDEType : Swift.Equatable {} -extension LPABCSDK.SDEType : Swift.Hashable {} -extension LPABCSDK.SDEType : Swift.RawRepresentable {} -extension LPABCSDK.SDEStatusType : Swift.Equatable {} -extension LPABCSDK.SDEStatusType : Swift.Hashable {} -extension LPABCSDK.SDEStatusType : Swift.RawRepresentable {} -extension LPABCSDK.SDEChanelType : Swift.Equatable {} -extension LPABCSDK.SDEChanelType : Swift.Hashable {} -extension LPABCSDK.SDEChanelType : Swift.RawRepresentable {} -extension LPABCSDK.SDEGenderType : Swift.Equatable {} -extension LPABCSDK.SDEGenderType : Swift.Hashable {} -extension LPABCSDK.SDEGenderType : Swift.RawRepresentable {} -extension LPABCSDK.SDEPhoneType : Swift.Equatable {} -extension LPABCSDK.SDEPhoneType : Swift.Hashable {} -extension LPABCSDK.SDEPhoneType : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.Equatable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.Hashable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Hashable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.RawRepresentable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.Equatable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.Hashable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Hashable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.RawRepresentable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.SecureFormState : Swift.Equatable {} +extension LPABCMessagingSDK.SecureFormState : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.RawRepresentable {} diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..bef8391 Binary files /dev/null and b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface similarity index 64% rename from LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface rename to LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 88a588f..8290bce 100644 --- a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,10 +1,10 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) -// swift-module-flags: -target x86_64-apple-ios11.3-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name LPABCSDK +// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) +// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name LPABCMessagingSDK // swift-module-flags-ignorable: -enable-bare-slash-regex import CoreData import Foundation -@_exported import LPABCSDK +@_exported import LPABCMessagingSDK import Messages import Network import Swift @@ -12,47 +12,99 @@ import UIKit import WebKit import _Concurrency import _StringProcessing -@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { - final public var isCacheLoaded: Swift.Bool { +precedencegroup PowerPrecedence { + higherThan: MultiplicationPrecedence +} +infix operator ^^ : PowerPrecedence +public struct SDKParams { + weak public var messagesViewController: Messages.MSMessagesAppViewController? { get } - final public var hostEnvironment: LPABCSDK.LPHostEnvironment? { + public var secureFormReplyImagee: UIKit.UIImage? { get } - final public var aggregatedSDEStackCompletion: LPABCSDK.LPABCSDK.CompletionCallbackType - public static var isPresenting: Swift.Bool? { + public var secureFormReplyText: Swift.String? { get } - public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? - public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? - public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? - public typealias EventCallbackType = ((_ type: LPABCSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? - final public var abcEventCallback: LPABCSDK.LPABCSDK.EventCallbackType { + public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +} +public protocol UnifiedLooseSDE { + var jsonSDE: Swift.String? { get set } + var dictionarySDE: [Swift.String : Any]? { get set } +} +extension Swift.Dictionary : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { get set } - final public func setAggregatedInterval(interval: Swift.Double) - @available(iOS 11.3, *) - @discardableResult - public static func initialize(minimumLogLevel: LPABCSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCSDK.LPABCSDK - @available(iOS 11.3, *) - public static func synchronize() - @available(iOS 11.3, *) - final public class func dispose() - @objc deinit } -public struct SDECart : Swift.Codable { - public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws +extension Swift.String : LPABCMessagingSDK.UnifiedLooseSDE { + public var jsonSDE: Swift.String? { + get + set + } + public var dictionarySDE: [Swift.String : Any]? { + get + set + } } -@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { - public var type: Swift.String { +@available(iOS 11.3, *) +public enum LPHostEnvironment : Swift.String { + case iOSApp + case iMessageApp + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } +} +@available(iOS 11.3, *) +public enum LPABCLogLevel : Swift.Int { + case trace + case debug + case info + case warning + case error + case none + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } - public func setup(channel: LPABCSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) - @objc deinit - public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws +} +@available(iOS 11.3, *) +public enum LPABCEvent : Swift.Comparable, Swift.Hashable { + public static func < (lhs: LPABCMessagingSDK.LPABCEvent, rhs: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + case newConversation + case secureForm(LPABCMessagingSDK.SecureFormState) + case custom + case none + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: LPABCMessagingSDK.LPABCEvent, b: LPABCMessagingSDK.LPABCEvent) -> Swift.Bool + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +public enum SecureFormState { + case viewed + case submitted + case expired + case error + public static func == (a: LPABCMessagingSDK.SecureFormState, b: LPABCMessagingSDK.SecureFormState) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get + } +} +@available(iOS 11.3, *) +extension LPABCMessagingSDK.LPABCEvent { + public static let allEvents: Swift.Set + public static let noEvents: Swift.Set? } public enum SDEType : Swift.String, Swift.CaseIterable { case cartUpdate @@ -66,9 +118,9 @@ public enum SDEType : Swift.String, Swift.CaseIterable { case visitorError case searchedContent public init?(rawValue: Swift.String) - public typealias AllCases = [LPABCSDK.SDEType] + public typealias AllCases = [LPABCMessagingSDK.SDEType] public typealias RawValue = Swift.String - public static var allCases: [LPABCSDK.SDEType] { + public static var allCases: [LPABCMessagingSDK.SDEType] { get } public var rawValue: Swift.String { @@ -131,47 +183,96 @@ public enum SDEPhoneType : Swift.String { get } } -public struct SDEDate : Swift.Codable { - public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) +extension LPABCMessagingSDK.LPABCSDK { + @available(iOS 11.3, *) + final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCMessagingSDK.SDKParams? = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func createSDE(sdeType: LPABCMessagingSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCMessagingSDK.SDEBase) -> Swift.Void) + final public func sendSDEStack(onSuccess success: LPABCMessagingSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCMessagingSDK.LPABCSDK.FailureCallbackType = nil) +} +extension LPABCMessagingSDK.LPABCSDK { + final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) +} +@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { + public var cartUpdate: LPABCMessagingSDK.SDECartUpdate? { + get + } + public var transaction: LPABCMessagingSDK.SDETransaction? { + get + } + public var viewedProduct: LPABCMessagingSDK.SDEProductView? { + get + } + public var customerInfo: LPABCMessagingSDK.SDECustomerInfo? { + get + } + public var marketingSource: LPABCMessagingSDK.SDEMarketingSource? { + get + } + public var personalInfo: LPABCMessagingSDK.SDEPersonalInfo? { + get + } + public var lead: LPABCMessagingSDK.SDELead? { + get + } + public var serviceActivity: LPABCMessagingSDK.SDEService? { + get + } + public var visitorError: LPABCMessagingSDK.SDEVisitorError? { + get + } + public var searchedContent: LPABCMessagingSDK.SDESearchedContent? { + get + } + @objc deinit public func encode(to encoder: Swift.Encoder) throws - public init(from decoder: Swift.Decoder) throws + required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { +extension LPABCMessagingSDK.SDEBase { + public func setupWithJson(_ json: T?) where T : LPABCMessagingSDK.UnifiedLooseSDE +} +@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { public var type: Swift.String { get } - public func setup(topic: Swift.String?, status: LPABCSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) + public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCMessagingSDK.SDEProductMaker]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { public var type: Swift.String { get } - public func setup(keywords: [Swift.String]?) + public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.LPABCSDK { - @available(iOS 11.3, *) - final public func update(with conversation: Messages.MSConversation, message: Messages.MSMessage? = nil, sdkParams: LPABCSDK.SDKParams? = nil) +@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { + public var type: Swift.String { + get + } + public func setup(currency: Swift.String?, products: [LPABCMessagingSDK.SDEProductMaker]?) + @objc deinit + public func encode(to encoder: Swift.Encoder) throws + required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { public var type: Swift.String { get } - public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) + public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCMessagingSDK.SDEDate?, registrationDate: LPABCMessagingSDK.SDEDate?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEProductView : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEMarketingSource : Swift.Codable { public var type: Swift.String { get } - public func setup(currency: Swift.String?, products: [LPABCSDK.SDEProductMaker]?) + public func setup(channel: LPABCMessagingSDK.SDEChanelType?, affiliate: Swift.String?, campaignID: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws @@ -180,7 +281,7 @@ extension LPABCSDK.LPABCSDK { public var type: Swift.String { get } - public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCSDK.SDEAge?, contacts: [LPABCSDK.SDEContact]?) + public func setup(firstname: Swift.String?, lastname: Swift.String?, gender: LPABCMessagingSDK.SDEGenderType?, company: Swift.String?, language: Swift.String?, age: LPABCMessagingSDK.SDEAge?, contacts: [LPABCMessagingSDK.SDEContact]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws @@ -191,218 +292,117 @@ public struct SDEAge : Swift.Codable { public init(from decoder: Swift.Decoder) throws } public struct SDEContact : Swift.Codable { - public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) + public init(email: Swift.String?, phone: Swift.String?, phoneType: LPABCMessagingSDK.SDEPhoneType?, country: Swift.String?, region: Swift.String?) public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDEBase : Swift.Codable { - public var cartUpdate: LPABCSDK.SDECartUpdate? { - get - } - public var transaction: LPABCSDK.SDETransaction? { - get - } - public var viewedProduct: LPABCSDK.SDEProductView? { - get - } - public var customerInfo: LPABCSDK.SDECustomerInfo? { - get - } - public var marketingSource: LPABCSDK.SDEMarketingSource? { - get - } - public var personalInfo: LPABCSDK.SDEPersonalInfo? { - get - } - public var lead: LPABCSDK.SDELead? { - get - } - public var serviceActivity: LPABCSDK.SDEService? { - get - } - public var visitorError: LPABCSDK.SDEVisitorError? { - get - } - public var searchedContent: LPABCSDK.SDESearchedContent? { +@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { + public var type: Swift.String { get } + public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.SDEBase { - public func setupWithJson(_ json: T?) where T : LPABCSDK.UnifiedLooseSDE -} -@_hasMissingDesignatedInitializers public class SDECartUpdate : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEService : Swift.Codable { public var type: Swift.String { get } - public func setup(total: Swift.Double?, currency: Swift.String?, numItems: Swift.Int?, products: [LPABCSDK.SDEProductMaker]?) + public func setup(topic: Swift.String?, status: LPABCMessagingSDK.SDEStatusType?, category: Swift.String?, serviceId: Swift.String?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@_hasMissingDesignatedInitializers public class SDETransaction : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDEVisitorError : Swift.Codable { public var type: Swift.String { get } - public func setup(total: Swift.Double?, currency: Swift.String?, orderId: Swift.String?, products: [LPABCSDK.SDEProductMaker]) + public func setup(contextId: Swift.String?, message: Swift.String?, code: Swift.String?, level: Swift.Int?, resolved: Swift.Bool?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -@available(iOS 11.3, *) -public enum LPHostEnvironment : Swift.String { - case iOSApp - case iMessageApp - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -@available(iOS 11.3, *) -public enum LPABCLogLevel : Swift.Int { - case trace - case debug - case info - case warning - case error - case none - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -public enum LPABCEvent : Swift.Comparable, Swift.Hashable { - public static func < (lhs: LPABCSDK.LPABCEvent, rhs: LPABCSDK.LPABCEvent) -> Swift.Bool - case newConversation - case secureForm(LPABCSDK.SecureFormState) - case custom - case none - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: LPABCSDK.LPABCEvent, b: LPABCSDK.LPABCEvent) -> Swift.Bool - public var hashValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -public enum SecureFormState { - case viewed - case submitted - case expired - case error - public static func == (a: LPABCSDK.SecureFormState, b: LPABCSDK.SecureFormState) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } -} -@available(iOS 11.3, *) -extension LPABCSDK.LPABCEvent { - public static let allEvents: Swift.Set - public static let noEvents: Swift.Set? -} -extension LPABCSDK.LPABCSDK { - final public func createSDE(sdeType: LPABCSDK.SDEType, aggregate: Swift.Bool? = false, completion: (inout LPABCSDK.SDEBase) -> Swift.Void) - final public func sendSDEStack(onSuccess success: LPABCSDK.LPABCSDK.SuccessCallbackType = nil, onFailure failure: LPABCSDK.LPABCSDK.FailureCallbackType = nil) -} -@_hasMissingDesignatedInitializers public class SDECustomerInfo : Swift.Codable { +@_hasMissingDesignatedInitializers public class SDESearchedContent : Swift.Codable { public var type: Swift.String { get } - public func setup(cstatus: Swift.String?, ctype: Swift.String?, balance: Swift.Double?, currency: Swift.String?, socialId: Swift.String?, imei: Swift.String?, userName: Swift.String?, companySize: Swift.Int?, companyBranch: Swift.String?, accountName: Swift.String?, role: Swift.String?, loginStatus: Swift.Int?, storeZipCode: Swift.String?, storeNumber: Swift.String?, lastPaymentDate: LPABCSDK.SDEDate?, registrationDate: LPABCSDK.SDEDate?) + public func setup(keywords: [Swift.String]?) @objc deinit public func encode(to encoder: Swift.Encoder) throws required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.LPABCSDK { - final public func appendReplayContextualText(message: Messages.MSMessage, textContext: Swift.String) -} public struct SDEProductMaker : Swift.Codable { public init(name: Swift.String?, category: Swift.String?, sku: Swift.String?, price: Swift.Double?, quantity: Swift.Int?) public func encode(to encoder: Swift.Encoder) throws public init(from decoder: Swift.Decoder) throws } -precedencegroup PowerPrecedence { - higherThan: MultiplicationPrecedence -} -infix operator ^^ : PowerPrecedence -public struct SDKParams { - weak public var messagesViewController: Messages.MSMessagesAppViewController? { - get - } - public var secureFormReplyImagee: UIKit.UIImage? { - get - } - public var secureFormReplyText: Swift.String? { - get - } - public init?(messagesViewController: Messages.MSMessagesAppViewController, secureFormReplyImagee: UIKit.UIImage? = nil, secureFormReplyText: Swift.String? = nil) +public struct SDECart : Swift.Codable { + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws } -public protocol UnifiedLooseSDE { - var jsonSDE: Swift.String? { get set } - var dictionarySDE: [Swift.String : Any]? { get set } +public struct SDEDate : Swift.Codable { + public init(day: Swift.Int, month: Swift.Int, year: Swift.Int) + public func encode(to encoder: Swift.Encoder) throws + public init(from decoder: Swift.Decoder) throws } -extension Swift.Dictionary : LPABCSDK.UnifiedLooseSDE { - public var jsonSDE: Swift.String? { +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers final public class LPABCSDK : ObjectiveC.NSObject { + final public var isCacheLoaded: Swift.Bool { get - set } - public var dictionarySDE: [Swift.String : Any]? { + final public var hostEnvironment: LPABCMessagingSDK.LPHostEnvironment? { get - set } -} -extension Swift.String : LPABCSDK.UnifiedLooseSDE { - public var jsonSDE: Swift.String? { + final public var aggregatedSDEStackCompletion: LPABCMessagingSDK.LPABCSDK.CompletionCallbackType + public static var isPresenting: Swift.Bool? { get - set } - public var dictionarySDE: [Swift.String : Any]? { + public typealias SuccessCallbackType = ((_ success: Swift.Bool) -> Swift.Void)? + public typealias FailureCallbackType = ((_ error: Swift.Error?) -> Swift.Void)? + public typealias CompletionCallbackType = ((_ success: Swift.Bool, _ error: Swift.Error?) -> Swift.Void)? + public typealias EventCallbackType = ((_ type: LPABCMessagingSDK.LPABCEvent, _ customPayload: Foundation.URLQueryItem?) -> Swift.Void)? + final public var abcEventCallback: LPABCMessagingSDK.LPABCSDK.EventCallbackType { get set } -} -@_hasMissingDesignatedInitializers public class SDELead : Swift.Codable { - public var type: Swift.String { - get - } - public func setup(topic: Swift.String?, value: Swift.Double?, currency: Swift.String?, leadId: Swift.String?) + final public func setAggregatedInterval(interval: Swift.Double) + @available(iOS 11.3, *) + @discardableResult + public static func initialize(minimumLogLevel: LPABCMessagingSDK.LPABCLogLevel = .info, eventSubscription: Swift.Set? = LPABCEvent.allEvents) -> LPABCMessagingSDK.LPABCSDK + @available(iOS 11.3, *) + public static func synchronize() + @available(iOS 11.3, *) + final public class func dispose() @objc deinit - public func encode(to encoder: Swift.Encoder) throws - required public init(from decoder: Swift.Decoder) throws } -extension LPABCSDK.SDEType : Swift.Equatable {} -extension LPABCSDK.SDEType : Swift.Hashable {} -extension LPABCSDK.SDEType : Swift.RawRepresentable {} -extension LPABCSDK.SDEStatusType : Swift.Equatable {} -extension LPABCSDK.SDEStatusType : Swift.Hashable {} -extension LPABCSDK.SDEStatusType : Swift.RawRepresentable {} -extension LPABCSDK.SDEChanelType : Swift.Equatable {} -extension LPABCSDK.SDEChanelType : Swift.Hashable {} -extension LPABCSDK.SDEChanelType : Swift.RawRepresentable {} -extension LPABCSDK.SDEGenderType : Swift.Equatable {} -extension LPABCSDK.SDEGenderType : Swift.Hashable {} -extension LPABCSDK.SDEGenderType : Swift.RawRepresentable {} -extension LPABCSDK.SDEPhoneType : Swift.Equatable {} -extension LPABCSDK.SDEPhoneType : Swift.Hashable {} -extension LPABCSDK.SDEPhoneType : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.Equatable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.Hashable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.Hashable {} @available(iOS 11.3, *) -extension LPABCSDK.LPHostEnvironment : Swift.RawRepresentable {} +extension LPABCMessagingSDK.LPHostEnvironment : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.Equatable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.Hashable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.Hashable {} @available(iOS 11.3, *) -extension LPABCSDK.LPABCLogLevel : Swift.RawRepresentable {} +extension LPABCMessagingSDK.LPABCLogLevel : Swift.RawRepresentable {} @available(iOS 11.3, *) -extension LPABCSDK.SecureFormState : Swift.Equatable {} +extension LPABCMessagingSDK.SecureFormState : Swift.Equatable {} @available(iOS 11.3, *) -extension LPABCSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SecureFormState : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEStatusType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEChanelType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEGenderType : Swift.RawRepresentable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Equatable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.Hashable {} +extension LPABCMessagingSDK.SDEPhoneType : Swift.RawRepresentable {} diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/module.modulemap b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/module.modulemap new file mode 100644 index 0000000..53e1072 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module LPABCMessagingSDK { + umbrella header "LPABCMessagingSDK.h" + + export * + module * { export * } +} + +module LPABCMessagingSDK.Swift { + header "LPABCMessagingSDK-Swift.h" + requires objc +} diff --git a/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/_CodeSignature/CodeResources b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..242c797 --- /dev/null +++ b/LPABCMessagingSDK.xcframework/ios-arm64_x86_64-simulator/LPABCMessagingSDK.framework/_CodeSignature/CodeResources @@ -0,0 +1,267 @@ + + + + + files + + Headers/LPABCMessagingSDK-Swift.h + + ApYrNAtQRd2vcPf/7BKXZTgTuzI= + + Headers/LPABCMessagingSDK.h + + pI7L4NMbxQMK+b/il5+USzFb0mY= + + Info.plist + + fn8+zJhOb6HsfnvV9TlUIadQrQM= + + LPABCSDKModel.momd/LPABCSDKModel.mom + + 2kjQv9bv0Y2vR+DE8UOAIWKdL2I= + + LPABCSDKModel.momd/VersionInfo.plist + + 62is9zrZOJa5J/RfvYE/VT6LsLM= + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.abi.json + + uIXLer8DLGuaW7rOl1qPkaw/tkw= + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + NY8WRh9k5q4oZtGdoJUtr7XCnjU= + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + x8SwzyXGKBu2G1EhxkSGw57PH/Q= + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + NY8WRh9k5q4oZtGdoJUtr7XCnjU= + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + YD7SVb5DhJZlCKoPsVxKd8QCIvQ= + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json + + uIXLer8DLGuaW7rOl1qPkaw/tkw= + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + EAzhFXEx6VqrRIxFYMd84+mJbHQ= + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + 5WCyrhso9F/GG/ET9lhA1C3vOaQ= + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + EAzhFXEx6VqrRIxFYMd84+mJbHQ= + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + 4xn9cAUjK9W9yH9CZzpLMIP+FRw= + + Modules/module.modulemap + + 9GUxCzB5NcoT393sExlHBdnFTwI= + + + files2 + + Headers/LPABCMessagingSDK-Swift.h + + hash2 + + SSQx9Mye62tX7a+OyFlcWzKRELZbd/NCq3tVUVi/xNM= + + + Headers/LPABCMessagingSDK.h + + hash2 + + cTkab2o67GPY+/XTT6ao4tjFh2uccQIgeJ2IMPX7i8g= + + + LPABCSDKModel.momd/LPABCSDKModel.mom + + hash2 + + D2aKYtMYq0il841PPrfhboR0HbiHfQlRVkQxpVSsHUc= + + + LPABCSDKModel.momd/VersionInfo.plist + + hash2 + + 31OSXojBGXupC8cly4UaDDsQsDw6Ctggq7Iz25b8iWg= + + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.abi.json + + hash2 + + yazoGq7Ffm2u3g9JGI31BJWWtTBWlh1XR8nUlbQrD7E= + + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface + + hash2 + + 7J7QIUR5DXpUFZ+mVubNrK2fhPZ1Iu3/5kXTAzXt7s8= + + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + hash2 + + p+Y5AALeyM6DJUy01cGeAs6wmgdEEhwECEx7Tq5hBxE= + + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + hash2 + + 7J7QIUR5DXpUFZ+mVubNrK2fhPZ1Iu3/5kXTAzXt7s8= + + + Modules/LPABCMessagingSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + hash2 + + oDmMe/EZweCrajMldqPVj9eLkohI9FTw/N6lVjKRDMI= + + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json + + hash2 + + yazoGq7Ffm2u3g9JGI31BJWWtTBWlh1XR8nUlbQrD7E= + + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + hash2 + + aQecGY5hEzkeZMczO+ae3Qg0m7Cjoo5T8QSpTPPAhUY= + + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hash2 + + PM/qaVa2TeMfWEI6ljBGyxaya1ADZ79QElM9URLWAa4= + + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + hash2 + + aQecGY5hEzkeZMczO+ae3Qg0m7Cjoo5T8QSpTPPAhUY= + + + Modules/LPABCMessagingSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hash2 + + 0ZehebRPnXZRNaqbsBuTiipQ7ESHdV+9CqEj0Fib+S0= + + + Modules/module.modulemap + + hash2 + + 6nkASy0CuYiMDR2aLDOfJIykC9e3j0QVUsLxHGo66DM= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/LPABCSDK.framework/Assets.car b/LPABCSDK.framework/Assets.car deleted file mode 100644 index af71a52..0000000 Binary files a/LPABCSDK.framework/Assets.car and /dev/null differ diff --git a/LPABCSDK.framework/Headers/LPABCSDK.h b/LPABCSDK.framework/Headers/LPABCSDK.h deleted file mode 100644 index 530a9af..0000000 --- a/LPABCSDK.framework/Headers/LPABCSDK.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// LPABCSDK.h -// LPABCSDK -// -// Created by LivePerson on 27/06/2018. -// Copyright © 2018 LivePerson. All rights reserved. -// - -#import - -//! Project version number for LPABCSDK. -FOUNDATION_EXPORT double LPABCSDKVersionNumber; - -//! Project version string for LPABCSDK. -FOUNDATION_EXPORT const unsigned char LPABCSDKVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/LPABCSDK.framework/Info.plist b/LPABCSDK.framework/Info.plist deleted file mode 100644 index 64f98fe..0000000 Binary files a/LPABCSDK.framework/Info.plist and /dev/null differ diff --git a/LPABCSDK.framework/LPABCSDK b/LPABCSDK.framework/LPABCSDK deleted file mode 100755 index 4b0c8db..0000000 Binary files a/LPABCSDK.framework/LPABCSDK and /dev/null differ diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo deleted file mode 100644 index 852ca2c..0000000 Binary files a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo and /dev/null differ diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.abi.json b/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.abi.json deleted file mode 100644 index c86860b..0000000 --- a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.abi.json +++ /dev/null @@ -1,54115 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", - "children": [ - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPABCSDK", - "printedName": "LPABCSDK", - "children": [ - { - "kind": "Var", - "name": "incomingCIMQueue", - "printedName": "incomingCIMQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC16incomingCIMQueueSo17OS_dispatch_queueCvp", - "mangledName": "$s8LPABCSDKAAC16incomingCIMQueueSo17OS_dispatch_queueCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "Lazy", - "SetterAccess", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC16incomingCIMQueueSo17OS_dispatch_queueCvg", - "mangledName": "$s8LPABCSDKAAC16incomingCIMQueueSo17OS_dispatch_queueCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "outgoingPayloadConstructor", - "printedName": "outgoingPayloadConstructor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCOutgoingMessagePayloadConstructor", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC26outgoingPayloadConstructorAA020LPABCOutgoingMessagecD0CSgvp", - "mangledName": "$s8LPABCSDKAAC26outgoingPayloadConstructorAA020LPABCOutgoingMessagecD0CSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "Lazy", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCOutgoingMessagePayloadConstructor", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC26outgoingPayloadConstructorAA020LPABCOutgoingMessagecD0CSgvg", - "mangledName": "$s8LPABCSDKAAC26outgoingPayloadConstructorAA020LPABCOutgoingMessagecD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payloadController", - "printedName": "payloadController", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayloadController", - "printedName": "LPABCSDK.LPPayloadController", - "usr": "s:8LPABCSDK19LPPayloadControllerC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC17payloadControllerAA09LPPayloadC0Cvp", - "mangledName": "$s8LPABCSDKAAC17payloadControllerAA09LPPayloadC0Cvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayloadController", - "printedName": "LPABCSDK.LPPayloadController", - "usr": "s:8LPABCSDK19LPPayloadControllerC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC17payloadControllerAA09LPPayloadC0Cvg", - "mangledName": "$s8LPABCSDKAAC17payloadControllerAA09LPPayloadC0Cvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "networkManager", - "printedName": "networkManager", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCNetworkManager", - "printedName": "LPABCSDK.LPABCNetworkManager", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC14networkManagerAA012LPABCNetworkC0Cvp", - "mangledName": "$s8LPABCSDKAAC14networkManagerAA012LPABCNetworkC0Cvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCNetworkManager", - "printedName": "LPABCSDK.LPABCNetworkManager", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC14networkManagerAA012LPABCNetworkC0Cvg", - "mangledName": "$s8LPABCSDKAAC14networkManagerAA012LPABCNetworkC0Cvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sdeManager", - "printedName": "sdeManager", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManager", - "printedName": "LPABCSDK.SDEManager", - "usr": "s:8LPABCSDK10SDEManagerC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC10sdeManagerAA10SDEManagerCvp", - "mangledName": "$s8LPABCSDKAAC10sdeManagerAA10SDEManagerCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManager", - "printedName": "LPABCSDK.SDEManager", - "usr": "s:8LPABCSDK10SDEManagerC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC10sdeManagerAA10SDEManagerCvg", - "mangledName": "$s8LPABCSDKAAC10sdeManagerAA10SDEManagerCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "_storedPayload", - "printedName": "_storedPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC14_storedPayloadAA012LPCredentialC2MOCSgvp", - "mangledName": "$s8LPABCSDKAAC14_storedPayloadAA012LPCredentialC2MOCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC14_storedPayloadAA012LPCredentialC2MOCSgvg", - "mangledName": "$s8LPABCSDKAAC14_storedPayloadAA012LPCredentialC2MOCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "enableLog", - "printedName": "enableLog", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC9enableLogSbSgvp", - "mangledName": "$s8LPABCSDKAAC9enableLogSbSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9enableLogSbSgvg", - "mangledName": "$s8LPABCSDKAAC9enableLogSbSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9enableLogSbSgvs", - "mangledName": "$s8LPABCSDKAAC9enableLogSbSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9enableLogSbSgvM", - "mangledName": "$s8LPABCSDKAAC9enableLogSbSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sdkParams", - "printedName": "sdkParams", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvp", - "mangledName": "$s8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvg", - "mangledName": "$s8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvs", - "mangledName": "$s8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvM", - "mangledName": "$s8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "activeExplicitMessage", - "printedName": "activeExplicitMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvpZ", - "mangledName": "$s8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvgZ", - "mangledName": "$s8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvsZ", - "mangledName": "$s8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvMZ", - "mangledName": "$s8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "secureFormViewController", - "printedName": "secureFormViewController", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPSecureFormViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvp", - "mangledName": "$s8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPSecureFormViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvg", - "mangledName": "$s8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPSecureFormViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvs", - "mangledName": "$s8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvM", - "mangledName": "$s8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "deinitCalled", - "printedName": "deinitCalled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC12deinitCalledyycSgvp", - "mangledName": "$s8LPABCSDKAAC12deinitCalledyycSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12deinitCalledyycSgvg", - "mangledName": "$s8LPABCSDKAAC12deinitCalledyycSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12deinitCalledyycSgvs", - "mangledName": "$s8LPABCSDKAAC12deinitCalledyycSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12deinitCalledyycSgvM", - "mangledName": "$s8LPABCSDKAAC12deinitCalledyycSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "logLevel", - "printedName": "logLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvp", - "mangledName": "$s8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvg", - "mangledName": "$s8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvs", - "mangledName": "$s8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvM", - "mangledName": "$s8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isCacheLoaded", - "printedName": "isCacheLoaded", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC13isCacheLoadedSbvp", - "mangledName": "$s8LPABCSDKAAC13isCacheLoadedSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC13isCacheLoadedSbvg", - "mangledName": "$s8LPABCSDKAAC13isCacheLoadedSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "hostEnvironment", - "printedName": "hostEnvironment", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPHostEnvironment?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvp", - "mangledName": "$s8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPHostEnvironment?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvg", - "mangledName": "$s8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPHostEnvironment?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvs", - "mangledName": "$s8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvM", - "mangledName": "$s8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "aggregatedSDEStackCompletion", - "printedName": "aggregatedSDEStackCompletion", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool, Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", - "mangledName": "$s8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool, Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", - "mangledName": "$s8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool, Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", - "mangledName": "$s8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", - "mangledName": "$s8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isPresenting", - "printedName": "isPresenting", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC12isPresentingSbSgvpZ", - "mangledName": "$s8LPABCSDKAAC12isPresentingSbSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12isPresentingSbSgvgZ", - "mangledName": "$s8LPABCSDKAAC12isPresentingSbSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12isPresentingSbSgvsZ", - "mangledName": "$s8LPABCSDKAAC12isPresentingSbSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12isPresentingSbSgvMZ", - "mangledName": "$s8LPABCSDKAAC12isPresentingSbSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "abcEventCallback", - "printedName": "abcEventCallback", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", - "mangledName": "$s8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "Lazy", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", - "mangledName": "$s8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", - "mangledName": "$s8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", - "mangledName": "$s8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "setAggregatedInterval", - "printedName": "setAggregatedInterval(interval:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC21setAggregatedInterval8intervalySd_tF", - "mangledName": "$s8LPABCSDKAAC21setAggregatedInterval8intervalySd_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "initialize", - "printedName": "initialize(minimumLogLevel:eventSubscription:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCSDK", - "printedName": "LPABCSDK.LPABCSDK", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCSDK" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "hasDefaultArg": true, - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC10initialize15minimumLogLevel17eventSubscriptionAbA08LPABCLogE0O_ShyAA10LPABCEventOGSgtFZ", - "mangledName": "$s8LPABCSDKAAC10initialize15minimumLogLevel17eventSubscriptionAbA08LPABCLogE0O_ShyAA10LPABCEventOGSgtFZ", - "moduleName": "LPABCSDK", - "static": true, - "intro_iOS": "11.3", - "declAttributes": [ - "Final", - "AccessControl", - "DiscardableResult", - "Available", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "synchronize", - "printedName": "synchronize()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC11synchronizeyyFZ", - "mangledName": "$s8LPABCSDKAAC11synchronizeyyFZ", - "moduleName": "LPABCSDK", - "static": true, - "intro_iOS": "11.3", - "declAttributes": [ - "Final", - "AccessControl", - "Available", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispose", - "printedName": "dispose()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC7disposeyyFZ", - "mangledName": "$s8LPABCSDKAAC7disposeyyFZ", - "moduleName": "LPABCSDK", - "static": true, - "intro_iOS": "11.3", - "declAttributes": [ - "Final", - "AccessControl", - "Available", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "update", - "printedName": "update(with:message:sdkParams:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MSConversation", - "printedName": "Messages.MSConversation", - "usr": "c:objc(cs)MSConversation" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", - "mangledName": "$s8LPABCSDKAAC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "Final", - "AccessControl", - "Available", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "storePayloadToDB", - "printedName": "storePayloadToDB(_:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC16storePayloadToDB_10completiony10Foundation4DataV_ySbctF", - "mangledName": "$s8LPABCSDKAAC16storePayloadToDB_10completiony10Foundation4DataV_ySbctF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "inspectMessageType", - "printedName": "inspectMessageType(requestOBJ:message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC18inspectMessageType10requestOBJ7messageyAA13LPDataRequestC_So9MSMessageCtF", - "mangledName": "$s8LPABCSDKAAC18inspectMessageType10requestOBJ7messageyAA13LPDataRequestC_So9MSMessageCtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "implementIntrenalViews", - "printedName": "implementIntrenalViews(eventType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC22implementIntrenalViews9eventTypeyAA9LPCIMTypeO_tF", - "mangledName": "$s8LPABCSDKAAC22implementIntrenalViews9eventTypeyAA9LPCIMTypeO_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "handleMockCredentials", - "printedName": "handleMockCredentials()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC21handleMockCredentialsyyF", - "mangledName": "$s8LPABCSDKAAC21handleMockCredentialsyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "createSDE", - "printedName": "createSDE(sdeType:aggregate:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(inout LPABCSDK.SDEBase) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "InOut", - "printedName": "inout LPABCSDK.SDEBase" - } - ], - "typeAttributes": [ - "noescape" - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", - "mangledName": "$s8LPABCSDKAAC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "sendSDEStack", - "printedName": "sendSDEStack(onSuccess:onFailure:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC12sendSDEStack9onSuccess0D7FailureyySbcSg_ys5Error_pSgcSgtF", - "mangledName": "$s8LPABCSDKAAC12sendSDEStack9onSuccess0D7FailureyySbcSg_ys5Error_pSgcSgtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "fireIdleSDENetworkCall", - "printedName": "fireIdleSDENetworkCall()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC22fireIdleSDENetworkCallyyF", - "mangledName": "$s8LPABCSDKAAC22fireIdleSDENetworkCallyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "notifySDKEvents", - "printedName": "notifySDKEvents(eventType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC15notifySDKEvents9eventTypeyAA10LPABCEventO_tF", - "mangledName": "$s8LPABCSDKAAC15notifySDKEvents9eventTypeyAA10LPABCEventO_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "appendReplayContextualText", - "printedName": "appendReplayContextualText(message:textContext:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", - "mangledName": "$s8LPABCSDKAAC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formSubmitted", - "printedName": "formSubmitted()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC13formSubmittedyyF", - "mangledName": "$s8LPABCSDKAAC13formSubmittedyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formViewed", - "printedName": "formViewed()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC10formViewedyyF", - "mangledName": "$s8LPABCSDKAAC10formViewedyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formError", - "printedName": "formError()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC9formErroryyF", - "mangledName": "$s8LPABCSDKAAC9formErroryyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formExpired", - "printedName": "formExpired()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC11formExpiredyyF", - "mangledName": "$s8LPABCSDKAAC11formExpiredyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setupLogger", - "printedName": "setupLogger(minLogLevel:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC11setupLogger11minLogLevelyAA08LPABCLogF0O_tF", - "mangledName": "$s8LPABCSDKAAC11setupLogger11minLogLevelyAA08LPABCLogF0O_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "callLoggos", - "printedName": "callLoggos(message:currentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC10callLoggos7message14currentPayloadySS_AA012LPCredentialF2MOCSgtF", - "mangledName": "$s8LPABCSDKAAC10callLoggos7message14currentPayloadySS_AA012LPCredentialF2MOCSgtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCSDK", - "mangledName": "$s8LPABCSDKAAC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SDEManagerProtocol", - "printedName": "SDEManagerProtocol", - "usr": "s:8LPABCSDK18SDEManagerProtocolP", - "mangledName": "$s8LPABCSDK18SDEManagerProtocolP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "SecureformDelegate", - "printedName": "SecureformDelegate", - "usr": "s:8LPABCSDK18SecureformDelegateP", - "mangledName": "$s8LPABCSDK18SecureformDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorType", - "printedName": "LPActivityIndicatorType", - "children": [ - { - "kind": "Var", - "name": "ballBeat", - "printedName": "ballBeat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorType.Type) -> LPABCSDK.LPActivityIndicatorType", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO8ballBeatyA2CmF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO8ballBeatyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Function", - "name": "animation", - "printedName": "animation()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorAnimationDelegate", - "printedName": "LPABCSDK.LPActivityIndicatorAnimationDelegate", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationDelegateP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO9animationAA0bC17AnimationDelegate_pyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO9animationAA0bC17AnimationDelegate_pyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO9hashValueSivp", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO9hashValueSivg", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPActivityIndicatorType]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO8allCasesSayACGvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO8allCasesSayACGvpZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPActivityIndicatorType]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO8allCasesSayACGvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO8allCasesSayACGvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPActivityIndicatorType]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorView", - "printedName": "LPActivityIndicatorView", - "children": [ - { - "kind": "Var", - "name": "LP_DEFAULT_TYPE", - "printedName": "LP_DEFAULT_TYPE", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_COLOR", - "printedName": "LP_DEFAULT_COLOR", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "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": "s:8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_TEXT_COLOR", - "printedName": "LP_DEFAULT_TEXT_COLOR", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "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": "s:8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_PADDING", - "printedName": "LP_DEFAULT_PADDING", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING14CoreFoundation7CGFloatVvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING12CoreGraphics7CGFloatVvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING14CoreFoundation7CGFloatVvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING12CoreGraphics7CGFloatVvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING14CoreFoundation7CGFloatVvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING12CoreGraphics7CGFloatVvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING14CoreFoundation7CGFloatVvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING12CoreGraphics7CGFloatVvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_SIZE", - "printedName": "LP_DEFAULT_BLOCKER_SIZE", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLD", - "printedName": "LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLD", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIME", - "printedName": "LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIME", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_MESSAGE", - "printedName": "LP_DEFAULT_BLOCKER_MESSAGE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_MESSAGE_SPACING", - "printedName": "LP_DEFAULT_BLOCKER_MESSAGE_SPACING", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING14CoreFoundation7CGFloatVvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING12CoreGraphics7CGFloatVvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING14CoreFoundation7CGFloatVvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING12CoreGraphics7CGFloatVvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING14CoreFoundation7CGFloatVvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING12CoreGraphics7CGFloatVvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING14CoreFoundation7CGFloatVvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING12CoreGraphics7CGFloatVvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_MESSAGE_FONT", - "printedName": "LP_DEFAULT_BLOCKER_MESSAGE_FONT", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_BACKGROUND_COLOR", - "printedName": "LP_DEFAULT_BLOCKER_BACKGROUND_COLOR", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "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": "s:8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_FADE_IN_ANIMATION", - "printedName": "LP_DEFAULT_FADE_IN_ANIMATION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_FADE_OUT_ANIMATION", - "printedName": "LP_DEFAULT_FADE_OUT_ANIMATION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvp", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvg", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvs", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvM", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(py)color", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "Custom", - "HasStorage", - "AccessControl", - "IBInspectable", - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1, - "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@LPABCSDK@objc(cs)LPActivityIndicatorView(im)color", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final", - "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@LPABCSDK@objc(cs)LPActivityIndicatorView(im)setColor:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvM", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "padding", - "printedName": "padding", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(py)padding", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC7padding12CoreGraphics7CGFloatVvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "Custom", - "HasStorage", - "AccessControl", - "IBInspectable", - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)padding", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC7padding12CoreGraphics7CGFloatVvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)setPadding:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC7padding12CoreGraphics7CGFloatVvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC7padding14CoreFoundation7CGFloatVvM", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC7padding12CoreGraphics7CGFloatVvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "animating", - "printedName": "animating", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC9animatingSbvp", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC9animatingSbvp", - "moduleName": "LPABCSDK", - "deprecated": true, - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "Available", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC9animatingSbvg", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC9animatingSbvg", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "isAnimating", - "printedName": "isAnimating", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC11isAnimatingSbvp", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC11isAnimatingSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "SetterAccess", - "RawDocComment" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC11isAnimatingSbvg", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC11isAnimatingSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(coder:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityIndicatorView?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorView", - "printedName": "LPABCSDK.LPActivityIndicatorView", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "NSCoder", - "printedName": "Foundation.NSCoder", - "usr": "c:objc(cs)NSCoder" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)initWithCoder:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5coderACSgSo7NSCoderC_tcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "initWithCoder:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Required", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(frame:type:color:padding:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorView", - "printedName": "LPABCSDK.LPActivityIndicatorView", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView" - }, - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityIndicatorType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC5frame4type5color7paddingACSo6CGRectV_AA0bC4TypeOSgSo7UIColorCSg14CoreFoundation7CGFloatVSgtcfc", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5frame4type5color7paddingACSo6CGRectV_AA0bC4TypeOSgSo7UIColorCSg12CoreGraphics7CGFloatVSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "intrinsicContentSize", - "printedName": "intrinsicContentSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(py)intrinsicContentSize", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC20intrinsicContentSizeSo6CGSizeVvp", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "intrinsicContentSize", - "declAttributes": [ - "Final", - "ObjC", - "Custom", - "Override", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)intrinsicContentSize", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC20intrinsicContentSizeSo6CGSizeVvg", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "intrinsicContentSize", - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "bounds", - "printedName": "bounds", - "children": [ - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(py)bounds", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvp", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "bounds", - "declAttributes": [ - "Final", - "ObjC", - "Custom", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)bounds", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvg", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "bounds", - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)setBounds:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvs", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "setBounds:", - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvM", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "startAnimating", - "printedName": "startAnimating()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC14startAnimatingyyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC14startAnimatingyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "stopAnimating", - "printedName": "stopAnimating()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC13stopAnimatingyyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC13stopAnimatingyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "_setTypeName", - "printedName": "_setTypeName(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC12_setTypeNameyySSF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC12_setTypeNameyySSF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getTypeName", - "printedName": "getTypeName()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC11getTypeNameSSyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC11getTypeNameSSyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setUpAnimation", - "printedName": "setUpAnimation()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC14setUpAnimationyyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC14setUpAnimationyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(frame:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorView", - "printedName": "LPABCSDK.LPActivityIndicatorView", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView" - }, - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)initWithFrame:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5frameACSo6CGRectV_tcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "initWithFrame:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIView", - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "Constants", - "printedName": "Constants", - "children": [ - { - "kind": "TypeDecl", - "name": "CoreData", - "printedName": "CoreData", - "children": [ - { - "kind": "Var", - "name": "kCredentialPayloadEntityName", - "printedName": "kCredentialPayloadEntityName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV28kCredentialPayloadEntityNameSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV28kCredentialPayloadEntityNameSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV28kCredentialPayloadEntityNameSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV28kCredentialPayloadEntityNameSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kModelName", - "printedName": "kModelName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV10kModelNameSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV10kModelNameSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV10kModelNameSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV10kModelNameSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMomd", - "printedName": "kMomd", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV5kMomdSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV5kMomdSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV5kMomdSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV5kMomdSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMomdType", - "printedName": "kMomdType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV9kMomdTypeSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV9kMomdTypeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV9kMomdTypeSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV9kMomdTypeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSqliteType", - "printedName": "kSqliteType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV11kSqliteTypeSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV11kSqliteTypeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV11kSqliteTypeSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV11kSqliteTypeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "CoreData", - "printedName": "LPABCSDK.Constants.CoreData", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Bundle", - "printedName": "Bundle", - "children": [ - { - "kind": "Var", - "name": "kLpabcsdkBundleID", - "printedName": "kLpabcsdkBundleID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV6BundleV09kLpabcsdkC2IDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV6BundleV09kLpabcsdkC2IDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV6BundleV09kLpabcsdkC2IDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV6BundleV09kLpabcsdkC2IDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "LPABCSDK.Constants.Bundle", - "usr": "s:8LPABCSDK9ConstantsV6BundleV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV6BundleVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV6BundleVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV6BundleV", - "mangledName": "$s8LPABCSDK9ConstantsV6BundleV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InfoPlistParams", - "printedName": "InfoPlistParams", - "children": [ - { - "kind": "Var", - "name": "kInfo", - "printedName": "kInfo", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV01kC0SSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV01kC0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV01kC0SSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV01kC0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kPlist", - "printedName": "kPlist", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV01kD0SSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV01kD0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV01kD0SSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV01kD0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLPABC_PARAMS", - "printedName": "kLPABC_PARAMS", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV13kLPABC_PARAMSSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV13kLPABC_PARAMSSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV13kLPABC_PARAMSSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV13kLPABC_PARAMSSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kBubbleSession", - "printedName": "kBubbleSession", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV14kBubbleSessionSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV14kBubbleSessionSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV14kBubbleSessionSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV14kBubbleSessionSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kImplicitBubbleSession", - "printedName": "kImplicitBubbleSession", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV22kImplicitBubbleSessionSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV22kImplicitBubbleSessionSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV22kImplicitBubbleSessionSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV22kImplicitBubbleSessionSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kExtensionInfoDict", - "printedName": "kExtensionInfoDict", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV010kExtensionC4DictSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV010kExtensionC4DictSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV010kExtensionC4DictSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV010kExtensionC4DictSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kExtensionPointIdentifier", - "printedName": "kExtensionPointIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV25kExtensionPointIdentifierSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV25kExtensionPointIdentifierSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV25kExtensionPointIdentifierSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV25kExtensionPointIdentifierSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLpabc_appgroup", - "printedName": "kLpabc_appgroup", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV15kLpabc_appgroupSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV15kLpabc_appgroupSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV15kLpabc_appgroupSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV15kLpabc_appgroupSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kPayloadProviderID", - "printedName": "kPayloadProviderID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV18kPayloadProviderIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV18kPayloadProviderIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV18kPayloadProviderIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV18kPayloadProviderIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "InfoPlistParams", - "printedName": "LPABCSDK.Constants.InfoPlistParams", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NotificationUserInfoParams", - "printedName": "NotificationUserInfoParams", - "children": [ - { - "kind": "Var", - "name": "kPayloadModel", - "printedName": "kPayloadModel", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV13kPayloadModelSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV13kPayloadModelSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV13kPayloadModelSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV13kPayloadModelSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMessage", - "printedName": "kMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV8kMessageSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV8kMessageSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV8kMessageSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV8kMessageSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "NotificationUserInfoParams", - "printedName": "LPABCSDK.Constants.NotificationUserInfoParams", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "DeviceParams", - "printedName": "DeviceParams", - "children": [ - { - "kind": "Var", - "name": "systemVersion", - "printedName": "systemVersion", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsV13systemVersionSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12DeviceParamsV13systemVersionSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsV13systemVersionSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12DeviceParamsV13systemVersionSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "DeviceParams", - "printedName": "LPABCSDK.Constants.DeviceParams", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV12DeviceParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV12DeviceParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NetworkParams", - "printedName": "NetworkParams", - "children": [ - { - "kind": "Var", - "name": "timeoutIntervalForSharkRequest", - "printedName": "timeoutIntervalForSharkRequest", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV30timeoutIntervalForSharkRequestSdvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV30timeoutIntervalForSharkRequestSdvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV30timeoutIntervalForSharkRequestSdvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV30timeoutIntervalForSharkRequestSdvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "timeoutIntervalForLoggos", - "printedName": "timeoutIntervalForLoggos", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV24timeoutIntervalForLoggosSdvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV24timeoutIntervalForLoggosSdvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV24timeoutIntervalForLoggosSdvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV24timeoutIntervalForLoggosSdvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "NetworkParams", - "printedName": "LPABCSDK.Constants.NetworkParams", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEParams", - "printedName": "SDEParams", - "children": [ - { - "kind": "Var", - "name": "kMaxIdletime", - "printedName": "kMaxIdletime", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV12kMaxIdletimeSdvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV12kMaxIdletimeSdvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV12kMaxIdletimeSdvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV12kMaxIdletimeSdvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kNumSendingSDECount", - "printedName": "kNumSendingSDECount", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kNumSendingSDECountSivpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kNumSendingSDECountSivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kNumSendingSDECountSivgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kNumSendingSDECountSivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMaxRetry", - "printedName": "kMaxRetry", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV9kMaxRetrySivpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV9kMaxRetrySivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV9kMaxRetrySivgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV9kMaxRetrySivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kStacktimerWaitTime", - "printedName": "kStacktimerWaitTime", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvsZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvMZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "kReportingParams", - "printedName": "kReportingParams", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV16kReportingParamsSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV16kReportingParamsSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV16kReportingParamsSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV16kReportingParamsSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kAccountID", - "printedName": "kAccountID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV10kAccountIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV10kAccountIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV10kAccountIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV10kAccountIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kConsumerID", - "printedName": "kConsumerID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV11kConsumerIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV11kConsumerIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV11kConsumerIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV11kConsumerIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kAppInstallID", - "printedName": "kAppInstallID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV13kAppInstallIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV13kAppInstallIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV13kAppInstallIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV13kAppInstallIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLpMessageType", - "printedName": "kLpMessageType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV14kLpMessageTypeSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV14kLpMessageTypeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV14kLpMessageTypeSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV14kLpMessageTypeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kReportingtUrl", - "printedName": "kReportingtUrl", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV14kReportingtUrlSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV14kReportingtUrlSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV14kReportingtUrlSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV14kReportingtUrlSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kApiType", - "printedName": "kApiType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV8kApiTypeSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV8kApiTypeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV8kApiTypeSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV8kApiTypeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEParams", - "printedName": "LPABCSDK.Constants.SDEParams", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPSDKLoggerParams", - "printedName": "LPSDKLoggerParams", - "children": [ - { - "kind": "Var", - "name": "kLogDistinct", - "printedName": "kLogDistinct", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsV12kLogDistinctSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV17LPSDKLoggerParamsV12kLogDistinctSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsV12kLogDistinctSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV17LPSDKLoggerParamsV12kLogDistinctSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSDKLoggerParams", - "printedName": "LPABCSDK.Constants.LPSDKLoggerParams", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV17LPSDKLoggerParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV17LPSDKLoggerParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCThreads", - "printedName": "LPABCThreads", - "children": [ - { - "kind": "Var", - "name": "kIncomingCIMThread", - "printedName": "kIncomingCIMThread", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV18kIncomingCIMThreadSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV18kIncomingCIMThreadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV18kIncomingCIMThreadSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV18kIncomingCIMThreadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kAggregatedSDEThread", - "printedName": "kAggregatedSDEThread", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV20kAggregatedSDEThreadSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV20kAggregatedSDEThreadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV20kAggregatedSDEThreadSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV20kAggregatedSDEThreadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLogThread", - "printedName": "kLogThread", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV10kLogThreadSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV10kLogThreadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV10kLogThreadSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV10kLogThreadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kNetworkQueu", - "printedName": "kNetworkQueu", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV12kNetworkQueuSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV12kNetworkQueuSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV12kNetworkQueuSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV12kNetworkQueuSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSDKQueu", - "printedName": "kSDKQueu", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV8kSDKQueuSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV8kSDKQueuSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV8kSDKQueuSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV8kSDKQueuSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kReachabilityQueu", - "printedName": "kReachabilityQueu", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV17kReachabilityQueuSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV17kReachabilityQueuSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV17kReachabilityQueuSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV17kReachabilityQueuSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCThreads", - "printedName": "LPABCSDK.Constants.LPABCThreads", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LivepersonParticipantIDs", - "printedName": "LivepersonParticipantIDs", - "children": [ - { - "kind": "Var", - "name": "kQAParticipantID", - "printedName": "kQAParticipantID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV16kQAParticipantIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV16kQAParticipantIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV16kQAParticipantIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV16kQAParticipantIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kAlphaParticipantID", - "printedName": "kAlphaParticipantID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV06kAlphaD2IDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV06kAlphaD2IDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV06kAlphaD2IDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV06kAlphaD2IDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kProductionaParticipantID", - "printedName": "kProductionaParticipantID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV012kProductionaD2IDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV012kProductionaD2IDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV012kProductionaD2IDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV012kProductionaD2IDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LivepersonParticipantIDs", - "printedName": "LPABCSDK.Constants.LivepersonParticipantIDs", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PublicThrowMessages", - "printedName": "PublicThrowMessages", - "children": [ - { - "kind": "Var", - "name": "kIdleTimeSetterOutofBound", - "printedName": "kIdleTimeSetterOutofBound", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesV25kIdleTimeSetterOutofBoundSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV19PublicThrowMessagesV25kIdleTimeSetterOutofBoundSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesV25kIdleTimeSetterOutofBoundSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV19PublicThrowMessagesV25kIdleTimeSetterOutofBoundSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "PublicThrowMessages", - "printedName": "LPABCSDK.Constants.PublicThrowMessages", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV19PublicThrowMessagesVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesV", - "mangledName": "$s8LPABCSDK9ConstantsV19PublicThrowMessagesV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDKThrowMessages", - "printedName": "SDKThrowMessages", - "children": [ - { - "kind": "Var", - "name": "kCoultNotLoadBundle", - "printedName": "kCoultNotLoadBundle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotLoadBundleSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotLoadBundleSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotLoadBundleSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotLoadBundleSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kCoultNotSDKVersion", - "printedName": "kCoultNotSDKVersion", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotSDKVersionSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotSDKVersionSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotSDKVersionSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotSDKVersionSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMOError", - "printedName": "kMOError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV8kMOErrorSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV8kMOErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV8kMOErrorSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV8kMOErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKThrowMessages", - "printedName": "LPABCSDK.Constants.SDKThrowMessages", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "KeychainParams", - "printedName": "KeychainParams", - "children": [ - { - "kind": "Var", - "name": "kKeychainServiceName", - "printedName": "kKeychainServiceName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV01kC11ServiceNameSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV01kC11ServiceNameSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV01kC11ServiceNameSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV01kC11ServiceNameSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kKeychainReportingResponse", - "printedName": "kKeychainReportingResponse", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV01kC17ReportingResponseSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV01kC17ReportingResponseSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV01kC17ReportingResponseSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV01kC17ReportingResponseSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "KeychainParams", - "printedName": "LPABCSDK.Constants.KeychainParams", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "kViewcontrollerPresenting", - "printedName": "kViewcontrollerPresenting", - "children": [ - { - "kind": "Var", - "name": "kLPABCSDKPresentingTag", - "printedName": "kLPABCSDKPresentingTag", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingV22kLPABCSDKPresentingTagSivpZ", - "mangledName": "$s8LPABCSDK9ConstantsV25kViewcontrollerPresentingV22kLPABCSDKPresentingTagSivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingV22kLPABCSDKPresentingTagSivgZ", - "mangledName": "$s8LPABCSDK9ConstantsV25kViewcontrollerPresentingV22kLPABCSDKPresentingTagSivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "kViewcontrollerPresenting", - "printedName": "LPABCSDK.Constants.kViewcontrollerPresenting", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV25kViewcontrollerPresentingVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingV", - "mangledName": "$s8LPABCSDK9ConstantsV25kViewcontrollerPresentingV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MockReportingParams", - "printedName": "MockReportingParams", - "children": [ - { - "kind": "Var", - "name": "enablePayloadMockMode", - "printedName": "enablePayloadMockMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsV013enablePayloadC4ModeSbvp", - "mangledName": "$s8LPABCSDK9ConstantsV19MockReportingParamsV013enablePayloadC4ModeSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsV013enablePayloadC4ModeSbvg", - "mangledName": "$s8LPABCSDK9ConstantsV19MockReportingParamsV013enablePayloadC4ModeSbvg", - "moduleName": "LPABCSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MockReportingParams", - "printedName": "LPABCSDK.Constants.MockReportingParams", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV19MockReportingParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV19MockReportingParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Constants", - "printedName": "LPABCSDK.Constants", - "usr": "s:8LPABCSDK9ConstantsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsVACycfc", - "mangledName": "$s8LPABCSDK9ConstantsVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV", - "mangledName": "$s8LPABCSDK9ConstantsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnitTestModes", - "printedName": "UnitTestModes", - "children": [ - { - "kind": "Var", - "name": "_debugDataDelete", - "printedName": "_debugDataDelete", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13UnitTestModesC16_debugDataDelete33_727B8F810D92F20FA5F86EF24E32F526LLSbSgvp", - "mangledName": "$s8LPABCSDK13UnitTestModesC16_debugDataDelete33_727B8F810D92F20FA5F86EF24E32F526LLSbSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "debugDataDelete", - "printedName": "debugDataDelete", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13UnitTestModesC15debugDataDeleteSbvp", - "mangledName": "$s8LPABCSDK13UnitTestModesC15debugDataDeleteSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13UnitTestModesC15debugDataDeleteSbvg", - "mangledName": "$s8LPABCSDK13UnitTestModesC15debugDataDeleteSbvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "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": "s:8LPABCSDK13UnitTestModesC15debugDataDeleteSbvs", - "mangledName": "$s8LPABCSDK13UnitTestModesC15debugDataDeleteSbvs", - "moduleName": "LPABCSDK", - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13UnitTestModesC15debugDataDeleteSbvM", - "mangledName": "$s8LPABCSDK13UnitTestModesC15debugDataDeleteSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "UnitTestModes", - "printedName": "LPABCSDK.UnitTestModes", - "usr": "s:8LPABCSDK13UnitTestModesC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13UnitTestModesCACycfc", - "mangledName": "$s8LPABCSDK13UnitTestModesCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK13UnitTestModesC", - "mangledName": "$s8LPABCSDK13UnitTestModesC", - "moduleName": "LPABCSDK", - "isOpen": true - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDECart", - "printedName": "SDECart", - "children": [ - { - "kind": "Var", - "name": "products", - "printedName": "products", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDECartV8productsSayAA15SDEProductMakerVGSgvp", - "mangledName": "$s8LPABCSDK7SDECartV8productsSayAA15SDEProductMakerVGSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDECartV8productsSayAA15SDEProductMakerVGSgvg", - "mangledName": "$s8LPABCSDK7SDECartV8productsSayAA15SDEProductMakerVGSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(products:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECart", - "printedName": "LPABCSDK.SDECart", - "usr": "s:8LPABCSDK7SDECartV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDECartV8productsACSayAA15SDEProductMakerVGSg_tcfc", - "mangledName": "$s8LPABCSDK7SDECartV8productsACSayAA15SDEProductMakerVGSg_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECart", - "printedName": "LPABCSDK.SDECart", - "usr": "s:8LPABCSDK7SDECartV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDECartV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK7SDECartV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDECartV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK7SDECartV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK7SDECartV", - "mangledName": "$s8LPABCSDK7SDECartV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEMarketingSource", - "printedName": "SDEMarketingSource", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeSSvp", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeSSvg", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeSSvs", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeSSvM", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18SDEMarketingSourceC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK18SDEMarketingSourceC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEMarketingSource", - "printedName": "LPABCSDK.SDEMarketingSource", - "usr": "s:8LPABCSDK18SDEMarketingSourceC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(channel:affiliate:campaignID:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEChanelType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEMarketingSource", - "printedName": "LPABCSDK.SDEMarketingSource", - "usr": "s:8LPABCSDK18SDEMarketingSourceC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK18SDEMarketingSourceC", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEType", - "printedName": "SDEType", - "children": [ - { - "kind": "Var", - "name": "cartUpdate", - "printedName": "cartUpdate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO10cartUpdateyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO10cartUpdateyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "transaction", - "printedName": "transaction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO11transactionyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO11transactionyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "viewedProduct", - "printedName": "viewedProduct", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO13viewedProductyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO13viewedProductyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "customerInfo", - "printedName": "customerInfo", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO12customerInfoyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO12customerInfoyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "marketingSource", - "printedName": "marketingSource", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO15marketingSourceyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO15marketingSourceyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "personalInfo", - "printedName": "personalInfo", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO12personalInfoyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO12personalInfoyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "lead", - "printedName": "lead", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO4leadyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO4leadyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "serviceActivity", - "printedName": "serviceActivity", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO15serviceActivityyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO15serviceActivityyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "visitorError", - "printedName": "visitorError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO12visitorErroryA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO12visitorErroryA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "searchedContent", - "printedName": "searchedContent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO15searchedContentyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO15searchedContentyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDETypeO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK7SDETypeO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDETypeO8rawValueSSvp", - "mangledName": "$s8LPABCSDK7SDETypeO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDETypeO8rawValueSSvg", - "mangledName": "$s8LPABCSDK7SDETypeO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDETypeO8allCasesSayACGvpZ", - "mangledName": "$s8LPABCSDK7SDETypeO8allCasesSayACGvpZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDETypeO8allCasesSayACGvgZ", - "mangledName": "$s8LPABCSDK7SDETypeO8allCasesSayACGvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK7SDETypeO", - "mangledName": "$s8LPABCSDK7SDETypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEStatusType", - "printedName": "SDEStatusType", - "children": [ - { - "kind": "Var", - "name": "complete", - "printedName": "complete", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO8completeyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8completeyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "in_Progress", - "printedName": "in_Progress", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO11in_ProgressyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO11in_ProgressyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "approved", - "printedName": "approved", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO8approvedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8approvedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "cancelled", - "printedName": "cancelled", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO9cancelledyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO9cancelledyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "not_Approved", - "printedName": "not_Approved", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO12not_ApprovedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO12not_ApprovedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "reviewed", - "printedName": "reviewed", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO8reviewedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8reviewedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "missing_Details", - "printedName": "missing_Details", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO15missing_DetailsyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO15missing_DetailsyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "closed", - "printedName": "closed", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO6closedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO6closedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "removed", - "printedName": "removed", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO7removedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO7removedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "assigned", - "printedName": "assigned", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO8assignedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8assignedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "waiting", - "printedName": "waiting", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO7waitingyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO7waitingyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEStatusType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDEStatusTypeO8rawValueSivp", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8rawValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDEStatusTypeO8rawValueSivg", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8rawValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK13SDEStatusTypeO", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEChanelType", - "printedName": "SDEChanelType", - "children": [ - { - "kind": "Var", - "name": "direct", - "printedName": "direct", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO6directyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO6directyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "search", - "printedName": "search", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO6searchyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO6searchyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "social", - "printedName": "social", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO6socialyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO6socialyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "email", - "printedName": "email", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO5emailyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO5emailyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "referral", - "printedName": "referral", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO8referralyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO8referralyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEChanelType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDEChanelTypeO8rawValueSivp", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO8rawValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDEChanelTypeO8rawValueSivg", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO8rawValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK13SDEChanelTypeO", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEGenderType", - "printedName": "SDEGenderType", - "children": [ - { - "kind": "Var", - "name": "male", - "printedName": "male", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEGenderType.Type) -> LPABCSDK.SDEGenderType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEGenderType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEGenderTypeO4maleyA2CmF", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO4maleyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "female", - "printedName": "female", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEGenderType.Type) -> LPABCSDK.SDEGenderType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEGenderType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEGenderTypeO6femaleyA2CmF", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO6femaleyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "other", - "printedName": "other", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEGenderType.Type) -> LPABCSDK.SDEGenderType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEGenderType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEGenderTypeO5otheryA2CmF", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO5otheryA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEGenderType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDEGenderTypeO8rawValueSSvp", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDEGenderTypeO8rawValueSSvg", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK13SDEGenderTypeO", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEPhoneType", - "printedName": "SDEPhoneType", - "children": [ - { - "kind": "Var", - "name": "home", - "printedName": "home", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO4homeyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO4homeyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "mobile", - "printedName": "mobile", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO6mobileyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO6mobileyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "work", - "printedName": "work", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO4workyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO4workyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "fax", - "printedName": "fax", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO3faxyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO3faxyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "main", - "printedName": "main", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO4mainyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO4mainyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "home_fax", - "printedName": "home_fax", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8home_faxyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8home_faxyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "work_fax", - "printedName": "work_fax", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8work_faxyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8work_faxyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "pager", - "printedName": "pager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO5pageryA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO5pageryA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "other", - "printedName": "other", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO5otheryA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO5otheryA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEPhoneType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8rawValueSSvp", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8rawValueSSvg", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK12SDEPhoneTypeO", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEManagerProtocol", - "printedName": "SDEManagerProtocol", - "children": [ - { - "kind": "Function", - "name": "fireIdleSDENetworkCall", - "printedName": "fireIdleSDENetworkCall()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDEManagerProtocolP22fireIdleSDENetworkCallyyF", - "mangledName": "$s8LPABCSDK18SDEManagerProtocolP22fireIdleSDENetworkCallyyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SDEManagerProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK18SDEManagerProtocolP", - "mangledName": "$s8LPABCSDK18SDEManagerProtocolP", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17CommonSDEProtocolP4typeSSvp", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP4typeSSvp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP4typeSSvg", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP4typeSSvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP4typeSSvs", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP4typeSSvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP4typeSSvM", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP4typeSSvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17CommonSDEProtocolP10isTemplateSbvp", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP10isTemplateSbvp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP10isTemplateSbvg", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP10isTemplateSbvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "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": "s:8LPABCSDK17CommonSDEProtocolP10isTemplateSbvs", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP10isTemplateSbvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP10isTemplateSbvM", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP10isTemplateSbvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEDate", - "printedName": "SDEDate", - "children": [ - { - "kind": "Var", - "name": "day", - "printedName": "day", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEDateV3daySiSgvp", - "mangledName": "$s8LPABCSDK7SDEDateV3daySiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEDateV3daySiSgvg", - "mangledName": "$s8LPABCSDK7SDEDateV3daySiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "month", - "printedName": "month", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEDateV5monthSiSgvp", - "mangledName": "$s8LPABCSDK7SDEDateV5monthSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEDateV5monthSiSgvg", - "mangledName": "$s8LPABCSDK7SDEDateV5monthSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "year", - "printedName": "year", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEDateV4yearSiSgvp", - "mangledName": "$s8LPABCSDK7SDEDateV4yearSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEDateV4yearSiSgvg", - "mangledName": "$s8LPABCSDK7SDEDateV4yearSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(day:month:year:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEDate", - "printedName": "LPABCSDK.SDEDate", - "usr": "s:8LPABCSDK7SDEDateV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDEDateV3day5month4yearACSi_S2itcfc", - "mangledName": "$s8LPABCSDK7SDEDateV3day5month4yearACSi_S2itcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEDate", - "printedName": "LPABCSDK.SDEDate", - "usr": "s:8LPABCSDK7SDEDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDEDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK7SDEDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDEDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK7SDEDateV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK7SDEDateV", - "mangledName": "$s8LPABCSDK7SDEDateV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPABCOutgoingMessagePayloadConstructor", - "printedName": "LPABCOutgoingMessagePayloadConstructor", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCOutgoingMessagePayloadConstructor", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor(im)init", - "mangledName": "$s8LPABCSDK38LPABCOutgoingMessagePayloadConstructorCACycfc", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "createTextReplyPayload", - "printedName": "createTextReplyPayload(message:lpText:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK38LPABCOutgoingMessagePayloadConstructorC015createTextReplyD07message02lpG0ySo9MSMessageC_SStKF", - "mangledName": "$s8LPABCSDK38LPABCOutgoingMessagePayloadConstructorC015createTextReplyD07message02lpG0ySo9MSMessageC_SStKF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor", - "mangledName": "$s8LPABCSDK38LPABCOutgoingMessagePayloadConstructorC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "kTextMessage", - "printedName": "kTextMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK12kTextMessageSSvp", - "mangledName": "$s8LPABCSDK12kTextMessageSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "TypeDecl", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCMessagePayloadData", - "children": [ - { - "kind": "Var", - "name": "encoder", - "printedName": "encoder", - "children": [ - { - "kind": "TypeNominal", - "name": "JSONEncoder", - "printedName": "Foundation.JSONEncoder", - "usr": "s:10Foundation11JSONEncoderC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Lazy" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "JSONEncoder", - "printedName": "Foundation.JSONEncoder", - "usr": "s:10Foundation11JSONEncoderC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "JSONEncoder", - "printedName": "Foundation.JSONEncoder", - "usr": "s:10Foundation11JSONEncoderC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvs", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvs", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvM", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_encoder", - "printedName": "$__lazy_storage_$_encoder", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.JSONEncoder?", - "children": [ - { - "kind": "TypeNominal", - "name": "JSONEncoder", - "printedName": "Foundation.JSONEncoder", - "usr": "s:10Foundation11JSONEncoderC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV25$__lazy_storage_$_encoder33_AC3DB29D0E46515F05984633D35A43ADLL10Foundation11JSONEncoderCSgvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV25$__lazy_storage_$_encoder33_AC3DB29D0E46515F05984633D35A43ADLL10Foundation11JSONEncoderCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "debugDescription", - "printedName": "debugDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV16debugDescriptionSSvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV16debugDescriptionSSvp", - "moduleName": "LPABCSDK", - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV16debugDescriptionSSvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV16debugDescriptionSSvg", - "moduleName": "LPABCSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "interactive", - "printedName": "interactive", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive?", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11interactiveAC11InteractiveVSgvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11interactiveAC11InteractiveVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive?", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11interactiveAC11InteractiveVSgvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11interactiveAC11InteractiveVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCSDK.LPABCMessagePayloadData", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataVACycfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataVACycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "updateLPData", - "printedName": "updateLPData(lpData:interactive:payloadResponse:message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCSDK.LPABCMessagePayloadData", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive?", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV12updateLPData02lpD011interactive15payloadResponse7messageyACSg_AC11InteractiveVSgAC0J0VSgSo9MSMessageCtKF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV12updateLPData02lpD011interactive15payloadResponse7messageyACSg_AC11InteractiveVSgAC0J0VSgSo9MSMessageCtKF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Mutating", - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "Mutating" - }, - { - "kind": "Function", - "name": "getQueryStringParameter", - "printedName": "getQueryStringParameter(url:param:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV23getQueryStringParameter3url5paramSSSgSS_SStF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV23getQueryStringParameter3url5paramSSSgSS_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(json:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCSDK.LPABCMessagePayloadData", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV4jsonACSDySSypG_tKcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV4jsonACSDySSypG_tKcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "TypeDecl", - "name": "Interactive", - "printedName": "Interactive", - "children": [ - { - "kind": "Var", - "name": "response", - "printedName": "response", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvs", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvM", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(response:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAeC8ResponseVSg_tcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAeC8ResponseVSg_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveVAEycfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV4fromAEs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Response", - "printedName": "Response", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvs", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvM", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textAESSSg_tcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textAESSSg_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseVAEycfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4fromAEs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCSDK.LPABCMessagePayloadData", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogComponent", - "printedName": "LPABCLogComponent", - "children": [ - { - "kind": "Var", - "name": "date", - "printedName": "date", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> (Swift.String) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO4dateyACSScACmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO4dateyACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO7messageyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO7messageyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "level", - "printedName": "level", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO5levelyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO5levelyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "file", - "printedName": "file", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> (Swift.Bool, Swift.Bool) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool, Swift.Bool) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(fullPath: Swift.Bool, fileExtension: Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO4fileyACSb_SbtcACmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO4fileyACSb_SbtcACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "instance", - "printedName": "instance", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO8instanceyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO8instanceyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "line", - "printedName": "line", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO4lineyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO4lineyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "column", - "printedName": "column", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO6columnyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO6columnyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "function", - "printedName": "function", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO8functionyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO8functionyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "location", - "printedName": "location", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO8locationyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO8locationyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "block", - "printedName": "block", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> (@escaping () -> Any?) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(@escaping () -> Any?) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO5blockyACypSgyccACmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO5blockyACypSgyccACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 9 - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK17LPABCLogComponentO", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogFormatter", - "printedName": "LPABCLogFormatter", - "children": [ - { - "kind": "Var", - "name": "format", - "printedName": "format", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6format33_A2C9F05AA325294709013DE417B7E145LLSSvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6format33_A2C9F05AA325294709013DE417B7E145LLSSvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "components", - "printedName": "components", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPABCLogComponent]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC10components33_A2C9F05AA325294709013DE417B7E145LLSayAA0B9ComponentOGvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC10components33_A2C9F05AA325294709013DE417B7E145LLSayAA0B9ComponentOGvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Var", - "name": "dateFormatter", - "printedName": "dateFormatter", - "children": [ - { - "kind": "TypeNominal", - "name": "DateFormatter", - "printedName": "Foundation.DateFormatter", - "usr": "c:objc(cs)NSDateFormatter" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC04dateC033_A2C9F05AA325294709013DE417B7E145LLSo06NSDateC0Cvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC04dateC033_A2C9F05AA325294709013DE417B7E145LLSo06NSDateC0Cvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 2, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "logger", - "printedName": "logger", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "LPABCSDK.LPABCLogger?" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 3, - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "LPABCSDK.LPABCLogger?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvg", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "LPABCSDK.LPABCLogger?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvs", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvM", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC11descriptionSSvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC11descriptionSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC11descriptionSSvg", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC11descriptionSSvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPABCLogComponent]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPABCLogFormatterCyACSS_AA0B9ComponentOdtcfc", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterCyACSS_AA0B9ComponentOdtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Convenience", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Convenience" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPABCLogComponent]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPABCLogFormatterCyACSS_SayAA0B9ComponentOGtcfc", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterCyACSS_SayAA0B9ComponentOGtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "format", - "printedName": "format(level:items:separator:terminator:file:line:column:function:date:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6format5level5items9separator10terminator4file4line6column8function4dateSSAA0B5LevelO_SayypGS3SS2iSS10Foundation4DateVtF", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6format5level5items9separator10terminator4file4line6column8function4dateSSAA0B5LevelO_SayypGS3SS2iSS10Foundation4DateVtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "format", - "printedName": "format(description:average:relativeStandardDeviation:file:line:column:function:date:instance:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6format11description7average25relativeStandardDeviation4file4line6column8function4date8instanceS2SSg_S2dSSS2iSS10Foundation4DateVSStF", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6format11description7average25relativeStandardDeviation4file4line6column8function4date8instanceS2SSg_S2dSSS2iSS10Foundation4DateVSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "default", - "printedName": "default", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7defaultACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7defaultACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7defaultACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7defaultACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "minimal", - "printedName": "minimal", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7minimalACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7minimalACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7minimalACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7minimalACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "detailed", - "printedName": "detailed", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC8detailedACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC8detailedACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC8detailedACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC8detailedACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lpUnifiedFormat", - "printedName": "lpUnifiedFormat", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC15lpUnifiedFormatACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC15lpUnifiedFormatACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "RawDocComment" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC15lpUnifiedFormatACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC15lpUnifiedFormatACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "trace", - "printedName": "trace", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5traceACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5traceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5traceACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5traceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "debug", - "printedName": "debug", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5debugACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5debugACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5debugACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5debugACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "info", - "printedName": "info", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC4infoACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC4infoACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC4infoACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC4infoACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "warning", - "printedName": "warning", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7warningACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7warningACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7warningACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7warningACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "error", - "printedName": "error", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5errorACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5errorACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5errorACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5errorACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK17LPABCLogFormatterC", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEService", - "printedName": "SDEService", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEServiceC4typeSSvp", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC4typeSSvg", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC4typeSSvs", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC4typeSSvM", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEServiceC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK10SDEServiceC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK10SDEServiceC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK10SDEServiceC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK10SDEServiceC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK10SDEServiceC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEService", - "printedName": "LPABCSDK.SDEService", - "usr": "s:8LPABCSDK10SDEServiceC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEServiceC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(topic:status:category:serviceId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEStatusType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", - "mangledName": "$s8LPABCSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEService", - "printedName": "LPABCSDK.SDEService", - "usr": "s:8LPABCSDK10SDEServiceC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEServiceC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK10SDEServiceC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK10SDEServiceC", - "mangledName": "$s8LPABCSDK10SDEServiceC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogBenchmarker", - "printedName": "LPABCLogBenchmarker", - "children": [ - { - "kind": "Function", - "name": "measure", - "printedName": "measure(_:iterations:block:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(description: Swift.String?, average: Swift.Double, relativeStandardDeviation: Swift.Double)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "typeAttributes": [ - "noescape" - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPABCLogBenchmarkerC7measure_10iterations5blockSSSg11description_Sd7averageSd25relativeStandardDeviationtAG_SiyyXEtF", - "mangledName": "$s8LPABCSDK19LPABCLogBenchmarkerC7measure_10iterations5blockSSSg11description_Sd7averageSd25relativeStandardDeviationtAG_SiyyXEtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogBenchmarker", - "printedName": "LPABCSDK.LPABCLogBenchmarker", - "usr": "s:8LPABCSDK19LPABCLogBenchmarkerC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPABCLogBenchmarkerCACycfc", - "mangledName": "$s8LPABCSDK19LPABCLogBenchmarkerCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK19LPABCLogBenchmarkerC", - "mangledName": "$s8LPABCSDK19LPABCLogBenchmarkerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDESearchedContent", - "printedName": "SDESearchedContent", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeSSvp", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeSSvg", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeSSvs", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeSSvM", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18SDESearchedContentC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK18SDESearchedContentC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK18SDESearchedContentC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK18SDESearchedContentC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK18SDESearchedContentC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK18SDESearchedContentC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDESearchedContent", - "printedName": "LPABCSDK.SDESearchedContent", - "usr": "s:8LPABCSDK18SDESearchedContentC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(keywords:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", - "mangledName": "$s8LPABCSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDESearchedContent", - "printedName": "LPABCSDK.SDESearchedContent", - "usr": "s:8LPABCSDK18SDESearchedContentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK18SDESearchedContentC", - "mangledName": "$s8LPABCSDK18SDESearchedContentC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCMessagePayloadError", - "children": [ - { - "kind": "Var", - "name": "unmatchdEnvironmentContext", - "printedName": "unmatchdEnvironmentContext", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO26unmatchdEnvironmentContextyACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO26unmatchdEnvironmentContextyACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "unresolvedParams", - "printedName": "unresolvedParams", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO16unresolvedParamsyACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO16unresolvedParamsyACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "payloadParsingError", - "printedName": "payloadParsingError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO014payloadParsingD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO014payloadParsingD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "payloadWritingError", - "printedName": "payloadWritingError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO014payloadWritingD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO014payloadWritingD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "payloadMaxlimitError", - "printedName": "payloadMaxlimitError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO015payloadMaxlimitD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO015payloadMaxlimitD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "bundleError", - "printedName": "bundleError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO06bundleD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO06bundleD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "infoPlistError", - "printedName": "infoPlistError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO09infoPlistD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO09infoPlistD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "sdkVersionError", - "printedName": "sdkVersionError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO010sdkVersionD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO010sdkVersionD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "mmoError", - "printedName": "mmoError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO03mmoD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO03mmoD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 8 - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityData", - "printedName": "LPActivityData", - "children": [ - { - "kind": "Var", - "name": "size", - "printedName": "size", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC4sizeSo6CGSizeVvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC4sizeSo6CGSizeVvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC4sizeSo6CGSizeVvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC4sizeSo6CGSizeVvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC7messageSSSgvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC7messageSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC7messageSSSgvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC7messageSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageFont", - "printedName": "messageFont", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC11messageFontSo6UIFontCvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC11messageFontSo6UIFontCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 2, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC11messageFontSo6UIFontCvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC11messageFontSo6UIFontCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageSpacing", - "printedName": "messageSpacing", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC14messageSpacing14CoreFoundation7CGFloatVvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC14messageSpacing12CoreGraphics7CGFloatVvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 3, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC14messageSpacing14CoreFoundation7CGFloatVvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC14messageSpacing12CoreGraphics7CGFloatVvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC4typeAA0B13IndicatorTypeOvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC4typeAA0B13IndicatorTypeOvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 4, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC4typeAA0B13IndicatorTypeOvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC4typeAA0B13IndicatorTypeOvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC5colorSo7UIColorCvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC5colorSo7UIColorCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 5, - "isLet": true, - "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": "s:8LPABCSDK14LPActivityDataC5colorSo7UIColorCvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC5colorSo7UIColorCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "textColor", - "printedName": "textColor", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC9textColorSo7UIColorCvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC9textColorSo7UIColorCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 6, - "isLet": true, - "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": "s:8LPABCSDK14LPActivityDataC9textColorSo7UIColorCvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC9textColorSo7UIColorCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "padding", - "printedName": "padding", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC7padding14CoreFoundation7CGFloatVvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC7padding12CoreGraphics7CGFloatVvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 7, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC7padding14CoreFoundation7CGFloatVvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC7padding12CoreGraphics7CGFloatVvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "displayTimeThreshold", - "printedName": "displayTimeThreshold", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC20displayTimeThresholdSivp", - "mangledName": "$s8LPABCSDK14LPActivityDataC20displayTimeThresholdSivp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 8, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC20displayTimeThresholdSivg", - "mangledName": "$s8LPABCSDK14LPActivityDataC20displayTimeThresholdSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "minimumDisplayTime", - "printedName": "minimumDisplayTime", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC18minimumDisplayTimeSivp", - "mangledName": "$s8LPABCSDK14LPActivityDataC18minimumDisplayTimeSivp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 9, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC18minimumDisplayTimeSivg", - "mangledName": "$s8LPABCSDK14LPActivityDataC18minimumDisplayTimeSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC15backgroundColorSo7UIColorCvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC15backgroundColorSo7UIColorCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 10, - "isLet": true, - "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": "s:8LPABCSDK14LPActivityDataC15backgroundColorSo7UIColorCvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC15backgroundColorSo7UIColorCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(size:message:messageFont:messageSpacing:type:color:padding:displayTimeThreshold:minimumDisplayTime:backgroundColor:textColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityData", - "printedName": "LPABCSDK.LPActivityData", - "usr": "s:8LPABCSDK14LPActivityDataC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIFont?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityIndicatorType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPActivityDataC4size7message0E4Font0E7Spacing4type5color7padding20displayTimeThreshold014minimumDisplayL015backgroundColor04textQ0ACSo6CGSizeVSg_SSSgSo6UIFontCSg14CoreFoundation7CGFloatVSgAA0B13IndicatorTypeOSgSo7UIColorCSgAYSiSgA4_A3_A3_tcfc", - "mangledName": "$s8LPABCSDK14LPActivityDataC4size7message0E4Font0E7Spacing4type5color7padding20displayTimeThreshold014minimumDisplayL015backgroundColor04textQ0ACSo6CGSizeVSg_SSSgSo6UIFontCSg12CoreGraphics7CGFloatVSgAA0B13IndicatorTypeOSgSo7UIColorCSgAYSiSgA4_A3_A3_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK14LPActivityDataC", - "mangledName": "$s8LPABCSDK14LPActivityDataC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorPresenter", - "printedName": "LPActivityIndicatorPresenter", - "children": [ - { - "kind": "Var", - "name": "restorationIdentifier", - "printedName": "restorationIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC21restorationIdentifier029_2957A73E4AA3BF3AE435C1B302F8L2C4LLSSvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC21restorationIdentifier029_2957A73E4AA3BF3AE435C1B302F8L2C4LLSSvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "messageLabel", - "printedName": "messageLabel", - "children": [ - { - "kind": "TypeNominal", - "name": "UILabel", - "printedName": "UIKit.UILabel", - "usr": "c:objc(cs)UILabel" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC12messageLabel029_2957A73E4AA3BF3AE435C1B302F8L2C4LLSo7UILabelCvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC12messageLabel029_2957A73E4AA3BF3AE435C1B302F8L2C4LLSo7UILabelCvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 1, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "state", - "printedName": "state", - "children": [ - { - "kind": "TypeNominal", - "name": "State", - "printedName": "LPABCSDK.LPActivityIndicatorPresenter.State", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC5State029_2957A73E4AA3BF3AE435C1B302F8K2C4LLO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC5state029_2957A73E4AA3BF3AE435C1B302F8K2C4LLAC5StateAELLOvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC5state029_2957A73E4AA3BF3AE435C1B302F8K2C4LLAC5StateAELLOvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 2, - "hasStorage": true - }, - { - "kind": "Var", - "name": "data", - "printedName": "data", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityData", - "printedName": "LPABCSDK.LPActivityData", - "usr": "s:8LPABCSDK14LPActivityDataC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC4data029_2957A73E4AA3BF3AE435C1B302F8K2C4LLAA0B4DataCSgvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC4data029_2957A73E4AA3BF3AE435C1B302F8K2C4LLAA0B4DataCSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 3, - "hasStorage": true - }, - { - "kind": "Var", - "name": "waitingToStartGroup", - "printedName": "waitingToStartGroup", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchGroup", - "printedName": "Dispatch.DispatchGroup", - "usr": "c:objc(cs)OS_dispatch_group" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC19waitingToStartGroup029_2957A73E4AA3BF3AE435C1B302F8N2C4LLSo17OS_dispatch_groupCvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC19waitingToStartGroup029_2957A73E4AA3BF3AE435C1B302F8N2C4LLSo17OS_dispatch_groupCvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 4, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "sharedInstance", - "printedName": "sharedInstance", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorPresenter", - "printedName": "LPABCSDK.LPActivityIndicatorPresenter", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC14sharedInstanceACvpZ", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC14sharedInstanceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorPresenter", - "printedName": "LPABCSDK.LPActivityIndicatorPresenter", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC14sharedInstanceACvgZ", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC14sharedInstanceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "isAnimating", - "printedName": "isAnimating", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC11isAnimatingSbvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC11isAnimatingSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC11isAnimatingSbvg", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC11isAnimatingSbvg", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "startAnimating", - "printedName": "startAnimating(_:_:baseView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPActivityData", - "printedName": "LPABCSDK.LPActivityData", - "usr": "s:8LPABCSDK14LPActivityDataC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC14startAnimating__8baseViewyAA0B4DataC_ySo6UIViewCcSgAItF", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC14startAnimating__8baseViewyAA0B4DataC_ySo6UIViewCcSgAItF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "stopAnimating", - "printedName": "stopAnimating(_:baseView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIView, @escaping () -> ()) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC13stopAnimating_8baseViewyySo6UIViewC_yyctcSg_AGtF", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC13stopAnimating_8baseViewyySo6UIViewC_yyctcSg_AGtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setMessage", - "printedName": "setMessage(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC10setMessageyySSSgF", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC10setMessageyySSSgF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEVisitorError", - "printedName": "SDEVisitorError", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeSSvp", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeSSvg", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeSSvs", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeSSvM", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDEVisitorErrorC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK15SDEVisitorErrorC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEVisitorError", - "printedName": "LPABCSDK.SDEVisitorError", - "usr": "s:8LPABCSDK15SDEVisitorErrorC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(contextId:message:code:level:resolved:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEVisitorError", - "printedName": "LPABCSDK.SDEVisitorError", - "usr": "s:8LPABCSDK15SDEVisitorErrorC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK15SDEVisitorErrorC", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogger", - "printedName": "LPABCLogger", - "children": [ - { - "kind": "Var", - "name": "sharedInstance", - "printedName": "sharedInstance", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC14sharedInstanceACvpZ", - "mangledName": "$s8LPABCSDK11LPABCLoggerC14sharedInstanceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC14sharedInstanceACvgZ", - "mangledName": "$s8LPABCSDK11LPABCLoggerC14sharedInstanceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "initialize", - "printedName": "initialize(formatter:minLevel:enable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "hasDefaultArg": true, - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "hasDefaultArg": true, - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC10initialize9formatter8minLevel6enableAcA17LPABCLogFormatterC_AA0hF0OSbtFZ", - "mangledName": "$s8LPABCSDK11LPABCLoggerC10initialize9formatter8minLevel6enableAcA17LPABCLogFormatterC_AA0hF0OSbtFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "enabled", - "printedName": "enabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC7enabledSbSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7enabledSbSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC7enabledSbSgvg", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7enabledSbSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC7enabledSbSgvs", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7enabledSbSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC7enabledSbSgvM", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7enabledSbSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "formatter", - "printedName": "formatter", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogFormatter?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogFormatter?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvg", - "mangledName": "$s8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogFormatter?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvs", - "mangledName": "$s8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvM", - "mangledName": "$s8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "minLevel", - "printedName": "minLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvg", - "mangledName": "$s8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvs", - "mangledName": "$s8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvM", - "mangledName": "$s8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "format", - "printedName": "format", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC6formatSSSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC6formatSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC6formatSSSgvg", - "mangledName": "$s8LPABCSDK11LPABCLoggerC6formatSSSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_loggerQueue", - "printedName": "$__lazy_storage_$_loggerQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Dispatch.DispatchQueue?", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC29$__lazy_storage_$_loggerQueue33_AB2D1C780A22666CCFA64D2F6CD6F836LLSo17OS_dispatch_queueCSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC29$__lazy_storage_$_loggerQueue33_AB2D1C780A22666CCFA64D2F6CD6F836LLSo17OS_dispatch_queueCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 3, - "hasStorage": true - }, - { - "kind": "Function", - "name": "trace", - "printedName": "trace(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC5trace_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC5trace_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "debug", - "printedName": "debug(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC5debug_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC5debug_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "info", - "printedName": "info(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC4info_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC4info_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "warning", - "printedName": "warning(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC7warning_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7warning_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "error", - "printedName": "error(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC5error_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC5error_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK11LPABCLoggerC", - "mangledName": "$s8LPABCSDK11LPABCLoggerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LogStrings", - "printedName": "LogStrings", - "children": [ - { - "kind": "Var", - "name": "kDispose", - "printedName": "kDispose", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV8kDisposeSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV8kDisposeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV8kDisposeSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV8kDisposeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSDK_Deinit", - "printedName": "kSDK_Deinit", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV11kSDK_DeinitSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV11kSDK_DeinitSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV11kSDK_DeinitSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV11kSDK_DeinitSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kDeinit", - "printedName": "kDeinit", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV7kDeinitSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV7kDeinitSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV7kDeinitSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV7kDeinitSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kInit", - "printedName": "kInit", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV5kInitSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV5kInitSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV5kInitSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV5kInitSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kInitialize", - "printedName": "kInitialize", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV11kInitializeSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV11kInitializeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV11kInitializeSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV11kInitializeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerHostEnv", - "printedName": "kLoggerHostEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerHostEnvSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerHostEnvSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerHostEnvSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerHostEnvSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDKINIT", - "printedName": "kLoggerSDKINIT", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDKINITSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDKINITSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDKINITSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDKINITSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerCDATAFailMO", - "printedName": "kLoggerCDATAFailMO", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV18kLoggerCDATAFailMOSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV18kLoggerCDATAFailMOSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV18kLoggerCDATAFailMOSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV18kLoggerCDATAFailMOSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggeriMEnvError", - "printedName": "kLoggeriMEnvError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV17kLoggeriMEnvErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV17kLoggeriMEnvErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV17kLoggeriMEnvErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV17kLoggeriMEnvErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerLoggosCallInitiated", - "printedName": "kLoggerLoggosCallInitiated", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV26kLoggerLoggosCallInitiatedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggerLoggosCallInitiatedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV26kLoggerLoggosCallInitiatedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggerLoggosCallInitiatedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerLoggosCallBody", - "printedName": "kLoggerLoggosCallBody", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerLoggosCallBodySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerLoggosCallBodySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerLoggosCallBodySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerLoggosCallBodySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerLoggosCallSuccess", - "printedName": "kLoggerLoggosCallSuccess", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerLoggosCallSuccessSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerLoggosCallSuccessSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerLoggosCallSuccessSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerLoggosCallSuccessSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerNoIncomingMessage", - "printedName": "kLoggerNoIncomingMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerNoIncomingMessageSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerNoIncomingMessageSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerNoIncomingMessageSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerNoIncomingMessageSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerIncomingPayload", - "printedName": "kLoggerIncomingPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerIncomingPayloadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerIncomingPayloadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerIncomingPayloadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerIncomingPayloadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageIsAgenttoConsumer", - "printedName": "kLoggerMessageIsAgenttoConsumer", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV31kLoggerMessageIsAgenttoConsumerSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV31kLoggerMessageIsAgenttoConsumerSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV31kLoggerMessageIsAgenttoConsumerSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV31kLoggerMessageIsAgenttoConsumerSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerPayloadStoredtoDB", - "printedName": "kLoggerPayloadStoredtoDB", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerPayloadStoredtoDBSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerPayloadStoredtoDBSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerPayloadStoredtoDBSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerPayloadStoredtoDBSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSendingImplicitSDE", - "printedName": "kLoggerSendingImplicitSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerSendingImplicitSDESSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerSendingImplicitSDESSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerSendingImplicitSDESSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerSendingImplicitSDESSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDESentSuccess", - "printedName": "kLoggerSDESentSuccess", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDESentSuccessSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDESentSuccessSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDESentSuccessSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDESentSuccessSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDESentfailure", - "printedName": "kLoggerSDESentfailure", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDESentfailureSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDESentfailureSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDESentfailureSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDESentfailureSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDESent", - "printedName": "kLoggerSDESent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDESentSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDESentSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDESentSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDESentSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleWillBeSent", - "printedName": "kLoggerSDEIdleWillBeSent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEIdleWillBeSentSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEIdleWillBeSentSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEIdleWillBeSentSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEIdleWillBeSentSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleStackSendSuccess", - "printedName": "kLoggerSDEIdleStackSendSuccess", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSDEIdleStackSendSuccessSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSDEIdleStackSendSuccessSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSDEIdleStackSendSuccessSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSDEIdleStackSendSuccessSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDERetry", - "printedName": "kLoggerSDERetry", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV15kLoggerSDERetrySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV15kLoggerSDERetrySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV15kLoggerSDERetrySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV15kLoggerSDERetrySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerURLSessionResponse", - "printedName": "kLoggerURLSessionResponse", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerURLSessionResponseSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerURLSessionResponseSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerURLSessionResponseSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerURLSessionResponseSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEResponseStatus", - "printedName": "kLoggerSDEResponseStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEResponseStatusSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEResponseStatusSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEResponseStatusSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEResponseStatusSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleStart", - "printedName": "kLoggerSDEIdleStart", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV19kLoggerSDEIdleStartSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV19kLoggerSDEIdleStartSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV19kLoggerSDEIdleStartSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV19kLoggerSDEIdleStartSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleStop", - "printedName": "kLoggerSDEIdleStop", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV18kLoggerSDEIdleStopSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV18kLoggerSDEIdleStopSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV18kLoggerSDEIdleStopSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV18kLoggerSDEIdleStopSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleStackCount", - "printedName": "kLoggerSDEIdleStackCount", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEIdleStackCountSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEIdleStackCountSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEIdleStackCountSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEIdleStackCountSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEAddedStackCount", - "printedName": "kLoggerSDEAddedStackCount", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerSDEAddedStackCountSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerSDEAddedStackCountSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerSDEAddedStackCountSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerSDEAddedStackCountSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleFireDelegate", - "printedName": "kLoggerSDEIdleFireDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV26kLoggerSDEIdleFireDelegateSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggerSDEIdleFireDelegateSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV26kLoggerSDEIdleFireDelegateSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggerSDEIdleFireDelegateSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdlestackClraedCount", - "printedName": "kLoggerSDEIdlestackClraedCount", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSDEIdlestackClraedCountSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSDEIdlestackClraedCountSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSDEIdlestackClraedCountSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSDEIdlestackClraedCountSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEStackCleared", - "printedName": "kLoggerSDEStackCleared", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerSDEStackClearedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerSDEStackClearedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerSDEStackClearedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerSDEStackClearedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEJasonCleared", - "printedName": "kLoggerSDEJasonCleared", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerSDEJasonClearedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerSDEJasonClearedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerSDEJasonClearedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerSDEJasonClearedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSOutgoingMessagePayload", - "printedName": "kLoggerSOutgoingMessagePayload", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSOutgoingMessagePayloadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSOutgoingMessagePayloadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSOutgoingMessagePayloadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSOutgoingMessagePayloadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSuccess", - "printedName": "kLoggerSuccess", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSuccessSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSuccessSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSuccessSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSuccessSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSecureFormSubmitted", - "printedName": "kSecureFormSubmitted", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kSecureFormSubmittedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kSecureFormSubmittedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kSecureFormSubmittedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kSecureFormSubmittedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSecureFormCompleted", - "printedName": "kSecureFormCompleted", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kSecureFormCompletedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kSecureFormCompletedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kSecureFormCompletedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kSecureFormCompletedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorBundlenotSet", - "printedName": "kLoggerErrorBundlenotSet", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerErrorBundlenotSetSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerErrorBundlenotSetSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerErrorBundlenotSetSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerErrorBundlenotSetSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorInfoPlistCouldnotLoad", - "printedName": "kLoggerErrorInfoPlistCouldnotLoad", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV33kLoggerErrorInfoPlistCouldnotLoadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggerErrorInfoPlistCouldnotLoadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV33kLoggerErrorInfoPlistCouldnotLoadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggerErrorInfoPlistCouldnotLoadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorInfoPlistCouldnotLParse", - "printedName": "kLoggerErrorInfoPlistCouldnotLParse", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV35kLoggerErrorInfoPlistCouldnotLParseSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV35kLoggerErrorInfoPlistCouldnotLParseSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV35kLoggerErrorInfoPlistCouldnotLParseSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV35kLoggerErrorInfoPlistCouldnotLParseSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorInfoPlistCredentials", - "printedName": "kLoggerErrorInfoPlistCredentials", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV32kLoggerErrorInfoPlistCredentialsSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV32kLoggerErrorInfoPlistCredentialsSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV32kLoggerErrorInfoPlistCredentialsSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV32kLoggerErrorInfoPlistCredentialsSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorAppGroupCouldnotLoad", - "printedName": "kLoggerErrorAppGroupCouldnotLoad", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV32kLoggerErrorAppGroupCouldnotLoadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV32kLoggerErrorAppGroupCouldnotLoadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV32kLoggerErrorAppGroupCouldnotLoadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV32kLoggerErrorAppGroupCouldnotLoadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorappgroup", - "printedName": "kLoggerErrorappgroup", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerErrorappgroupSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerErrorappgroupSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerErrorappgroupSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerErrorappgroupSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorBrandID", - "printedName": "kLoggerErrorBrandID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV19kLoggerErrorBrandIDSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV19kLoggerErrorBrandIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV19kLoggerErrorBrandIDSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV19kLoggerErrorBrandIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerEnvironmentError", - "printedName": "kLoggerEnvironmentError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV23kLoggerEnvironmentErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kLoggerEnvironmentErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV23kLoggerEnvironmentErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kLoggerEnvironmentErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageRedundantDupCall", - "printedName": "kLoggerMessageRedundantDupCall", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerMessageRedundantDupCallSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerMessageRedundantDupCallSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerMessageRedundantDupCallSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerMessageRedundantDupCallSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageRedundantAgenttoConsumer", - "printedName": "kLoggerMessageRedundantAgenttoConsumer", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV38kLoggerMessageRedundantAgenttoConsumerSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV38kLoggerMessageRedundantAgenttoConsumerSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV38kLoggerMessageRedundantAgenttoConsumerSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV38kLoggerMessageRedundantAgenttoConsumerSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageRedundantNoCachablePayload", - "printedName": "kLoggerMessageRedundantNoCachablePayload", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV40kLoggerMessageRedundantNoCachablePayloadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV40kLoggerMessageRedundantNoCachablePayloadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV40kLoggerMessageRedundantNoCachablePayloadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV40kLoggerMessageRedundantNoCachablePayloadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageRedundantAlreadyInCache", - "printedName": "kLoggerMessageRedundantAlreadyInCache", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV37kLoggerMessageRedundantAlreadyInCacheSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV37kLoggerMessageRedundantAlreadyInCacheSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV37kLoggerMessageRedundantAlreadyInCacheSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV37kLoggerMessageRedundantAlreadyInCacheSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggererrorTextRpleyError", - "printedName": "kLoggererrorTextRpleyError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV26kLoggererrorTextRpleyErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggererrorTextRpleyErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV26kLoggererrorTextRpleyErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggererrorTextRpleyErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggererrorMessageURLParsing", - "printedName": "kLoggererrorMessageURLParsing", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV29kLoggererrorMessageURLParsingSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV29kLoggererrorMessageURLParsingSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV29kLoggererrorMessageURLParsingSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV29kLoggererrorMessageURLParsingSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggererrorMessagePayloadIsEmpty", - "printedName": "kLoggererrorMessagePayloadIsEmpty", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV33kLoggererrorMessagePayloadIsEmptySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggererrorMessagePayloadIsEmptySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV33kLoggererrorMessagePayloadIsEmptySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggererrorMessagePayloadIsEmptySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDECreateError", - "printedName": "kLoggerSDECreateError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDECreateErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDECreateErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDECreateErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDECreateErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEStackEmpty", - "printedName": "kLoggerSDEStackEmpty", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerSDEStackEmptySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerSDEStackEmptySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerSDEStackEmptySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerSDEStackEmptySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEFail", - "printedName": "kLoggerSDEFail", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDEFailSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDEFailSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDEFailSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDEFailSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorSharkCredentials", - "printedName": "kLoggerErrorSharkCredentials", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV28kLoggerErrorSharkCredentialsSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLoggerErrorSharkCredentialsSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV28kLoggerErrorSharkCredentialsSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLoggerErrorSharkCredentialsSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorTimestampNotAvailable", - "printedName": "kLoggerErrorTimestampNotAvailable", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV33kLoggerErrorTimestampNotAvailableSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggerErrorTimestampNotAvailableSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV33kLoggerErrorTimestampNotAvailableSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggerErrorTimestampNotAvailableSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorSDEstackIsEmpty", - "printedName": "kLoggerErrorSDEstackIsEmpty", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV27kLoggerErrorSDEstackIsEmptySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV27kLoggerErrorSDEstackIsEmptySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV27kLoggerErrorSDEstackIsEmptySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV27kLoggerErrorSDEstackIsEmptySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorInvalidURL", - "printedName": "kLoggerErrorInvalidURL", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerErrorInvalidURLSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerErrorInvalidURLSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerErrorInvalidURLSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerErrorInvalidURLSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorUnresolvedURL", - "printedName": "kLoggerErrorUnresolvedURL", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerErrorUnresolvedURLSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerErrorUnresolvedURLSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerErrorUnresolvedURLSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerErrorUnresolvedURLSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorUnresolvedURLError", - "printedName": "kLoggerErrorUnresolvedURLError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerErrorUnresolvedURLErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerErrorUnresolvedURLErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerErrorUnresolvedURLErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerErrorUnresolvedURLErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorResponse", - "printedName": "kLoggerErrorResponse", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerErrorResponseSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerErrorResponseSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerErrorResponseSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerErrorResponseSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerError", - "printedName": "kLoggerError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV12kLoggerErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV12kLoggerErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV12kLoggerErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV12kLoggerErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorPersistentContainerError", - "printedName": "kLoggerErrorPersistentContainerError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV031kLoggerErrorPersistentContainerE0SSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV031kLoggerErrorPersistentContainerE0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV031kLoggerErrorPersistentContainerE0SSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV031kLoggerErrorPersistentContainerE0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataClear", - "printedName": "kLoggerErrorDataClear", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerErrorDataClearSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerErrorDataClearSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerErrorDataClearSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerErrorDataClearSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataMONotCreated", - "printedName": "kLoggerErrorDataMONotCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV28kLoggerErrorDataMONotCreatedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLoggerErrorDataMONotCreatedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV28kLoggerErrorDataMONotCreatedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLoggerErrorDataMONotCreatedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataMOError", - "printedName": "kLoggerErrorDataMOError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV23kLoggerErrorDataMOErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kLoggerErrorDataMOErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV23kLoggerErrorDataMOErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kLoggerErrorDataMOErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataContextSaveError", - "printedName": "kLoggerErrorDataContextSaveError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV027kLoggerErrorDataContextSaveE0SSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV027kLoggerErrorDataContextSaveE0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV027kLoggerErrorDataContextSaveE0SSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV027kLoggerErrorDataContextSaveE0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataLoadPayloadError", - "printedName": "kLoggerErrorDataLoadPayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV027kLoggerErrorDataLoadPayloadE0SSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV027kLoggerErrorDataLoadPayloadE0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV027kLoggerErrorDataLoadPayloadE0SSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV027kLoggerErrorDataLoadPayloadE0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLPDataCouldnotParsed", - "printedName": "kLPDataCouldnotParsed", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLPDataCouldnotParsedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLPDataCouldnotParsedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLPDataCouldnotParsedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLPDataCouldnotParsedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLPDataDecodingTypeMismatch", - "printedName": "kLPDataDecodingTypeMismatch", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV27kLPDataDecodingTypeMismatchSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV27kLPDataDecodingTypeMismatchSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV27kLPDataDecodingTypeMismatchSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV27kLPDataDecodingTypeMismatchSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLPDataCredentialModelIsNull", - "printedName": "kLPDataCredentialModelIsNull", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV28kLPDataCredentialModelIsNullSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLPDataCredentialModelIsNullSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV28kLPDataCredentialModelIsNullSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLPDataCredentialModelIsNullSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerLoggosBodyFail", - "printedName": "kLoggerLoggosBodyFail", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerLoggosBodyFailSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerLoggosBodyFailSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerLoggosBodyFailSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerLoggosBodyFailSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kInternetConnectionFail", - "printedName": "kInternetConnectionFail", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV23kInternetConnectionFailSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kInternetConnectionFailSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV23kInternetConnectionFailSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kInternetConnectionFailSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kInternetConnectionOK", - "printedName": "kInternetConnectionOK", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kInternetConnectionOKSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kInternetConnectionOKSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kInternetConnectionOKSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kInternetConnectionOKSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kKeychainEmpty", - "printedName": "kKeychainEmpty", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kKeychainEmptySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kKeychainEmptySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kKeychainEmptySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kKeychainEmptySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LogStrings", - "printedName": "LPABCSDK.LogStrings", - "usr": "s:8LPABCSDK10LogStringsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10LogStringsVACycfc", - "mangledName": "$s8LPABCSDK10LogStringsVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK10LogStringsV", - "mangledName": "$s8LPABCSDK10LogStringsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "EventType", - "printedName": "EventType", - "children": [ - { - "kind": "Var", - "name": "subscribers", - "printedName": "subscribers", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvpZ", - "mangledName": "$s8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvgZ", - "mangledName": "$s8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvsZ", - "mangledName": "$s8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvMZ", - "mangledName": "$s8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sdkEvent", - "printedName": "sdkEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9EventTypeV03sdkB0AA10LPABCEventOvp", - "mangledName": "$s8LPABCSDK9EventTypeV03sdkB0AA10LPABCEventOvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9EventTypeV03sdkB0AA10LPABCEventOvg", - "mangledName": "$s8LPABCSDK9EventTypeV03sdkB0AA10LPABCEventOvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "EventType", - "printedName": "LPABCSDK.EventType", - "usr": "s:8LPABCSDK9EventTypeV" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9EventTypeVyAcA10LPABCEventOcfc", - "mangledName": "$s8LPABCSDK9EventTypeVyAcA10LPABCEventOcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setSubscribers", - "printedName": "setSubscribers(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK9EventTypeV14setSubscribersyyShyAA10LPABCEventOGSgFZ", - "mangledName": "$s8LPABCSDK9EventTypeV14setSubscribersyyShyAA10LPABCEventOGSgFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9EventTypeV", - "mangledName": "$s8LPABCSDK9EventTypeV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCSettings", - "printedName": "LPABCSettings", - "children": [ - { - "kind": "Var", - "name": "sharedInstance", - "printedName": "sharedInstance", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCSettings", - "printedName": "LPABCSDK.LPABCSettings", - "usr": "s:8LPABCSDK13LPABCSettingsC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPABCSettingsC14sharedInstanceACvpZ", - "mangledName": "$s8LPABCSDK13LPABCSettingsC14sharedInstanceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCSettings", - "printedName": "LPABCSDK.LPABCSettings", - "usr": "s:8LPABCSDK13LPABCSettingsC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPABCSettingsC14sharedInstanceACvgZ", - "mangledName": "$s8LPABCSDK13LPABCSettingsC14sharedInstanceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "getDomainUserdefaults", - "printedName": "getDomainUserdefaults()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.UserDefaults?", - "children": [ - { - "kind": "TypeNominal", - "name": "UserDefaults", - "printedName": "Foundation.UserDefaults", - "usr": "c:objc(cs)NSUserDefaults" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC21getDomainUserdefaultsSo14NSUserDefaultsCSgyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC21getDomainUserdefaultsSo14NSUserDefaultsCSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isExtentionEnvironmentContext", - "printedName": "isExtentionEnvironmentContext()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC29isExtentionEnvironmentContextSbyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC29isExtentionEnvironmentContextSbyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getAppGroup", - "printedName": "getAppGroup()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC11getAppGroupSSSgyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC11getAppGroupSSSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getCredentialsFromInfoPlist", - "printedName": "getCredentialsFromInfoPlist()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC27getCredentialsFromInfoPlistSDySSypGSgyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC27getCredentialsFromInfoPlistSDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clearDomain", - "printedName": "clearDomain()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC11clearDomainyyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC11clearDomainyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK13LPABCSettingsC", - "mangledName": "$s8LPABCSDK13LPABCSettingsC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEProductView", - "printedName": "SDEProductView", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14SDEProductViewC4typeSSvp", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC4typeSSvg", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC4typeSSvs", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC4typeSSvM", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14SDEProductViewC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK14SDEProductViewC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK14SDEProductViewC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK14SDEProductViewC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK14SDEProductViewC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK14SDEProductViewC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductView", - "printedName": "LPABCSDK.SDEProductView", - "usr": "s:8LPABCSDK14SDEProductViewC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14SDEProductViewC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(currency:products:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0B5MakerVGSgtF", - "mangledName": "$s8LPABCSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0B5MakerVGSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductView", - "printedName": "LPABCSDK.SDEProductView", - "usr": "s:8LPABCSDK14SDEProductViewC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK14SDEProductViewC", - "mangledName": "$s8LPABCSDK14SDEProductViewC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEManager", - "printedName": "SDEManager", - "children": [ - { - "kind": "Var", - "name": "sdeType", - "printedName": "sdeType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC7sdeType33_2279138DDB4EF5D8A8F3A73087086309LLAA7SDETypeOSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC7sdeType33_2279138DDB4EF5D8A8F3A73087086309LLAA7SDETypeOSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Function", - "name": "initialize", - "printedName": "initialize()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManager", - "printedName": "LPABCSDK.SDEManager", - "usr": "s:8LPABCSDK10SDEManagerC" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC10initializeACyFZ", - "mangledName": "$s8LPABCSDK10SDEManagerC10initializeACyFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "sdeIdleStack", - "printedName": "sdeIdleStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC12sdeIdleStackSaySDySSypGGvp", - "mangledName": "$s8LPABCSDK10SDEManagerC12sdeIdleStackSaySDySSypGGvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "AccessControl", - "Lazy", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC12sdeIdleStackSaySDySSypGGvg", - "mangledName": "$s8LPABCSDK10SDEManagerC12sdeIdleStackSaySDySSypGGvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_sdeIdleStack", - "printedName": "$__lazy_storage_$_sdeIdleStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[[Swift.String : Any]]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC30$__lazy_storage_$_sdeIdleStack33_2279138DDB4EF5D8A8F3A73087086309LLSaySDySSypGGSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC30$__lazy_storage_$_sdeIdleStack33_2279138DDB4EF5D8A8F3A73087086309LLSaySDySSypGGSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Var", - "name": "sdeStack", - "printedName": "sdeStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC8sdeStackSaySDySSypGGvp", - "mangledName": "$s8LPABCSDK10SDEManagerC8sdeStackSaySDySSypGGvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "AccessControl", - "Lazy" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC8sdeStackSaySDySSypGGvg", - "mangledName": "$s8LPABCSDK10SDEManagerC8sdeStackSaySDySSypGGvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_sdeStack", - "printedName": "$__lazy_storage_$_sdeStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[[Swift.String : Any]]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC26$__lazy_storage_$_sdeStack33_2279138DDB4EF5D8A8F3A73087086309LLSaySDySSypGGSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC26$__lazy_storage_$_sdeStack33_2279138DDB4EF5D8A8F3A73087086309LLSaySDySSypGGSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 2, - "hasStorage": true - }, - { - "kind": "Var", - "name": "delegate", - "printedName": "delegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "LPABCSDK.SDEManagerProtocol?" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 3, - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEManagerProtocol?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManagerProtocol", - "printedName": "LPABCSDK.SDEManagerProtocol", - "usr": "s:8LPABCSDK18SDEManagerProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvg", - "mangledName": "$s8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEManagerProtocol?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManagerProtocol", - "printedName": "LPABCSDK.SDEManagerProtocol", - "usr": "s:8LPABCSDK18SDEManagerProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvs", - "mangledName": "$s8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvM", - "mangledName": "$s8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "retryCounter", - "printedName": "retryCounter", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC12retryCounterSivp", - "mangledName": "$s8LPABCSDK10SDEManagerC12retryCounterSivp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC12retryCounterSivg", - "mangledName": "$s8LPABCSDK10SDEManagerC12retryCounterSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "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": "s:8LPABCSDK10SDEManagerC12retryCounterSivs", - "mangledName": "$s8LPABCSDK10SDEManagerC12retryCounterSivs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC12retryCounterSivM", - "mangledName": "$s8LPABCSDK10SDEManagerC12retryCounterSivM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "currentSDE", - "printedName": "currentSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEBase?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEBase?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvg", - "mangledName": "$s8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEBase?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvs", - "mangledName": "$s8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvM", - "mangledName": "$s8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timer", - "printedName": "timer", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Timer?", - "children": [ - { - "kind": "TypeNominal", - "name": "Timer", - "printedName": "Foundation.Timer", - "usr": "c:objc(cs)NSTimer" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC5timer33_2279138DDB4EF5D8A8F3A73087086309LLSo7NSTimerCSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC5timer33_2279138DDB4EF5D8A8F3A73087086309LLSo7NSTimerCSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 6, - "hasStorage": true - }, - { - "kind": "Var", - "name": "currentRunLoop", - "printedName": "currentRunLoop", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.RunLoop?", - "children": [ - { - "kind": "TypeNominal", - "name": "RunLoop", - "printedName": "Foundation.RunLoop", - "usr": "c:objc(cs)NSRunLoop" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC14currentRunLoop33_2279138DDB4EF5D8A8F3A73087086309LLSo05NSRunE0CSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC14currentRunLoop33_2279138DDB4EF5D8A8F3A73087086309LLSo05NSRunE0CSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 7, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_idleQueue", - "printedName": "$__lazy_storage_$_idleQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Dispatch.DispatchQueue?", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC27$__lazy_storage_$_idleQueue33_2279138DDB4EF5D8A8F3A73087086309LLSo17OS_dispatch_queueCSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC27$__lazy_storage_$_idleQueue33_2279138DDB4EF5D8A8F3A73087086309LLSo17OS_dispatch_queueCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 8, - "hasStorage": true - }, - { - "kind": "Var", - "name": "isAutoSendOnIdle", - "printedName": "isAutoSendOnIdle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC16isAutoSendOnIdle33_2279138DDB4EF5D8A8F3A73087086309LLSbSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC16isAutoSendOnIdle33_2279138DDB4EF5D8A8F3A73087086309LLSbSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 9, - "hasStorage": true - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManager", - "printedName": "LPABCSDK.SDEManager", - "usr": "s:8LPABCSDK10SDEManagerC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEManagerCACycfc", - "mangledName": "$s8LPABCSDK10SDEManagerCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setupSDETemplateWithType", - "printedName": "setupSDETemplateWithType(sdeType:autoSendWhenIdle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC24setupSDETemplateWithType03sdeF016autoSendWhenIdleyAA7SDETypeO_SbSgtF", - "mangledName": "$s8LPABCSDK10SDEManagerC24setupSDETemplateWithType03sdeF016autoSendWhenIdleyAA7SDETypeO_SbSgtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clearautoSendOnIdleSDEStack", - "printedName": "clearautoSendOnIdleSDEStack()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC27clearautoSendOnIdleSDEStackyyF", - "mangledName": "$s8LPABCSDK10SDEManagerC27clearautoSendOnIdleSDEStackyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clearSDEStack", - "printedName": "clearSDEStack()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC13clearSDEStackyyF", - "mangledName": "$s8LPABCSDK10SDEManagerC13clearSDEStackyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clearJsonSDE", - "printedName": "clearJsonSDE()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC12clearJsonSDEyyF", - "mangledName": "$s8LPABCSDK10SDEManagerC12clearJsonSDEyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK10SDEManagerC", - "mangledName": "$s8LPABCSDK10SDEManagerC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPayloadCodingKeys", - "printedName": "LPayloadCodingKeys", - "children": [ - { - "kind": "Var", - "name": "intValue", - "printedName": "intValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvp", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvg", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvs", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvM", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPayloadCodingKeys?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueACSgSi_tcfc", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueACSgSi_tcfc", - "moduleName": "LPABCSDK", - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueSSvp", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasStorage" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueSSvg", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueSSvs", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueSSvM", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPayloadCodingKeys?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "accountID", - "printedName": "accountID", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV9accountIDACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV9accountIDACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV9accountIDACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV9accountIDACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consumerID", - "printedName": "consumerID", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV10consumerIDACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV10consumerIDACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV10consumerIDACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV10consumerIDACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "appInstallID", - "printedName": "appInstallID", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV12appInstallIDACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV12appInstallIDACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV12appInstallIDACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV12appInstallIDACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV4typeACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV4typeACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV4typeACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV4typeACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "monitoringDomain", - "printedName": "monitoringDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV16monitoringDomainACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV16monitoringDomainACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV16monitoringDomainACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV16monitoringDomainACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "apiType", - "printedName": "apiType", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV7apiTypeACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV7apiTypeACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV7apiTypeACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV7apiTypeACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "conversationID", - "printedName": "conversationID", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV14conversationIDACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV14conversationIDACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV14conversationIDACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV14conversationIDACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "timestamp", - "printedName": "timestamp", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV9timestampACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV9timestampACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV9timestampACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV9timestampACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "loggosDomain", - "printedName": "loggosDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV12loggosDomainACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV12loggosDomainACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV12loggosDomainACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV12loggosDomainACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageParams", - "printedName": "messageParams", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV13messageParamsACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV13messageParamsACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV13messageParamsACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV13messageParamsACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "make", - "printedName": "make(key:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV4make3keyACSS_tFZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV4make3keyACSS_tFZ", - "moduleName": "LPABCSDK", - "static": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "kMainDataQuery", - "printedName": "kMainDataQuery", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14kMainDataQuerySSvp", - "mangledName": "$s8LPABCSDK14kMainDataQuerySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kCustomDataDictionary", - "printedName": "kCustomDataDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK21kCustomDataDictionarySSvp", - "mangledName": "$s8LPABCSDK21kCustomDataDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kLPDataDictionary", - "printedName": "kLPDataDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17kLPDataDictionarySSvp", - "mangledName": "$s8LPABCSDK17kLPDataDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kLInteractiveDictionary", - "printedName": "kLInteractiveDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23kLInteractiveDictionarySSvp", - "mangledName": "$s8LPABCSDK23kLInteractiveDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kLResponseDictionary", - "printedName": "kLResponseDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK20kLResponseDictionarySSvp", - "mangledName": "$s8LPABCSDK20kLResponseDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kLRequestDictionary", - "printedName": "kLRequestDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19kLRequestDictionarySSvp", - "mangledName": "$s8LPABCSDK19kLRequestDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kText", - "printedName": "kText", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK5kTextSSvp", - "mangledName": "$s8LPABCSDK5kTextSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "TypeDecl", - "name": "LPMSMessageURLData", - "printedName": "LPMSMessageURLData", - "children": [ - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySb_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySb_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySi_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySi_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySf_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySf_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySd_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySd_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySS_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySS_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(values:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set6values6forKeyySayxG_SSts25LosslessStringConvertibleRzlF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set6values6forKeyySayxG_SSts25LosslessStringConvertibleRzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.LosslessStringConvertible>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySDySSypG_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySDySSypG_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dictioaryForKey", - "printedName": "dictioaryForKey(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV15dictioaryForKey03forF0SDySSypGSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV15dictioaryForKey03forF0SDySSypGSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "arrayForKey", - "printedName": "arrayForKey(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.NSArray?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSArray", - "printedName": "Foundation.NSArray", - "usr": "c:objc(cs)NSArray" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV11arrayForKey03forF0So7NSArrayCSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV11arrayForKey03forF0So7NSArrayCSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "value", - "printedName": "value(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV5value6forKeyxSgSS_ts25LosslessStringConvertibleRzlF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV5value6forKeyxSgSS_ts25LosslessStringConvertibleRzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.LosslessStringConvertible>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "bool", - "printedName": "bool(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV4bool6forKeySbSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV4bool6forKeySbSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "integer", - "printedName": "integer(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV7integer6forKeySiSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV7integer6forKeySiSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "float", - "printedName": "float(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Float?", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV5float6forKeySfSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV5float6forKeySfSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "double", - "printedName": "double(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV6double6forKeySdSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV6double6forKeySdSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "string", - "printedName": "string(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV6string6forKeySSSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV6string6forKeySSSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customDataDictionary", - "printedName": "customDataDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV20customDataDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV20customDataDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "lpDataDictionary", - "printedName": "lpDataDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV16lpDataDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV16lpDataDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "interactiveDictionary", - "printedName": "interactiveDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV21interactiveDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV21interactiveDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "responseDictionary", - "printedName": "responseDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV18responseDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV18responseDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "requestDictionary", - "printedName": "requestDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV17requestDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV17requestDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clear", - "printedName": "clear()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV5clearyyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV5clearyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV6remove6forKeyySS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV6remove6forKeyySS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeCustomData", - "printedName": "removeCustomData(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV16removeCustomData6forKeyySS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV16removeCustomData6forKeyySS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeLPData", - "printedName": "removeLPData(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV12removeLPData6forKeyySS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV12removeLPData6forKeyySS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "updateStateDescriptors", - "printedName": "updateStateDescriptors(key:value:message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV22updateStateDescriptors3key5value7messageySS_SbSo9MSMessageCSgtF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV22updateStateDescriptors3key5value7messageySS_SbSo9MSMessageCSgtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV7message33_8FF7747504B51D6E787673B21448107BLLSo9MSMessageCvp", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV7message33_8FF7747504B51D6E787673B21448107BLLSo9MSMessageCvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPMSMessageURLData", - "printedName": "LPABCSDK.LPMSMessageURLData", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV7messageACSo9MSMessageC_tcfc", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV7messageACSo9MSMessageC_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "currentData", - "printedName": "currentData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV11currentDataSDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV11currentDataSDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "serialize", - "printedName": "serialize(data:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV9serialize4dataySDySSypG_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV9serialize4dataySDySSypG_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorShape", - "printedName": "LPActivityIndicatorShape", - "children": [ - { - "kind": "Var", - "name": "circle", - "printedName": "circle", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO6circleyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO6circleyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "circleSemi", - "printedName": "circleSemi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO10circleSemiyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO10circleSemiyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ring", - "printedName": "ring", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO4ringyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO4ringyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ringTwoHalfVertical", - "printedName": "ringTwoHalfVertical", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO19ringTwoHalfVerticalyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO19ringTwoHalfVerticalyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ringTwoHalfHorizontal", - "printedName": "ringTwoHalfHorizontal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO21ringTwoHalfHorizontalyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO21ringTwoHalfHorizontalyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "ringThirdFour", - "printedName": "ringThirdFour", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO13ringThirdFouryA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO13ringThirdFouryA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rectangle", - "printedName": "rectangle", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO9rectangleyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO9rectangleyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "triangle", - "printedName": "triangle", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO8triangleyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO8triangleyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "line", - "printedName": "line", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO4lineyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO4lineyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "pacman", - "printedName": "pacman", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO6pacmanyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO6pacmanyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "stroke", - "printedName": "stroke", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO6strokeyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO6strokeyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 10 - }, - { - "kind": "Function", - "name": "layerWith", - "printedName": "layerWith(size:color:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CALayer", - "printedName": "QuartzCore.CALayer", - "usr": "c:objc(cs)CALayer" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO9layerWith4size5colorSo7CALayerCSo6CGSizeV_So7UIColorCtF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO9layerWith4size5colorSo7CALayerCSo6CGSizeV_So7UIColorCtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO9hashValueSivp", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO9hashValueSivg", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEPersonalInfo", - "printedName": "SDEPersonalInfo", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeSSvp", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeSSvg", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeSSvs", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeSSvM", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDEPersonalInfoC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK15SDEPersonalInfoC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPersonalInfo", - "printedName": "LPABCSDK.SDEPersonalInfo", - "usr": "s:8LPABCSDK15SDEPersonalInfoC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(firstname:lastname:gender:company:language:age:contacts:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEGenderType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEAge?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEAge", - "printedName": "LPABCSDK.SDEAge", - "usr": "s:8LPABCSDK6SDEAgeV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEContact]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEContact]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEContact", - "printedName": "LPABCSDK.SDEContact", - "usr": "s:8LPABCSDK10SDEContactV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPersonalInfo", - "printedName": "LPABCSDK.SDEPersonalInfo", - "usr": "s:8LPABCSDK15SDEPersonalInfoC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK15SDEPersonalInfoC", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEAge", - "printedName": "SDEAge", - "children": [ - { - "kind": "Var", - "name": "age", - "printedName": "age", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6SDEAgeV3ageSiSgvp", - "mangledName": "$s8LPABCSDK6SDEAgeV3ageSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6SDEAgeV3ageSiSgvg", - "mangledName": "$s8LPABCSDK6SDEAgeV3ageSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "year", - "printedName": "year", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6SDEAgeV4yearSiSgvp", - "mangledName": "$s8LPABCSDK6SDEAgeV4yearSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6SDEAgeV4yearSiSgvg", - "mangledName": "$s8LPABCSDK6SDEAgeV4yearSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "month", - "printedName": "month", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6SDEAgeV5monthSiSgvp", - "mangledName": "$s8LPABCSDK6SDEAgeV5monthSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6SDEAgeV5monthSiSgvg", - "mangledName": "$s8LPABCSDK6SDEAgeV5monthSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "day", - "printedName": "day", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6SDEAgeV3daySiSgvp", - "mangledName": "$s8LPABCSDK6SDEAgeV3daySiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6SDEAgeV3daySiSgvg", - "mangledName": "$s8LPABCSDK6SDEAgeV3daySiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(age:year:month:day:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEAge", - "printedName": "LPABCSDK.SDEAge", - "usr": "s:8LPABCSDK6SDEAgeV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", - "mangledName": "$s8LPABCSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEAge", - "printedName": "LPABCSDK.SDEAge", - "usr": "s:8LPABCSDK6SDEAgeV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK6SDEAgeV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK6SDEAgeV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK6SDEAgeV", - "mangledName": "$s8LPABCSDK6SDEAgeV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEContact", - "printedName": "SDEContact", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(email:phone:phoneType:country:region:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEContact", - "printedName": "LPABCSDK.SDEContact", - "usr": "s:8LPABCSDK10SDEContactV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEPhoneType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEContactV5email5phone0D4Type7country6regionACSSSg_AiA08SDEPhoneE0OSgA2Itcfc", - "mangledName": "$s8LPABCSDK10SDEContactV5email5phone0D4Type7country6regionACSSSg_AiA08SDEPhoneE0OSgA2Itcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEContact", - "printedName": "LPABCSDK.SDEContact", - "usr": "s:8LPABCSDK10SDEContactV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEContactV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK10SDEContactV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEContactV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK10SDEContactV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK10SDEContactV", - "mangledName": "$s8LPABCSDK10SDEContactV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPKeychainAttrRepresentable", - "printedName": "LPKeychainAttrRepresentable", - "children": [ - { - "kind": "Var", - "name": "keychainAttrValue", - "printedName": "keychainAttrValue", - "children": [ - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK27LPKeychainAttrRepresentableP08keychainC5ValueSo11CFStringRefavp", - "mangledName": "$s8LPABCSDK27LPKeychainAttrRepresentableP08keychainC5ValueSo11CFStringRefavp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK27LPKeychainAttrRepresentableP08keychainC5ValueSo11CFStringRefavg", - "mangledName": "$s8LPABCSDK27LPKeychainAttrRepresentableP08keychainC5ValueSo11CFStringRefavg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.LPKeychainAttrRepresentable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK27LPKeychainAttrRepresentableP", - "mangledName": "$s8LPABCSDK27LPKeychainAttrRepresentableP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "TypeDecl", - "name": "LPKeychainItemAccessibility", - "printedName": "LPKeychainItemAccessibility", - "children": [ - { - "kind": "Var", - "name": "afterFirstUnlock", - "printedName": "afterFirstUnlock", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO16afterFirstUnlockyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO16afterFirstUnlockyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "afterFirstUnlockThisDeviceOnly", - "printedName": "afterFirstUnlockThisDeviceOnly", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO30afterFirstUnlockThisDeviceOnlyyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO30afterFirstUnlockThisDeviceOnlyyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "always", - "printedName": "always", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO6alwaysyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO6alwaysyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "whenPasscodeSetThisDeviceOnly", - "printedName": "whenPasscodeSetThisDeviceOnly", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO29whenPasscodeSetThisDeviceOnlyyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO29whenPasscodeSetThisDeviceOnlyyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "8", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "alwaysThisDeviceOnly", - "printedName": "alwaysThisDeviceOnly", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO20alwaysThisDeviceOnlyyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO20alwaysThisDeviceOnlyyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "whenUnlocked", - "printedName": "whenUnlocked", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO12whenUnlockedyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO12whenUnlockedyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "whenUnlockedThisDeviceOnly", - "printedName": "whenUnlockedThisDeviceOnly", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO26whenUnlockedThisDeviceOnlyyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO26whenUnlockedThisDeviceOnlyyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Function", - "name": "accessibilityForAttributeValue", - "printedName": "accessibilityForAttributeValue(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO30accessibilityForAttributeValueyACSgSo11CFStringRefaFZ", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO30accessibilityForAttributeValueyACSgSo11CFStringRefaFZ", - "moduleName": "LPABCSDK", - "static": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO9hashValueSivp", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO9hashValueSivg", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "keychainAttrValue", - "printedName": "keychainAttrValue", - "children": [ - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO17keychainAttrValueSo11CFStringRefavp", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO17keychainAttrValueSo11CFStringRefavp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO17keychainAttrValueSo11CFStringRefavg", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO17keychainAttrValueSo11CFStringRefavg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "LPKeychainAttrRepresentable", - "printedName": "LPKeychainAttrRepresentable", - "usr": "s:8LPABCSDK27LPKeychainAttrRepresentableP", - "mangledName": "$s8LPABCSDK27LPKeychainAttrRepresentableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEBase", - "printedName": "SDEBase", - "children": [ - { - "kind": "Var", - "name": "cartUpdate", - "printedName": "cartUpdate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDECartUpdate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECartUpdate", - "printedName": "LPABCSDK.SDECartUpdate", - "usr": "s:8LPABCSDK13SDECartUpdateC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC10cartUpdateAA07SDECartD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC10cartUpdateAA07SDECartD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDECartUpdate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECartUpdate", - "printedName": "LPABCSDK.SDECartUpdate", - "usr": "s:8LPABCSDK13SDECartUpdateC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC10cartUpdateAA07SDECartD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC10cartUpdateAA07SDECartD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "transaction", - "printedName": "transaction", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDETransaction?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDETransaction", - "printedName": "LPABCSDK.SDETransaction", - "usr": "s:8LPABCSDK14SDETransactionC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDETransaction?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDETransaction", - "printedName": "LPABCSDK.SDETransaction", - "usr": "s:8LPABCSDK14SDETransactionC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "viewedProduct", - "printedName": "viewedProduct", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEProductView?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductView", - "printedName": "LPABCSDK.SDEProductView", - "usr": "s:8LPABCSDK14SDEProductViewC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEProductView?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductView", - "printedName": "LPABCSDK.SDEProductView", - "usr": "s:8LPABCSDK14SDEProductViewC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerInfo", - "printedName": "customerInfo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDECustomerInfo?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECustomerInfo", - "printedName": "LPABCSDK.SDECustomerInfo", - "usr": "s:8LPABCSDK15SDECustomerInfoC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC12customerInfoAA011SDECustomerD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC12customerInfoAA011SDECustomerD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDECustomerInfo?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECustomerInfo", - "printedName": "LPABCSDK.SDECustomerInfo", - "usr": "s:8LPABCSDK15SDECustomerInfoC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12customerInfoAA011SDECustomerD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC12customerInfoAA011SDECustomerD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "marketingSource", - "printedName": "marketingSource", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEMarketingSource?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEMarketingSource", - "printedName": "LPABCSDK.SDEMarketingSource", - "usr": "s:8LPABCSDK18SDEMarketingSourceC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC15marketingSourceAA012SDEMarketingD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC15marketingSourceAA012SDEMarketingD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEMarketingSource?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEMarketingSource", - "printedName": "LPABCSDK.SDEMarketingSource", - "usr": "s:8LPABCSDK18SDEMarketingSourceC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC15marketingSourceAA012SDEMarketingD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC15marketingSourceAA012SDEMarketingD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "personalInfo", - "printedName": "personalInfo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEPersonalInfo?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPersonalInfo", - "printedName": "LPABCSDK.SDEPersonalInfo", - "usr": "s:8LPABCSDK15SDEPersonalInfoC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC12personalInfoAA011SDEPersonalD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC12personalInfoAA011SDEPersonalD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEPersonalInfo?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPersonalInfo", - "printedName": "LPABCSDK.SDEPersonalInfo", - "usr": "s:8LPABCSDK15SDEPersonalInfoC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12personalInfoAA011SDEPersonalD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC12personalInfoAA011SDEPersonalD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lead", - "printedName": "lead", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDELead?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDELead", - "printedName": "LPABCSDK.SDELead", - "usr": "s:8LPABCSDK7SDELeadC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC4leadAA7SDELeadCSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC4leadAA7SDELeadCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDELead?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDELead", - "printedName": "LPABCSDK.SDELead", - "usr": "s:8LPABCSDK7SDELeadC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC4leadAA7SDELeadCSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC4leadAA7SDELeadCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "serviceActivity", - "printedName": "serviceActivity", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEService?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEService", - "printedName": "LPABCSDK.SDEService", - "usr": "s:8LPABCSDK10SDEServiceC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEService?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEService", - "printedName": "LPABCSDK.SDEService", - "usr": "s:8LPABCSDK10SDEServiceC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "visitorError", - "printedName": "visitorError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEVisitorError?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEVisitorError", - "printedName": "LPABCSDK.SDEVisitorError", - "usr": "s:8LPABCSDK15SDEVisitorErrorC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC12visitorErrorAA010SDEVisitorD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC12visitorErrorAA010SDEVisitorD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEVisitorError?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEVisitorError", - "printedName": "LPABCSDK.SDEVisitorError", - "usr": "s:8LPABCSDK15SDEVisitorErrorC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12visitorErrorAA010SDEVisitorD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC12visitorErrorAA010SDEVisitorD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "searchedContent", - "printedName": "searchedContent", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDESearchedContent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDESearchedContent", - "printedName": "LPABCSDK.SDESearchedContent", - "usr": "s:8LPABCSDK18SDESearchedContentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC15searchedContentAA011SDESearchedD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC15searchedContentAA011SDESearchedD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDESearchedContent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDESearchedContent", - "printedName": "LPABCSDK.SDESearchedContent", - "usr": "s:8LPABCSDK18SDESearchedContentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC15searchedContentAA011SDESearchedD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC15searchedContentAA011SDESearchedD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "jsonSDEStack", - "printedName": "jsonSDEStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.UnifiedLooseSDE]", - "children": [ - { - "kind": "TypeNominal", - "name": "UnifiedLooseSDE", - "printedName": "LPABCSDK.UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvp", - "mangledName": "$s8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Lazy", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.UnifiedLooseSDE]", - "children": [ - { - "kind": "TypeNominal", - "name": "UnifiedLooseSDE", - "printedName": "LPABCSDK.UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvg", - "mangledName": "$s8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.UnifiedLooseSDE]", - "children": [ - { - "kind": "TypeNominal", - "name": "UnifiedLooseSDE", - "printedName": "LPABCSDK.UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvs", - "mangledName": "$s8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvM", - "mangledName": "$s8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sdeType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - }, - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDEBaseC7sdeTypeAcA7SDETypeO_tcfc", - "mangledName": "$s8LPABCSDK7SDEBaseC7sdeTypeAcA7SDETypeO_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "assignSDEs", - "printedName": "assignSDEs(sdeType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDEBaseC10assignSDEs7sdeTypeyAA7SDETypeO_tF", - "mangledName": "$s8LPABCSDK7SDEBaseC10assignSDEs7sdeTypeyAA7SDETypeO_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDEBaseC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK7SDEBaseC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setupWithJson", - "printedName": "setupWithJson(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", - "mangledName": "$s8LPABCSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK7SDEBaseC", - "mangledName": "$s8LPABCSDK7SDEBaseC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCNetworkManager", - "printedName": "LPABCNetworkManager", - "children": [ - { - "kind": "TypeDecl", - "name": "RequestMethodes", - "printedName": "RequestMethodes", - "children": [ - { - "kind": "Var", - "name": "post", - "printedName": "post", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCNetworkManager.RequestMethodes.Type) -> LPABCSDK.LPABCNetworkManager.RequestMethodes", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO4postyA2EmF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO4postyA2EmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "get", - "printedName": "get", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCNetworkManager.RequestMethodes.Type) -> LPABCSDK.LPABCNetworkManager.RequestMethodes", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO3getyA2EmF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO3getyA2EmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "put", - "printedName": "put", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCNetworkManager.RequestMethodes.Type) -> LPABCSDK.LPABCNetworkManager.RequestMethodes", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO3putyA2EmF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO3putyA2EmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes?", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueAESgSS_tcfc", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueAESgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueSSvp", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueSSvg", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NetworkError", - "printedName": "NetworkError", - "children": [ - { - "kind": "Var", - "name": "URLCouldNotBeResolved", - "printedName": "URLCouldNotBeResolved", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCNetworkManager.NetworkError.Type) -> (Swift.String) -> LPABCSDK.LPABCNetworkManager.NetworkError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCNetworkManager.NetworkError", - "children": [ - { - "kind": "TypeNominal", - "name": "NetworkError", - "printedName": "LPABCSDK.LPABCNetworkManager.NetworkError", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCNetworkManager.NetworkError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "NetworkError", - "printedName": "LPABCSDK.LPABCNetworkManager.NetworkError", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO21URLCouldNotBeResolvedyAESScAEmF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO21URLCouldNotBeResolvedyAESScAEmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Var", - "name": "operationQueue", - "printedName": "operationQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "OperationQueue", - "printedName": "Foundation.OperationQueue", - "usr": "c:objc(cs)NSOperationQueue" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC14operationQueue33_E02A8FFDE0E6A5FFF8978B3755A45865LLSo011NSOperationE0Cvp", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC14operationQueue33_E02A8FFDE0E6A5FFF8978B3755A45865LLSo011NSOperationE0Cvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "mockLoadingAccountMessage", - "printedName": "mockLoadingAccountMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC25mockLoadingAccountMessage33_E02A8FFDE0E6A5FFF8978B3755A45865LLSbvp", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC25mockLoadingAccountMessage33_E02A8FFDE0E6A5FFF8978B3755A45865LLSbvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(operationQueue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCNetworkManager", - "printedName": "LPABCSDK.LPABCNetworkManager", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager" - }, - { - "kind": "TypeNominal", - "name": "OperationQueue", - "printedName": "Foundation.OperationQueue", - "usr": "c:objc(cs)NSOperationQueue" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC14operationQueueACSo011NSOperationE0C_tcfc", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC14operationQueueACSo011NSOperationE0C_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "reportingNetworkCall", - "printedName": "reportingNetworkCall(urlString:requestType:requestMethode:body:credentialModel:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool?, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool?, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC20reportingNetworkCall9urlString11requestType0I7Methode4body15credentialModel10completionySS_AA07RequestJ0OAC0P8MethodesOSaySDySSypGGAA21LPCredentialPayloadMOCySbSg_s5Error_pSgtctF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC20reportingNetworkCall9urlString11requestType0I7Methode4body15credentialModel10completionySS_AA07RequestJ0OAC0P8MethodesOSaySDySSypGGAA21LPCredentialPayloadMOCySbSg_s5Error_pSgtctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "logosNetworkCall", - "printedName": "logosNetworkCall(requestType:urlString:body:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool?, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool?, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC16logosNetworkCall11requestType9urlString4body10completionyAA07RequestH0O_SSSDySSypGySbSg_s5Error_pSgtctF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC16logosNetworkCall11requestType9urlString4body10completionyAA07RequestH0O_SSSDySSypGySbSg_s5Error_pSgtctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCNetworkManager", - "printedName": "LPABCSDK.LPABCNetworkManager", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager(im)init", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerCACycfc", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "SecureformDelegate", - "printedName": "SecureformDelegate", - "children": [ - { - "kind": "Function", - "name": "formViewed", - "printedName": "formViewed()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SecureformDelegateP10formViewedyyF", - "mangledName": "$s8LPABCSDK18SecureformDelegateP10formViewedyyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SecureformDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formSubmitted", - "printedName": "formSubmitted()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SecureformDelegateP13formSubmittedyyF", - "mangledName": "$s8LPABCSDK18SecureformDelegateP13formSubmittedyyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SecureformDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formError", - "printedName": "formError()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SecureformDelegateP9formErroryyF", - "mangledName": "$s8LPABCSDK18SecureformDelegateP9formErroryyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SecureformDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formExpired", - "printedName": "formExpired()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SecureformDelegateP11formExpiredyyF", - "mangledName": "$s8LPABCSDK18SecureformDelegateP11formExpiredyyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SecureformDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK18SecureformDelegateP", - "mangledName": "$s8LPABCSDK18SecureformDelegateP", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "TypeDecl", - "name": "LPSecureFormViewController", - "printedName": "LPSecureFormViewController", - "children": [ - { - "kind": "Var", - "name": "webView", - "printedName": "webView", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKWebView?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKWebView?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKWebView?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "label", - "printedName": "label", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "UIKit.UILabel?", - "children": [ - { - "kind": "TypeNominal", - "name": "UILabel", - "printedName": "UIKit.UILabel", - "usr": "c:objc(cs)UILabel" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "UIKit.UILabel?", - "children": [ - { - "kind": "TypeNominal", - "name": "UILabel", - "printedName": "UIKit.UILabel", - "usr": "c:objc(cs)UILabel" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "UIKit.UILabel?", - "children": [ - { - "kind": "TypeNominal", - "name": "UILabel", - "printedName": "UIKit.UILabel", - "usr": "c:objc(cs)UILabel" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "submitted", - "printedName": "submitted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC9submittedSbvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC9submittedSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC9submittedSbvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC9submittedSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK26LPSecureFormViewControllerC9submittedSbvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC9submittedSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC9submittedSbvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC9submittedSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "viewed", - "printedName": "viewed", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC6viewedSbvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC6viewedSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC6viewedSbvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC6viewedSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK26LPSecureFormViewControllerC6viewedSbvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC6viewedSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC6viewedSbvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC6viewedSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "url", - "printedName": "url", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "secureFormDelegate", - "printedName": "secureFormDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "LPABCSDK.SecureformDelegate?" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage", - "ReferenceOwnership" - ], - "fixedbinaryorder": 5, - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SecureformDelegate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureformDelegate", - "printedName": "LPABCSDK.SecureformDelegate", - "usr": "s:8LPABCSDK18SecureformDelegateP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SecureformDelegate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureformDelegate", - "printedName": "LPABCSDK.SecureformDelegate", - "usr": "s:8LPABCSDK18SecureformDelegateP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "fetchFromMockAPI", - "printedName": "fetchFromMockAPI", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 6, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "htmlMock", - "printedName": "htmlMock", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 7, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(url:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - }, - { - "kind": "TypeNominal", - "name": "SecureformDelegate", - "printedName": "LPABCSDK.SecureformDelegate", - "usr": "s:8LPABCSDK18SecureformDelegateP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url8delegateAC10Foundation3URLV_AA18SecureformDelegate_ptcfc", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url8delegateAC10Foundation3URLV_AA18SecureformDelegate_ptcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(coder:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPSecureFormViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "NSCoder", - "printedName": "Foundation.NSCoder", - "usr": "c:objc(cs)NSCoder" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)initWithCoder:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5coderACSgSo7NSCoderC_tcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "initWithCoder:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Required" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadView", - "printedName": "loadView()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)loadView", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC04loadD0yyF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "loadView", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "viewDidLoad", - "printedName": "viewDidLoad()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)viewDidLoad", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC11viewDidLoadyyF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "viewDidLoad", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "viewWillAppear", - "printedName": "viewWillAppear(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)viewWillAppear:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC14viewWillAppearyySbF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "viewWillAppear:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "keyboardWillAppear", - "printedName": "keyboardWillAppear(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "NSNotification", - "printedName": "Foundation.NSNotification", - "usr": "c:objc(cs)NSNotification" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)keyboardWillAppear:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC18keyboardWillAppearyySo14NSNotificationCF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "keyboardWillDisappear", - "printedName": "keyboardWillDisappear(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "NSNotification", - "printedName": "Foundation.NSNotification", - "usr": "c:objc(cs)NSNotification" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)keyboardWillDisappear:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC21keyboardWillDisappearyySo14NSNotificationCF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "viewWillDisappear", - "printedName": "viewWillDisappear(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)viewWillDisappear:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC17viewWillDisappearyySbF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "viewWillDisappear:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Bundle?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "Foundation.Bundle", - "usr": "c:objc(cs)NSBundle" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)initWithNibName:bundle:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "viewForZoomingInScrollView", - "printedName": "viewForZoomingInScrollView(scrollView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC022viewForZoomingInScrollD006scrollD0So6UIViewCSgSo08UIScrollD0C_tF", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC022viewForZoomingInScrollD006scrollD0So6UIViewCSgSo08UIScrollD0C_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "viewForZooming", - "printedName": "viewForZooming(in:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)viewForZoomingInScrollView:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC14viewForZooming2inSo6UIViewCSgSo08UIScrollD0C_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "viewForZoomingInScrollView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:createWebViewWith:for:windowFeatures:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "WebKit.WKWebView?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKWebViewConfiguration", - "printedName": "WebKit.WKWebViewConfiguration", - "usr": "c:objc(cs)WKWebViewConfiguration" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationAction", - "printedName": "WebKit.WKNavigationAction", - "usr": "c:objc(cs)WKNavigationAction" - }, - { - "kind": "TypeNominal", - "name": "WKWindowFeatures", - "printedName": "WebKit.WKWindowFeatures", - "usr": "c:objc(cs)WKWindowFeatures" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_09createWebD4With3for14windowFeaturesSo05WKWebD0CSgAI_So0mD13ConfigurationCSo18WKNavigationActionCSo08WKWindowL0CtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webViewDidClose", - "printedName": "webViewDidClose(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webViewDidClose:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD8DidCloseyySo05WKWebD0CF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webViewDidClose:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "WKFrameInfo", - "printedName": "WebKit.WKFrameInfo", - "usr": "c:objc(cs)WKFrameInfo" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame17completionHandlerySo05WKWebD0C_SSSo11WKFrameInfoCyyctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "WKFrameInfo", - "printedName": "WebKit.WKFrameInfo", - "usr": "c:objc(cs)WKFrameInfo" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame17completionHandlerySo05WKWebD0C_SSSo11WKFrameInfoCySbctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "WKFrameInfo", - "printedName": "WebKit.WKFrameInfo", - "usr": "c:objc(cs)WKFrameInfo" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame17completionHandlerySo05WKWebD0C_S2SSgSo11WKFrameInfoCyAKctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:shouldPreviewElement:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKPreviewElementInfo", - "printedName": "WebKit.WKPreviewElementInfo", - "usr": "c:objc(cs)WKPreviewElementInfo" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:shouldPreviewElement:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_20shouldPreviewElementSbSo05WKWebD0C_So09WKPreviewI4InfoCtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:shouldPreviewElement:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:previewingViewControllerForElement:defaultActions:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKPreviewElementInfo", - "printedName": "WebKit.WKPreviewElementInfo", - "usr": "c:objc(cs)WKPreviewElementInfo" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[WebKit.WKPreviewActionItem]", - "children": [ - { - "kind": "TypeNominal", - "name": "WKPreviewActionItem", - "printedName": "WebKit.WKPreviewActionItem", - "usr": "c:objc(pl)WKPreviewActionItem" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:previewingViewControllerForElement:defaultActions:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_010previewingdE10ForElement14defaultActionsSo06UIViewE0CSgSo05WKWebD0C_So09WKPreviewI4InfoCSaySo0N10ActionItem_pGtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:previewingViewControllerForElement:defaultActions:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:commitPreviewingViewController:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:commitPreviewingViewController:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_016commitPreviewingdE0ySo05WKWebD0C_So06UIViewE0CtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:commitPreviewingViewController:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:decidePolicyFor:decisionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationAction", - "printedName": "WebKit.WKNavigationAction", - "usr": "c:objc(cs)WKNavigationAction" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(WebKit.WKNavigationActionPolicy) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationActionPolicy", - "printedName": "WebKit.WKNavigationActionPolicy", - "usr": "c:@E@WKNavigationActionPolicy" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:decidePolicyForNavigationAction:decisionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_15decidePolicyFor15decisionHandlerySo05WKWebD0C_So18WKNavigationActionCySo0mnH0VctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:decidePolicyForNavigationAction:decisionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:decidePolicyFor:decisionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationResponse", - "printedName": "WebKit.WKNavigationResponse", - "usr": "c:objc(cs)WKNavigationResponse" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(WebKit.WKNavigationResponsePolicy) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationResponsePolicy", - "printedName": "WebKit.WKNavigationResponsePolicy", - "usr": "c:@E@WKNavigationResponsePolicy" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:decidePolicyForNavigationResponse:decisionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_15decidePolicyFor15decisionHandlerySo05WKWebD0C_So20WKNavigationResponseCySo0mnH0VctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:decidePolicyForNavigationResponse:decisionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didStartProvisionalNavigation:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didStartProvisionalNavigation:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_29didStartProvisionalNavigationySo05WKWebD0C_So12WKNavigationCSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didStartProvisionalNavigation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didReceiveServerRedirectForProvisionalNavigation:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didReceiveServerRedirectForProvisionalNavigation:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_48didReceiveServerRedirectForProvisionalNavigationySo05WKWebD0C_So12WKNavigationCSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didReceiveServerRedirectForProvisionalNavigation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didFailProvisionalNavigation:withError:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didFailProvisionalNavigation:withError:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_28didFailProvisionalNavigation9withErrorySo05WKWebD0C_So12WKNavigationCSgs0L0_ptF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didFailProvisionalNavigation:withError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didCommit:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didCommitNavigation:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_9didCommitySo05WKWebD0C_So12WKNavigationCSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didCommitNavigation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didFinish:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didFinishNavigation:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_9didFinishySo05WKWebD0C_So12WKNavigationCSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didFinishNavigation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didFail:withError:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didFailNavigation:withError:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_7didFail9withErrorySo05WKWebD0C_So12WKNavigationCSgs0J0_ptF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didFailNavigation:withError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webViewWebContentProcessDidTerminate", - "printedName": "webViewWebContentProcessDidTerminate(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webViewWebContentProcessDidTerminate:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD29WebContentProcessDidTerminateyySo05WKWebD0CF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webViewWebContentProcessDidTerminate:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "willChangeValue", - "printedName": "willChangeValue(forKey:withSetMutation:using:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "NSKeyValueSetMutationKind", - "printedName": "Foundation.NSKeyValueSetMutationKind", - "usr": "c:@E@NSKeyValueSetMutationKind" - }, - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyHashable", - "printedName": "Swift.AnyHashable", - "usr": "s:s11AnyHashableV" - } - ], - "usr": "s:Sh" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)willChangeValueForKey:withSetMutation:usingObjects:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC15willChangeValue6forKey15withSetMutation5usingySS_So05NSKeyhlM4KindVShys11AnyHashableVGtF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "willChangeValueForKey:withSetMutation:usingObjects:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "userContentController", - "printedName": "userContentController(_:didReceive:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKUserContentController", - "printedName": "WebKit.WKUserContentController", - "usr": "c:objc(cs)WKUserContentController" - }, - { - "kind": "TypeNominal", - "name": "WKScriptMessage", - "printedName": "WebKit.WKScriptMessage", - "usr": "c:objc(cs)WKScriptMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)userContentController:didReceiveScriptMessage:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC011userContentE0_10didReceiveySo06WKUsergE0C_So15WKScriptMessageCtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "userContentController:didReceiveScriptMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LPActivityIndicatorViewable", - "printedName": "LPActivityIndicatorViewable", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewableP", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDECartUpdate", - "printedName": "SDECartUpdate", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeSSvp", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeSSvg", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeSSvs", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeSSvM", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDECartUpdateC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK13SDECartUpdateC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK13SDECartUpdateC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK13SDECartUpdateC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK13SDECartUpdateC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK13SDECartUpdateC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECartUpdate", - "printedName": "LPABCSDK.SDECartUpdate", - "usr": "s:8LPABCSDK13SDECartUpdateC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(total:currency:numItems:products:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", - "mangledName": "$s8LPABCSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECartUpdate", - "printedName": "LPABCSDK.SDECartUpdate", - "usr": "s:8LPABCSDK13SDECartUpdateC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK13SDECartUpdateC", - "mangledName": "$s8LPABCSDK13SDECartUpdateC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPDeviceInfo", - "printedName": "LPDeviceInfo", - "children": [ - { - "kind": "Function", - "name": "dictionarySerialization", - "printedName": "dictionarySerialization()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK12LPDeviceInfoV23dictionarySerializationSDyS2SGyFZ", - "mangledName": "$s8LPABCSDK12LPDeviceInfoV23dictionarySerializationSDyS2SGyFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDeviceInfo", - "printedName": "LPABCSDK.LPDeviceInfo", - "usr": "s:8LPABCSDK12LPDeviceInfoV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK12LPDeviceInfoVACycfc", - "mangledName": "$s8LPABCSDK12LPDeviceInfoVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK12LPDeviceInfoV", - "mangledName": "$s8LPABCSDK12LPDeviceInfoV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "CoreData", - "printedName": "CoreData", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDETransaction", - "printedName": "SDETransaction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14SDETransactionC4typeSSvp", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC4typeSSvg", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC4typeSSvs", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC4typeSSvM", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14SDETransactionC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK14SDETransactionC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK14SDETransactionC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK14SDETransactionC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK14SDETransactionC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK14SDETransactionC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDETransaction", - "printedName": "LPABCSDK.SDETransaction", - "usr": "s:8LPABCSDK14SDETransactionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14SDETransactionC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(total:currency:orderId:products:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", - "mangledName": "$s8LPABCSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDETransaction", - "printedName": "LPABCSDK.SDETransaction", - "usr": "s:8LPABCSDK14SDETransactionC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14SDETransactionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK14SDETransactionC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK14SDETransactionC", - "mangledName": "$s8LPABCSDK14SDETransactionC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "CoreData", - "printedName": "CoreData", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPCredentialPayloadMO", - "printedName": "LPCredentialPayloadMO", - "children": [ - { - "kind": "Var", - "name": "accountID", - "printedName": "accountID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)accountID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9accountIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)accountID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9accountIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setAccountID:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9accountIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "consumerID", - "printedName": "consumerID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)consumerID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC10consumerIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)consumerID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC10consumerIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setConsumerID:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC10consumerIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "appInstallID", - "printedName": "appInstallID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)appInstallID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12appInstallIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)appInstallID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12appInstallIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setAppInstallID:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12appInstallIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)type", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC4typeSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)type", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC4typeSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setType:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC4typeSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "monitoringDomain", - "printedName": "monitoringDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)monitoringDomain", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC16monitoringDomainSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)monitoringDomain", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC16monitoringDomainSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setMonitoringDomain:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC16monitoringDomainSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "apiType", - "printedName": "apiType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)apiType", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC7apiTypeSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)apiType", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC7apiTypeSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setApiType:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC7apiTypeSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "conversationID", - "printedName": "conversationID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)conversationID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC14conversationIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)conversationID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC14conversationIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setConversationID:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC14conversationIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timestamp", - "printedName": "timestamp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)timestamp", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9timestampSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)timestamp", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9timestampSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setTimestamp:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9timestampSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "loggosDomain", - "printedName": "loggosDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)loggosDomain", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12loggosDomainSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)loggosDomain", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12loggosDomainSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setLoggosDomain:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12loggosDomainSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageParams", - "printedName": "messageParams", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)messageParams", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC13messageParamsSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)messageParams", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC13messageParamsSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setMessageParams:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC13messageParamsSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK21LPCredentialPayloadMOC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "Convenience", - "Required", - "RawDocComment" - ], - "throwing": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK21LPCredentialPayloadMOC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "diffComparisonIsEqual", - "printedName": "diffComparisonIsEqual(lpdataRequest:cachedModel:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK21LPCredentialPayloadMOC21diffComparisonIsEqual13lpdataRequest11cachedModelSbAA06LPDataJ0C_ACSgtFZ", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC21diffComparisonIsEqual13lpdataRequest11cachedModelSbAA06LPDataJ0C_ACSgtFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(entity:insertInto:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - }, - { - "kind": "TypeNominal", - "name": "NSEntityDescription", - "printedName": "CoreData.NSEntityDescription", - "usr": "c:objc(cs)NSEntityDescription" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSManagedObjectContext?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSManagedObjectContext", - "printedName": "CoreData.NSManagedObjectContext", - "usr": "c:objc(cs)NSManagedObjectContext" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)initWithEntity:insertIntoManagedObjectContext:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "initWithEntity:insertIntoManagedObjectContext:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "fetchRequest", - "printedName": "fetchRequest()", - "children": [ - { - "kind": "TypeNominal", - "name": "NSFetchRequest", - "printedName": "CoreData.NSFetchRequest", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "c:objc(cs)NSFetchRequest" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK21LPCredentialPayloadMOC12fetchRequestSo07NSFetchF0CyACGyFZ", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12fetchRequestSo07NSFetchF0CyACGyFZ", - "moduleName": "LPABCSDK", - "static": true, - "isOpen": true, - "declAttributes": [ - "NonObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSManagedObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "CoreData.NSManagedObject", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "ObservableObject", - "printedName": "ObservableObject", - "children": [ - { - "kind": "TypeWitness", - "name": "ObjectWillChangePublisher", - "printedName": "ObjectWillChangePublisher", - "children": [ - { - "kind": "TypeNominal", - "name": "ObservableObjectPublisher", - "printedName": "Combine.ObservableObjectPublisher", - "usr": "s:7Combine25ObservableObjectPublisherC" - } - ] - } - ], - "usr": "s:7Combine16ObservableObjectP", - "mangledName": "$s7Combine16ObservableObjectP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPHostEnvironment", - "printedName": "LPHostEnvironment", - "children": [ - { - "kind": "Var", - "name": "iOSApp", - "printedName": "iOSApp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPHostEnvironment.Type) -> LPABCSDK.LPHostEnvironment", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPHostEnvironment.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPHostEnvironmentO6iOSAppyA2CmF", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO6iOSAppyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "iMessageApp", - "printedName": "iMessageApp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPHostEnvironment.Type) -> LPABCSDK.LPHostEnvironment", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPHostEnvironment.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPHostEnvironmentO11iMessageAppyA2CmF", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO11iMessageAppyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPHostEnvironment?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPHostEnvironmentO8rawValueSSvp", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPHostEnvironmentO8rawValueSSvg", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK17LPHostEnvironmentO", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "AccessControl", - "Available", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogLevel", - "printedName": "LPABCLogLevel", - "children": [ - { - "kind": "Var", - "name": "trace", - "printedName": "trace", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO5traceyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO5traceyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "debug", - "printedName": "debug", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO5debugyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO5debugyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "info", - "printedName": "info", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO4infoyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO4infoyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "warning", - "printedName": "warning", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO7warningyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO7warningyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "error", - "printedName": "error", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO5erroryA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO5erroryA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "none", - "printedName": "none", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO4noneyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO4noneyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13LPABCLogLevelOACSgycfc", - "mangledName": "$s8LPABCSDK13LPABCLogLevelOACSgycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPABCLogLevelO11descriptionSSvp", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO11descriptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPABCLogLevelO11descriptionSSvg", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO11descriptionSSvg", - "moduleName": "LPABCSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPABCLogLevelO8rawValueSivp", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO8rawValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPABCLogLevelO8rawValueSivg", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO8rawValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK13LPABCLogLevelO", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "AccessControl", - "Available", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCEvent", - "printedName": "LPABCEvent", - "children": [ - { - "kind": "Function", - "name": "<", - "printedName": "<(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10LPABCEventO1loiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK10LPABCEventO1loiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "newConversation", - "printedName": "newConversation", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent.Type) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCEvent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK10LPABCEventO15newConversationyA2CmF", - "mangledName": "$s8LPABCSDK10LPABCEventO15newConversationyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "secureForm", - "printedName": "secureForm", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent.Type) -> (LPABCSDK.SecureFormState) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCEvent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK10LPABCEventO10secureFormyAcA06SecureD5StateOcACmF", - "mangledName": "$s8LPABCSDK10LPABCEventO10secureFormyAcA06SecureD5StateOcACmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "custom", - "printedName": "custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent.Type) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCEvent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK10LPABCEventO6customyA2CmF", - "mangledName": "$s8LPABCSDK10LPABCEventO6customyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "none", - "printedName": "none", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent.Type) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCEvent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK10LPABCEventO4noneyA2CmF", - "mangledName": "$s8LPABCSDK10LPABCEventO4noneyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LPABCEventO9hashValueSivp", - "mangledName": "$s8LPABCSDK10LPABCEventO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LPABCEventO9hashValueSivg", - "mangledName": "$s8LPABCSDK10LPABCEventO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10LPABCEventO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK10LPABCEventO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10LPABCEventO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK10LPABCEventO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "allEvents", - "printedName": "allEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LPABCEventO9allEventsShyACGvpZ", - "mangledName": "$s8LPABCSDK10LPABCEventO9allEventsShyACGvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "RawDocComment" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LPABCEventO9allEventsShyACGvgZ", - "mangledName": "$s8LPABCSDK10LPABCEventO9allEventsShyACGvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "noEvents", - "printedName": "noEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LPABCEventO8noEventsShyACGSgvpZ", - "mangledName": "$s8LPABCSDK10LPABCEventO8noEventsShyACGSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LPABCEventO8noEventsShyACGSgvgZ", - "mangledName": "$s8LPABCSDK10LPABCEventO8noEventsShyACGSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK10LPABCEventO", - "mangledName": "$s8LPABCSDK10LPABCEventO", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "AccessControl", - "Available", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SecureFormState", - "printedName": "SecureFormState", - "children": [ - { - "kind": "Var", - "name": "viewed", - "printedName": "viewed", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState.Type) -> LPABCSDK.SecureFormState", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SecureFormState.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK15SecureFormStateO6viewedyA2CmF", - "mangledName": "$s8LPABCSDK15SecureFormStateO6viewedyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "submitted", - "printedName": "submitted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState.Type) -> LPABCSDK.SecureFormState", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SecureFormState.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK15SecureFormStateO9submittedyA2CmF", - "mangledName": "$s8LPABCSDK15SecureFormStateO9submittedyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "expired", - "printedName": "expired", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState.Type) -> LPABCSDK.SecureFormState", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SecureFormState.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK15SecureFormStateO7expiredyA2CmF", - "mangledName": "$s8LPABCSDK15SecureFormStateO7expiredyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "error", - "printedName": "error", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState.Type) -> LPABCSDK.SecureFormState", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SecureFormState.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK15SecureFormStateO5erroryA2CmF", - "mangledName": "$s8LPABCSDK15SecureFormStateO5erroryA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SecureFormStateO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK15SecureFormStateO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SecureFormStateO9hashValueSivp", - "mangledName": "$s8LPABCSDK15SecureFormStateO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SecureFormStateO9hashValueSivg", - "mangledName": "$s8LPABCSDK15SecureFormStateO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SecureFormStateO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK15SecureFormStateO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK15SecureFormStateO", - "mangledName": "$s8LPABCSDK15SecureFormStateO", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "AccessControl", - "Available", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPPayload", - "printedName": "LPPayload", - "children": [ - { - "kind": "Var", - "name": "lpData", - "printedName": "lpData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvp", - "mangledName": "$s8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvg", - "mangledName": "$s8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvs", - "mangledName": "$s8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvM", - "mangledName": "$s8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayload", - "printedName": "LPABCSDK.LPPayload", - "usr": "s:8LPABCSDK9LPPayloadV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9LPPayloadVACycfc", - "mangledName": "$s8LPABCSDK9LPPayloadVACycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayload", - "printedName": "LPABCSDK.LPPayload", - "usr": "s:8LPABCSDK9LPPayloadV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9LPPayloadV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK9LPPayloadV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK9LPPayloadV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK9LPPayloadV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9LPPayloadV", - "mangledName": "$s8LPABCSDK9LPPayloadV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPData", - "printedName": "LPData", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK6LPDataVACycfc", - "mangledName": "$s8LPABCSDK6LPDataVACycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "interactive", - "printedName": "interactive", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataInteractive?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvp", - "mangledName": "$s8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataInteractive?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvg", - "mangledName": "$s8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataInteractive?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvs", - "mangledName": "$s8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvM", - "mangledName": "$s8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK6LPDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK6LPDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK6LPDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK6LPDataV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK6LPDataV", - "mangledName": "$s8LPABCSDK6LPDataV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPDataInteractive", - "printedName": "LPDataInteractive", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPDataInteractiveVACycfc", - "mangledName": "$s8LPABCSDK17LPDataInteractiveVACycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "response", - "printedName": "response", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataResponse?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvp", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataResponse?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvg", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataResponse?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvs", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvM", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "request", - "printedName": "request", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataRequest?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvp", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataRequest?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvg", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataRequest?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvs", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvM", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPDataInteractiveV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPDataInteractiveV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK17LPDataInteractiveV", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPDataResponse", - "printedName": "LPDataResponse", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPDataResponseV4textSSSgvp", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPDataResponseV4textSSSgvg", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPDataResponseV4textSSSgvs", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPDataResponseV4textSSSgvM", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPDataResponseV4textACSSSg_tcfc", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textACSSSg_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPDataResponseVACycfc", - "mangledName": "$s8LPABCSDK14LPDataResponseVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPDataResponseV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK14LPDataResponseV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14LPDataResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK14LPDataResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK14LPDataResponseV", - "mangledName": "$s8LPABCSDK14LPDataResponseV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPDataRequest", - "printedName": "LPDataRequest", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13LPDataRequestC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK13LPDataRequestC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "Convenience", - "Required", - "RawDocComment" - ], - "throwing": true, - "init_kind": "Convenience" - }, - { - "kind": "Var", - "name": "consumerID", - "printedName": "consumerID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC10consumerIDSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC10consumerIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC10consumerIDSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC10consumerIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC10consumerIDSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC10consumerIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC10consumerIDSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC10consumerIDSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "monitoringDomain", - "printedName": "monitoringDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "accountID", - "printedName": "accountID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC9accountIDSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC9accountIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9accountIDSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC9accountIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9accountIDSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC9accountIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9accountIDSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC9accountIDSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "appInstallID", - "printedName": "appInstallID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC12appInstallIDSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC12appInstallIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12appInstallIDSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC12appInstallIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12appInstallIDSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC12appInstallIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12appInstallIDSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC12appInstallIDSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "conversationID", - "printedName": "conversationID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC14conversationIDSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC14conversationIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC14conversationIDSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC14conversationIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC14conversationIDSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC14conversationIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC14conversationIDSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC14conversationIDSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timestamp", - "printedName": "timestamp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC9timestampSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC9timestampSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9timestampSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC9timestampSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9timestampSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC9timestampSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9timestampSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC9timestampSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "apiType", - "printedName": "apiType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC7apiTypeSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC7apiTypeSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 6, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC7apiTypeSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC7apiTypeSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC7apiTypeSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC7apiTypeSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC7apiTypeSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC7apiTypeSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC4typeSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC4typeSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 7, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC4typeSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC4typeSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC4typeSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC4typeSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC4typeSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC4typeSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "loggosDomain", - "printedName": "loggosDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC12loggosDomainSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC12loggosDomainSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 8, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12loggosDomainSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC12loggosDomainSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12loggosDomainSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC12loggosDomainSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12loggosDomainSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC12loggosDomainSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageParams", - "printedName": "messageParams", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC13messageParamsSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC13messageParamsSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 9, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC13messageParamsSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC13messageParamsSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC13messageParamsSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC13messageParamsSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC13messageParamsSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC13messageParamsSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13LPDataRequestCACycfc", - "mangledName": "$s8LPABCSDK13LPDataRequestCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPDataRequestC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK13LPDataRequestC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK13LPDataRequestC", - "mangledName": "$s8LPABCSDK13LPDataRequestC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPURLConstructor", - "printedName": "LPURLConstructor", - "children": [ - { - "kind": "Var", - "name": "contextText", - "printedName": "contextText", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC11contextTextSSvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC11contextTextSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC11contextTextSSvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC11contextTextSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageURL", - "printedName": "messageURL", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC10messageURL10Foundation0D0VSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC10messageURL10Foundation0D0VSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC10messageURL10Foundation0D0VSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC10messageURL10Foundation0D0VSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "components", - "printedName": "components", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLComponents?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLComponents", - "printedName": "Foundation.URLComponents", - "usr": "s:10Foundation13URLComponentsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC10components10Foundation13URLComponentsVSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC10components10Foundation13URLComponentsVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLComponents?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLComponents", - "printedName": "Foundation.URLComponents", - "usr": "s:10Foundation13URLComponentsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC10components10Foundation13URLComponentsVSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC10components10Foundation13URLComponentsVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customPayloadQueryItem", - "printedName": "customPayloadQueryItem", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC22customPayloadQueryItem10Foundation08URLQueryF0VSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC22customPayloadQueryItem10Foundation08URLQueryF0VSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC22customPayloadQueryItem10Foundation08URLQueryF0VSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC22customPayloadQueryItem10Foundation08URLQueryF0VSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customPayloadCallback", - "printedName": "customPayloadCallback", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())??", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())??", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())??", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvs", - "mangledName": "$s8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvM", - "mangledName": "$s8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "lpPayload", - "printedName": "lpPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPPayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayload", - "printedName": "LPABCSDK.LPPayload", - "usr": "s:8LPABCSDK9LPPayloadV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC9lpPayloadAA9LPPayloadVSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC9lpPayloadAA9LPPayloadVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPPayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayload", - "printedName": "LPABCSDK.LPPayload", - "usr": "s:8LPABCSDK9LPPayloadV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC9lpPayloadAA9LPPayloadVSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC9lpPayloadAA9LPPayloadVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dataQI", - "printedName": "dataQI", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC6dataQI10Foundation12URLQueryItemVSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC6dataQI10Foundation12URLQueryItemVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 6, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC6dataQI10Foundation12URLQueryItemVSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC6dataQI10Foundation12URLQueryItemVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(contextText:messageURL:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPURLConstructor", - "printedName": "LPABCSDK.LPURLConstructor", - "usr": "s:8LPABCSDK16LPURLConstructorC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK16LPURLConstructorC11contextText10messageURLACSS_10Foundation0F0VSgtcfc", - "mangledName": "$s8LPABCSDK16LPURLConstructorC11contextText10messageURLACSS_10Foundation0F0VSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "decomposeMesaageURL", - "printedName": "decomposeMesaageURL()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK16LPURLConstructorC19decomposeMesaageURLyyF", - "mangledName": "$s8LPABCSDK16LPURLConstructorC19decomposeMesaageURLyyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK16LPURLConstructorC", - "mangledName": "$s8LPABCSDK16LPURLConstructorC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPCIMType", - "printedName": "LPCIMType", - "children": [ - { - "kind": "Var", - "name": "welcome", - "printedName": "welcome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPCIMType.Type) -> LPABCSDK.LPCIMType", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPCIMType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK9LPCIMTypeO7welcomeyA2CmF", - "mangledName": "$s8LPABCSDK9LPCIMTypeO7welcomeyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "secureForm", - "printedName": "secureForm", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPCIMType.Type) -> LPABCSDK.LPCIMType", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPCIMType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK9LPCIMTypeO10secureFormyA2CmF", - "mangledName": "$s8LPABCSDK9LPCIMTypeO10secureFormyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCIMType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9LPCIMTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK9LPCIMTypeO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9LPCIMTypeO8rawValueSSvp", - "mangledName": "$s8LPABCSDK9LPCIMTypeO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9LPCIMTypeO8rawValueSSvg", - "mangledName": "$s8LPABCSDK9LPCIMTypeO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK9LPCIMTypeO", - "mangledName": "$s8LPABCSDK9LPCIMTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "kTitle", - "printedName": "kTitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6kTitleSSvp", - "mangledName": "$s8LPABCSDK6kTitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kSubtitle", - "printedName": "kSubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9kSubtitleSSvp", - "mangledName": "$s8LPABCSDK9kSubtitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kSecondarySubtitle", - "printedName": "kSecondarySubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18kSecondarySubtitleSSvp", - "mangledName": "$s8LPABCSDK18kSecondarySubtitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kTertiarySubtitle", - "printedName": "kTertiarySubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17kTertiarySubtitleSSvp", - "mangledName": "$s8LPABCSDK17kTertiarySubtitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kImageTitle", - "printedName": "kImageTitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11kImageTitleSSvp", - "mangledName": "$s8LPABCSDK11kImageTitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kImageSubtitle", - "printedName": "kImageSubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14kImageSubtitleSSvp", - "mangledName": "$s8LPABCSDK14kImageSubtitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kImage", - "printedName": "kImage", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6kImageSSvp", - "mangledName": "$s8LPABCSDK6kImageSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kMediaFileURL", - "printedName": "kMediaFileURL", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13kMediaFileURLSSvp", - "mangledName": "$s8LPABCSDK13kMediaFileURLSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kCaption", - "printedName": "kCaption", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK8kCaptionSSvp", - "mangledName": "$s8LPABCSDK8kCaptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kSubcaption", - "printedName": "kSubcaption", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11kSubcaptionSSvp", - "mangledName": "$s8LPABCSDK11kSubcaptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kTrailingCaption", - "printedName": "kTrailingCaption", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16kTrailingCaptionSSvp", - "mangledName": "$s8LPABCSDK16kTrailingCaptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kTtrailingSubcaption", - "printedName": "kTtrailingSubcaption", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK20kTtrailingSubcaptionSSvp", - "mangledName": "$s8LPABCSDK20kTtrailingSubcaptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "TypeDecl", - "name": "ReceivedMessagePayload", - "printedName": "ReceivedMessagePayload", - "children": [ - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV5titleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV5titleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV5titleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV5titleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subtitle", - "printedName": "subtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV8subtitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV8subtitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV8subtitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV8subtitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "secondarySubtitle", - "printedName": "secondarySubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV17secondarySubtitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV17secondarySubtitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV17secondarySubtitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV17secondarySubtitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "tertiarySubtitle", - "printedName": "tertiarySubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV16tertiarySubtitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV16tertiarySubtitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV16tertiarySubtitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV16tertiarySubtitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "imageTitle", - "printedName": "imageTitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV10imageTitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV10imageTitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV10imageTitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV10imageTitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "imageSubtitle", - "printedName": "imageSubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV13imageSubtitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV13imageSubtitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV13imageSubtitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV13imageSubtitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "image", - "printedName": "image", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV5imageSo7UIImageCSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV5imageSo7UIImageCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 6, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV5imageSo7UIImageCSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV5imageSo7UIImageCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "mediaFileURL", - "printedName": "mediaFileURL", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV12mediaFileURL10Foundation0G0VSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV12mediaFileURL10Foundation0G0VSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 7, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV12mediaFileURL10Foundation0G0VSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV12mediaFileURL10Foundation0G0VSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(recievedMessageDict:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.ReceivedMessagePayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReceivedMessagePayload", - "printedName": "LPABCSDK.ReceivedMessagePayload", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV08recievedC4DictACSgSDySSypGSg_tcfc", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV08recievedC4DictACSgSDySSypGSg_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "recourse", - "printedName": "recourse", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK8recourseSbvp", - "mangledName": "$s8LPABCSDK8recourseSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDECustomerInfo", - "printedName": "SDECustomerInfo", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeSSvp", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeSSvg", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeSSvs", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeSSvM", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDECustomerInfoC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK15SDECustomerInfoC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECustomerInfo", - "printedName": "LPABCSDK.SDECustomerInfo", - "usr": "s:8LPABCSDK15SDECustomerInfoC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(cstatus:ctype:balance:currency:socialId:imei:userName:companySize:companyBranch:accountName:role:loginStatus:storeZipCode:storeNumber:lastPaymentDate:registrationDate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEDate", - "printedName": "LPABCSDK.SDEDate", - "usr": "s:8LPABCSDK7SDEDateV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEDate", - "printedName": "LPABCSDK.SDEDate", - "usr": "s:8LPABCSDK7SDEDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0N6Branch07accountM04role11loginStatus12storeZipCode0U6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0N6Branch07accountM04role11loginStatus12storeZipCode0U6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECustomerInfo", - "printedName": "LPABCSDK.SDECustomerInfo", - "usr": "s:8LPABCSDK15SDECustomerInfoC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK15SDECustomerInfoC", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Network", - "printedName": "Network", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPReachability", - "printedName": "LPReachability", - "children": [ - { - "kind": "Var", - "name": "isObnline", - "printedName": "isObnline", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPReachabilityC9isObnlineSbSgvpZ", - "mangledName": "$s8LPABCSDK14LPReachabilityC9isObnlineSbSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPReachabilityC9isObnlineSbSgvgZ", - "mangledName": "$s8LPABCSDK14LPReachabilityC9isObnlineSbSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPReachabilityC9isObnlineSbSgvsZ", - "mangledName": "$s8LPABCSDK14LPReachabilityC9isObnlineSbSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPReachabilityC9isObnlineSbSgvMZ", - "mangledName": "$s8LPABCSDK14LPReachabilityC9isObnlineSbSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_reachabilityQueue", - "printedName": "$__lazy_storage_$_reachabilityQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Dispatch.DispatchQueue?", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPReachabilityC35$__lazy_storage_$_reachabilityQueue33_8C51B9E68A75C45B0766FDD0C47774AFLLSo17OS_dispatch_queueCSgvp", - "mangledName": "$s8LPABCSDK14LPReachabilityC35$__lazy_storage_$_reachabilityQueue33_8C51B9E68A75C45B0766FDD0C47774AFLLSo17OS_dispatch_queueCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_monitor", - "printedName": "$__lazy_storage_$_monitor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Network.NWPathMonitor?", - "children": [ - { - "kind": "TypeNominal", - "name": "NWPathMonitor", - "printedName": "Network.NWPathMonitor", - "usr": "s:7Network13NWPathMonitorC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPReachabilityC25$__lazy_storage_$_monitor33_8C51B9E68A75C45B0766FDD0C47774AFLL7Network13NWPathMonitorCSgvp", - "mangledName": "$s8LPABCSDK14LPReachabilityC25$__lazy_storage_$_monitor33_8C51B9E68A75C45B0766FDD0C47774AFLL7Network13NWPathMonitorCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Function", - "name": "monitorNetwork", - "printedName": "monitorNetwork()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14LPReachabilityC14monitorNetworkyyF", - "mangledName": "$s8LPABCSDK14LPReachabilityC14monitorNetworkyyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "stopMonitoring", - "printedName": "stopMonitoring()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14LPReachabilityC14stopMonitoringyyF", - "mangledName": "$s8LPABCSDK14LPReachabilityC14stopMonitoringyyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPReachability", - "printedName": "LPABCSDK.LPReachability", - "usr": "s:8LPABCSDK14LPReachabilityC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPReachabilityCACycfc", - "mangledName": "$s8LPABCSDK14LPReachabilityCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK14LPReachabilityC", - "mangledName": "$s8LPABCSDK14LPReachabilityC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "Available" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEProductMaker", - "printedName": "SDEProductMaker", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(name:category:sku:price:quantity:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", - "mangledName": "$s8LPABCSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK15SDEProductMakerV", - "mangledName": "$s8LPABCSDK15SDEProductMakerV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPKeychainWrapper", - "printedName": "LPKeychainWrapper", - "children": [ - { - "kind": "Var", - "name": "defaultKeychainWrapper", - "printedName": "defaultKeychainWrapper", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPKeychainWrapperC015defaultKeychainC0ACvpZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC015defaultKeychainC0ACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "deprecated": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "Available" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC015defaultKeychainC0ACvgZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC015defaultKeychainC0ACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "standard", - "printedName": "standard", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPKeychainWrapperC8standardACvpZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC8standardACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC8standardACvgZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC8standardACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "serviceName", - "printedName": "serviceName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11serviceNameSSvp", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11serviceNameSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl", - "SetterAccess", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11serviceNameSSvg", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11serviceNameSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "accessGroup", - "printedName": "accessGroup", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11accessGroupSSSgvp", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11accessGroupSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "SetterAccess", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11accessGroupSSSgvg", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11accessGroupSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(serviceName:accessGroup:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11serviceName11accessGroupACSS_SSSgtcfc", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11serviceName11accessGroupACSS_SSSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "hasValue", - "printedName": "hasValue(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC8hasValue6forKey17withAccessibilitySbSS_AA0b4ItemI0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC8hasValue6forKey17withAccessibilitySbSS_AA0b4ItemI0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "accessibilityOfKey", - "printedName": "accessibilityOfKey(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC18accessibilityOfKeyyAA0B17ItemAccessibilityOSgSSF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC18accessibilityOfKeyyAA0B17ItemAccessibilityOSgSSF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "allKeys", - "printedName": "allKeys()", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sh" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC7allKeysShySSGyF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC7allKeysShySSGyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "integer", - "printedName": "integer(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC7integer6forKey17withAccessibilitySiSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC7integer6forKey17withAccessibilitySiSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "float", - "printedName": "float(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Float?", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC5float6forKey17withAccessibilitySfSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC5float6forKey17withAccessibilitySfSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "double", - "printedName": "double(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC6double6forKey17withAccessibilitySdSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC6double6forKey17withAccessibilitySdSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "bool", - "printedName": "bool(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC4bool6forKey17withAccessibilitySbSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC4bool6forKey17withAccessibilitySbSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "string", - "printedName": "string(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC6string6forKey17withAccessibilitySSSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC6string6forKey17withAccessibilitySSSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "object", - "printedName": "object(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.NSCoding?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSCoding", - "printedName": "Foundation.NSCoding", - "usr": "c:objc(pl)NSCoding" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC6object6forKey17withAccessibilitySo8NSCoding_pSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC6object6forKey17withAccessibilitySo8NSCoding_pSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "data", - "printedName": "data(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Data?", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC4data6forKey17withAccessibility10Foundation4DataVSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC4data6forKey17withAccessibility10Foundation4DataVSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dataRef", - "printedName": "dataRef(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Data?", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC7dataRef6forKey17withAccessibility10Foundation4DataVSgSS_AA0b4ItemI0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC7dataRef6forKey17withAccessibility10Foundation4DataVSgSS_AA0b4ItemI0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSi_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSi_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSf_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSf_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSd_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSd_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilityS2b_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilityS2b_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSS_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSS_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "NSCoding", - "printedName": "Foundation.NSCoding", - "usr": "c:objc(pl)NSCoding" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSo8NSCoding_p_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSo8NSCoding_p_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySb10Foundation4DataV_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySb10Foundation4DataV_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(key:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC6remove3key17withAccessibilitySbSS_AA0b4ItemG0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC6remove3key17withAccessibilitySbSS_AA0b4ItemG0OSgtF", - "moduleName": "LPABCSDK", - "deprecated": true, - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "Available" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeObject", - "printedName": "removeObject(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC12removeObject6forKey17withAccessibilitySbSS_AA0b4ItemI0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC12removeObject6forKey17withAccessibilitySbSS_AA0b4ItemI0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAllKeys", - "printedName": "removeAllKeys()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC13removeAllKeysSbyF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC13removeAllKeysSbyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAllKeychain", - "printedName": "removeAllKeychain()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC17removeAllKeychainyyFZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC17removeAllKeychainyyFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "wipeKeychain", - "printedName": "wipeKeychain()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC12wipeKeychainyyFZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC12wipeKeychainyyFZ", - "moduleName": "LPABCSDK", - "static": true, - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK17LPKeychainWrapperC", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "UIApplicationReleaseMode", - "printedName": "UIApplicationReleaseMode", - "children": [ - { - "kind": "Var", - "name": "UIApplicationReleaseUnknown", - "printedName": "UIApplicationReleaseUnknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC7UnknownyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC7UnknownyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseSimulator", - "printedName": "UIApplicationReleaseSimulator", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC9SimulatoryA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC9SimulatoryA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseDev", - "printedName": "UIApplicationReleaseDev", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC3DevyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC3DevyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseAdHoc", - "printedName": "UIApplicationReleaseAdHoc", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC5AdHocyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC5AdHocyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseAppStore", - "printedName": "UIApplicationReleaseAppStore", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC8AppStoreyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC8AppStoreyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseEnterprise", - "printedName": "UIApplicationReleaseEnterprise", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC10EnterpriseyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC10EnterpriseyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 5 - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO9hashValueSivp", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO9hashValueSivg", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO", - "moduleName": "LPABCSDK", - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Function", - "name": "debugPrinter", - "printedName": "debugPrinter(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK12debugPrinteryySSF", - "mangledName": "$s8LPABCSDK12debugPrinteryySSF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "showDocumentsPath", - "printedName": "showDocumentsPath()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17showDocumentsPathyyF", - "mangledName": "$s8LPABCSDK17showDocumentsPathyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getSDKBundle", - "printedName": "getSDKBundle()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Bundle?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "Foundation.Bundle", - "usr": "c:objc(cs)NSBundle" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK12getSDKBundleSo8NSBundleCSgyKF", - "mangledName": "$s8LPABCSDK12getSDKBundleSo8NSBundleCSgyKF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getSDKVersion", - "printedName": "getSDKVersion()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13getSDKVersionSSSgyKF", - "mangledName": "$s8LPABCSDK13getSDKVersionSSSgyKF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getHostAppVersion", - "printedName": "getHostAppVersion()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17getHostAppVersionSSyF", - "mangledName": "$s8LPABCSDK17getHostAppVersionSSyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentMessageIsNewerThanCached", - "printedName": "currentMessageIsNewerThanCached(messagetimestamp:cachedtimestamp:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK31currentMessageIsNewerThanCached16messagetimestamp15cachedtimestampSbSS_SStF", - "mangledName": "$s8LPABCSDK31currentMessageIsNewerThanCached16messagetimestamp15cachedtimestampSbSS_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "OperatorDecl", - "name": "^^", - "printedName": "^^", - "declKind": "InfixOperator", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Infix" - ] - }, - { - "kind": "Function", - "name": "^^", - "printedName": "^^(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK2xxoiySdSi_SitF", - "mangledName": "$s8LPABCSDK2xxoiySdSi_SitF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorViewable", - "printedName": "LPActivityIndicatorViewable", - "children": [ - { - "kind": "Var", - "name": "isAnimating", - "printedName": "isAnimating", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE11isAnimatingSbvp", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE11isAnimatingSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE11isAnimatingSbvg", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE11isAnimatingSbvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UIViewController, τ_0_0 : LPABCSDK.LPActivityIndicatorViewable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "startAnimating", - "printedName": "startAnimating(_:message:messageFont:type:color:padding:displayTimeThreshold:minimumDisplayTime:backgroundColor:textColor:fadeInAnimation:baseView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIFont?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityIndicatorType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE14startAnimating_7message0I4Font4type5color7padding20displayTimeThreshold014minimumDisplayO015backgroundColor04textT015fadeInAnimation8baseViewySo6CGSizeVSg_SSSgSo6UIFontCSgAA0bC4TypeOSgSo7UIColorCSg14CoreFoundation7CGFloatVSgSiSgA7_A2_A2_ySo0E0CcSgA9_tF", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE14startAnimating_7message0I4Font4type5color7padding20displayTimeThreshold014minimumDisplayO015backgroundColor04textT015fadeInAnimation8baseViewySo6CGSizeVSg_SSSgSo6UIFontCSgAA0bC4TypeOSgSo7UIColorCSg12CoreGraphics7CGFloatVSgSiSgA7_A2_A2_ySo0E0CcSgA9_tF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UIViewController, τ_0_0 : LPABCSDK.LPActivityIndicatorViewable>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "stopAnimating", - "printedName": "stopAnimating(_:baseView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIView, @escaping () -> ()) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE13stopAnimating_8baseViewyySo0E0C_yyctcSg_AItF", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE13stopAnimating_8baseViewyySo0E0C_yyctcSg_AItF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UIViewController, τ_0_0 : LPABCSDK.LPActivityIndicatorViewable>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewableP", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewableP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPReportingResponse", - "printedName": "LPReportingResponse", - "children": [ - { - "kind": "Var", - "name": "sessionId", - "printedName": "sessionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV9sessionIdSSSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9sessionIdSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV9sessionIdSSSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9sessionIdSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "visitorId", - "printedName": "visitorId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV9visitorIdSSSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9visitorIdSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV9visitorIdSSSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9visitorIdSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pageId", - "printedName": "pageId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV6pageIdSSSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV6pageIdSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV6pageIdSSSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV6pageIdSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "time", - "printedName": "time", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Date?", - "children": [ - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV4time10Foundation4DateVSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV4time10Foundation4DateVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Date?", - "children": [ - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV4time10Foundation4DateVSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV4time10Foundation4DateVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "internalCode", - "printedName": "internalCode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV12internalCodeSiSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV12internalCodeSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV12internalCodeSiSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV12internalCodeSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV7messageSSSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV7messageSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV7messageSSSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV7messageSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "setVisitorID", - "printedName": "setVisitorID(vid:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPReportingResponseV12setVisitorID3vidySS_tF", - "mangledName": "$s8LPABCSDK19LPReportingResponseV12setVisitorID3vidySS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Mutating", - "AccessControl" - ], - "funcSelfKind": "Mutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sessionId:visitorId:pageId:time:internalCode:message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPReportingResponse", - "printedName": "LPABCSDK.LPReportingResponse", - "usr": "s:8LPABCSDK19LPReportingResponseV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Date?", - "children": [ - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPReportingResponseV9sessionId07visitorE004pageE04time12internalCode7messageACSSSg_A2J10Foundation4DateVSgSiSgAJtcfc", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9sessionId07visitorE004pageE04time12internalCode7messageACSSSg_A2J10Foundation4DateVSgSiSgAJtcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPReportingResponse", - "printedName": "LPABCSDK.LPReportingResponse", - "usr": "s:8LPABCSDK19LPReportingResponseV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPReportingResponseVACycfc", - "mangledName": "$s8LPABCSDK19LPReportingResponseVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPReportingResponse", - "printedName": "LPABCSDK.LPReportingResponse", - "usr": "s:8LPABCSDK19LPReportingResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPReportingResponseV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK19LPReportingResponseV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPReportingResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK19LPReportingResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK19LPReportingResponseV", - "mangledName": "$s8LPABCSDK19LPReportingResponseV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "SDKParams", - "printedName": "SDKParams", - "children": [ - { - "kind": "Var", - "name": "messagesViewController", - "printedName": "messagesViewController", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "Messages.MSMessagesAppViewController?" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppdE0CSgvp", - "mangledName": "$s8LPABCSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppdE0CSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "ReferenceOwnership", - "SetterAccess", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessagesAppViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessagesAppViewController", - "printedName": "Messages.MSMessagesAppViewController", - "usr": "c:objc(cs)MSMessagesAppViewController" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppdE0CSgvg", - "mangledName": "$s8LPABCSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppdE0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "secureFormReplyImagee", - "printedName": "secureFormReplyImagee", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", - "mangledName": "$s8LPABCSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", - "mangledName": "$s8LPABCSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "secureFormReplyText", - "printedName": "secureFormReplyText", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9SDKParamsV19secureFormReplyTextSSSgvp", - "mangledName": "$s8LPABCSDK9SDKParamsV19secureFormReplyTextSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9SDKParamsV19secureFormReplyTextSSSgvg", - "mangledName": "$s8LPABCSDK9SDKParamsV19secureFormReplyTextSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(messagesViewController:secureFormReplyImagee:secureFormReplyText:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "MSMessagesAppViewController", - "printedName": "Messages.MSMessagesAppViewController", - "usr": "c:objc(cs)MSMessagesAppViewController" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0fgH4TextACSgSo013MSMessagesAppdE0C_So7UIImageCSgSSSgtcfc", - "mangledName": "$s8LPABCSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0fgH4TextACSgSo013MSMessagesAppdE0C_So7UIImageCSgSSSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9SDKParamsV", - "mangledName": "$s8LPABCSDK9SDKParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "UnifiedLooseSDE", - "printedName": "UnifiedLooseSDE", - "children": [ - { - "kind": "Var", - "name": "jsonSDE", - "printedName": "jsonSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvp", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvg", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvs", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvM", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dictionarySDE", - "printedName": "dictionarySDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvp", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvg", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvs", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvM", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorAnimationDelegate", - "printedName": "LPActivityIndicatorAnimationDelegate", - "children": [ - { - "kind": "Function", - "name": "setUpAnimation", - "printedName": "setUpAnimation(in:size:color:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CALayer", - "printedName": "QuartzCore.CALayer", - "usr": "c:objc(cs)CALayer" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationDelegateP05setUpD02in4size5colorySo7CALayerC_So6CGSizeVSo7UIColorCtF", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationDelegateP05setUpD02in4size5colorySo7CALayerC_So6CGSizeVSo7UIColorCtF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.LPActivityIndicatorAnimationDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationDelegateP", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationDelegateP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "CoreData", - "printedName": "CoreData", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPPayloadController", - "printedName": "LPPayloadController", - "children": [ - { - "kind": "Var", - "name": "$__lazy_storage_$_managedObjectModel", - "printedName": "$__lazy_storage_$_managedObjectModel", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSManagedObjectModel?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSManagedObjectModel", - "printedName": "CoreData.NSManagedObjectModel", - "usr": "c:objc(cs)NSManagedObjectModel" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC36$__lazy_storage_$_managedObjectModel33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagedgH0CSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC36$__lazy_storage_$_managedObjectModel33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagedgH0CSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_persistentContainer", - "printedName": "$__lazy_storage_$_persistentContainer", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSPersistentContainer??", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSPersistentContainer?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSPersistentContainer", - "printedName": "CoreData.NSPersistentContainer", - "usr": "c:objc(cs)NSPersistentContainer" - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC37$__lazy_storage_$_persistentContainer33_AF02A932DA7E585C759B1F29EF154023LLSo012NSPersistentG0CSgSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC37$__lazy_storage_$_persistentContainer33_AF02A932DA7E585C759B1F29EF154023LLSo012NSPersistentG0CSgSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_persistentStoreCoordinator", - "printedName": "$__lazy_storage_$_persistentStoreCoordinator", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSPersistentStoreCoordinator?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSPersistentStoreCoordinator", - "printedName": "CoreData.NSPersistentStoreCoordinator", - "usr": "c:objc(cs)NSPersistentStoreCoordinator" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC44$__lazy_storage_$_persistentStoreCoordinator33_AF02A932DA7E585C759B1F29EF154023LLSo012NSPersistentgH0CSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC44$__lazy_storage_$_persistentStoreCoordinator33_AF02A932DA7E585C759B1F29EF154023LLSo012NSPersistentgH0CSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 2, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_managedObjectContext", - "printedName": "$__lazy_storage_$_managedObjectContext", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSManagedObjectContext?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSManagedObjectContext", - "printedName": "CoreData.NSManagedObjectContext", - "usr": "c:objc(cs)NSManagedObjectContext" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC38$__lazy_storage_$_managedObjectContext33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagedgH0CSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC38$__lazy_storage_$_managedObjectContext33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagedgH0CSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 3, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_privateQueueManagedObjectContext", - "printedName": "$__lazy_storage_$_privateQueueManagedObjectContext", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSManagedObjectContext?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSManagedObjectContext", - "printedName": "CoreData.NSManagedObjectContext", - "usr": "c:objc(cs)NSManagedObjectContext" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC50$__lazy_storage_$_privateQueueManagedObjectContext33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagediJ0CSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC50$__lazy_storage_$_privateQueueManagedObjectContext33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagediJ0CSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 4, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_decoder", - "printedName": "$__lazy_storage_$_decoder", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.JSONDecoder?", - "children": [ - { - "kind": "TypeNominal", - "name": "JSONDecoder", - "printedName": "Foundation.JSONDecoder", - "usr": "s:10Foundation11JSONDecoderC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC25$__lazy_storage_$_decoder33_AF02A932DA7E585C759B1F29EF154023LL10Foundation11JSONDecoderCSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC25$__lazy_storage_$_decoder33_AF02A932DA7E585C759B1F29EF154023LL10Foundation11JSONDecoderCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 5, - "hasStorage": true - }, - { - "kind": "Var", - "name": "sharedInstance", - "printedName": "sharedInstance", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayloadController", - "printedName": "LPABCSDK.LPPayloadController", - "usr": "s:8LPABCSDK19LPPayloadControllerC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC14sharedInstanceACvpZ", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC14sharedInstanceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayloadController", - "printedName": "LPABCSDK.LPPayloadController", - "usr": "s:8LPABCSDK19LPPayloadControllerC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPPayloadControllerC14sharedInstanceACvgZ", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC14sharedInstanceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearStorage", - "printedName": "clearStorage(completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPPayloadControllerC12clearStorage10completionyySbcSg_tF", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC12clearStorage10completionyySbcSg_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "processRequestPayloadCredentials", - "printedName": "processRequestPayloadCredentials(jsonData:save:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((LPABCSDK.LPCredentialPayloadMO?, Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPCredentialPayloadMO?, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(LPABCSDK.LPCredentialPayloadMO?, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPPayloadControllerC32processRequestPayloadCredentials8jsonData4save10completiony10Foundation0I0V_SbyAA012LPCredentialF2MOCSg_s5Error_pSgtcSgtF", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC32processRequestPayloadCredentials8jsonData4save10completiony10Foundation0I0V_SbyAA012LPCredentialF2MOCSg_s5Error_pSgtcSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPayload", - "printedName": "loadPayload()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPPayloadControllerC11loadPayloadAA012LPCredentialE2MOCSgyF", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC11loadPayloadAA012LPCredentialE2MOCSgyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "allVarsLoaded", - "printedName": "allVarsLoaded(credentials:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPPayloadControllerC13allVarsLoaded11credentialsSbAA21LPCredentialPayloadMOCSg_tF", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC13allVarsLoaded11credentialsSbAA21LPCredentialPayloadMOCSg_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK19LPPayloadControllerC", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorAnimationBallBeat", - "printedName": "LPActivityIndicatorAnimationBallBeat", - "children": [ - { - "kind": "Function", - "name": "setUpAnimation", - "printedName": "setUpAnimation(in:size:color:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CALayer", - "printedName": "QuartzCore.CALayer", - "usr": "c:objc(cs)CALayer" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationBallBeatC05setUpD02in4size5colorySo7CALayerC_So6CGSizeVSo7UIColorCtF", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationBallBeatC05setUpD02in4size5colorySo7CALayerC_So6CGSizeVSo7UIColorCtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorAnimationBallBeat", - "printedName": "LPABCSDK.LPActivityIndicatorAnimationBallBeat", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationBallBeatC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationBallBeatCACycfc", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationBallBeatCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationBallBeatC", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationBallBeatC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LPActivityIndicatorAnimationDelegate", - "printedName": "LPActivityIndicatorAnimationDelegate", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationDelegateP", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDELead", - "printedName": "SDELead", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDELeadC4typeSSvp", - "mangledName": "$s8LPABCSDK7SDELeadC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC4typeSSvg", - "mangledName": "$s8LPABCSDK7SDELeadC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC4typeSSvs", - "mangledName": "$s8LPABCSDK7SDELeadC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC4typeSSvM", - "mangledName": "$s8LPABCSDK7SDELeadC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDELeadC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK7SDELeadC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK7SDELeadC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK7SDELeadC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK7SDELeadC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK7SDELeadC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDELead", - "printedName": "LPABCSDK.SDELead", - "usr": "s:8LPABCSDK7SDELeadC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDELeadC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK7SDELeadC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(topic:value:currency:leadId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", - "mangledName": "$s8LPABCSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDELead", - "printedName": "LPABCSDK.SDELead", - "usr": "s:8LPABCSDK7SDELeadC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDELeadC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK7SDELeadC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDELeadC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK7SDELeadC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK7SDELeadC", - "mangledName": "$s8LPABCSDK7SDELeadC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "RequestType", - "printedName": "RequestType", - "children": [ - { - "kind": "Var", - "name": "localHostShark", - "printedName": "localHostShark", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.RequestType.Type) -> LPABCSDK.RequestType", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.RequestType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK11RequestTypeO14localHostSharkyA2CmF", - "mangledName": "$s8LPABCSDK11RequestTypeO14localHostSharkyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "shark", - "printedName": "shark", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.RequestType.Type) -> LPABCSDK.RequestType", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.RequestType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK11RequestTypeO5sharkyA2CmF", - "mangledName": "$s8LPABCSDK11RequestTypeO5sharkyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "loggos", - "printedName": "loggos", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.RequestType.Type) -> LPABCSDK.RequestType", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.RequestType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK11RequestTypeO6loggosyA2CmF", - "mangledName": "$s8LPABCSDK11RequestTypeO6loggosyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11RequestTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK11RequestTypeO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11RequestTypeO9hashValueSivp", - "mangledName": "$s8LPABCSDK11RequestTypeO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11RequestTypeO9hashValueSivg", - "mangledName": "$s8LPABCSDK11RequestTypeO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11RequestTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK11RequestTypeO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK11RequestTypeO", - "mangledName": "$s8LPABCSDK11RequestTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPSDKURLBuilder", - "printedName": "LPSDKURLBuilder", - "children": [ - { - "kind": "Var", - "name": "modeType", - "printedName": "modeType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.RequestType?", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC8modeTypeAA07RequestD0OSgvp", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC8modeTypeAA07RequestD0OSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.RequestType?", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC8modeTypeAA07RequestD0OSgvg", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC8modeTypeAA07RequestD0OSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "urlString", - "printedName": "urlString", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC9urlStringSSSgvp", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC9urlStringSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC9urlStringSSSgvg", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC9urlStringSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(mockType:credentials:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSDKURLBuilder", - "printedName": "LPABCSDK.LPSDKURLBuilder", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC8mockType11credentialsAcA07RequestD0O_AA21LPCredentialPayloadMOCSgtcfc", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC8mockType11credentialsAcA07RequestD0O_AA21LPCredentialPayloadMOCSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC", - "moduleName": "LPABCSDK", - "isOpen": true - }, - { - "kind": "TypeDecl", - "name": "Encodable", - "printedName": "Encodable", - "children": [ - { - "kind": "Function", - "name": "asDictionary", - "printedName": "asDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.NSDictionary?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSDictionary", - "printedName": "Foundation.NSDictionary", - "usr": "c:objc(cs)NSDictionary" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:SE8LPABCSDKE12asDictionarySo12NSDictionaryCSgyF", - "mangledName": "$sSE8LPABCSDKE12asDictionarySo12NSDictionaryCSgyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "asData", - "printedName": "asData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Data?", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:SE8LPABCSDKE6asData10Foundation0C0VSgyF", - "mangledName": "$sSE8LPABCSDKE6asData10Foundation0C0VSgyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:SE", - "mangledName": "$sSE", - "moduleName": "Swift", - "isExternal": true - }, - { - "kind": "TypeDecl", - "name": "Name", - "printedName": "Name", - "children": [ - { - "kind": "Var", - "name": "lpPayloadSaved", - "printedName": "lpPayloadSaved", - "children": [ - { - "kind": "TypeNominal", - "name": "Name", - "printedName": "Foundation.NSNotification.Name", - "usr": "c:@T@NSNotificationName" - } - ], - "declKind": "Var", - "usr": "s:So18NSNotificationNamea8LPABCSDKE14lpPayloadSavedABvpZ", - "mangledName": "$sSo18NSNotificationNamea8LPABCSDKE14lpPayloadSavedABvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Name", - "printedName": "Foundation.NSNotification.Name", - "usr": "c:@T@NSNotificationName" - } - ], - "declKind": "Accessor", - "usr": "s:So18NSNotificationNamea8LPABCSDKE14lpPayloadSavedABvgZ", - "mangledName": "$sSo18NSNotificationNamea8LPABCSDKE14lpPayloadSavedABvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lpLoggosPost", - "printedName": "lpLoggosPost", - "children": [ - { - "kind": "TypeNominal", - "name": "Name", - "printedName": "Foundation.NSNotification.Name", - "usr": "c:@T@NSNotificationName" - } - ], - "declKind": "Var", - "usr": "s:So18NSNotificationNamea8LPABCSDKE12lpLoggosPostABvpZ", - "mangledName": "$sSo18NSNotificationNamea8LPABCSDKE12lpLoggosPostABvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Name", - "printedName": "Foundation.NSNotification.Name", - "usr": "c:@T@NSNotificationName" - } - ], - "declKind": "Accessor", - "usr": "s:So18NSNotificationNamea8LPABCSDKE12lpLoggosPostABvgZ", - "mangledName": "$sSo18NSNotificationNamea8LPABCSDKE12lpLoggosPostABvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "c:@T@NSNotificationName", - "moduleName": "Foundation", - "declAttributes": [ - "SynthesizedProtocol", - "SynthesizedProtocol", - "SynthesizedProtocol", - "SynthesizedProtocol", - "SynthesizedProtocol", - "SynthesizedProtocol", - "Sendable" - ], - "isFromExtension": true, - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "_SwiftNewtypeWrapper", - "printedName": "_SwiftNewtypeWrapper", - "usr": "s:s20_SwiftNewtypeWrapperP", - "mangledName": "$ss20_SwiftNewtypeWrapperP" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Var", - "name": "queryParameters", - "printedName": "queryParameters", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:10Foundation3URLV8LPABCSDKE15queryParametersSDySSypGSgvp", - "mangledName": "$s10Foundation3URLV8LPABCSDKE15queryParametersSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:10Foundation3URLV8LPABCSDKE15queryParametersSDySSypGSgvg", - "mangledName": "$s10Foundation3URLV8LPABCSDKE15queryParametersSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "getKeyVals", - "printedName": "getKeyVals()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV8LPABCSDKE10getKeyValsSDyS2SGSgyF", - "mangledName": "$s10Foundation3URLV8LPABCSDKE10getKeyValsSDyS2SGSgyF", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByFileReferenceLiteral", - "printedName": "_ExpressibleByFileReferenceLiteral", - "usr": "s:s34_ExpressibleByFileReferenceLiteralP", - "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "String", - "printedName": "String", - "children": [ - { - "kind": "Function", - "name": "encodeUrl", - "printedName": "encodeUrl()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:SS8LPABCSDKE9encodeUrlSSSgyF", - "mangledName": "$sSS8LPABCSDKE9encodeUrlSSSgyF", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "decodeUrl", - "printedName": "decodeUrl()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:SS8LPABCSDKE9decodeUrlSSSgyF", - "mangledName": "$sSS8LPABCSDKE9decodeUrlSSSgyF", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "lastPathComponent", - "printedName": "lastPathComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE17lastPathComponentSSvp", - "mangledName": "$sSS8LPABCSDKE17lastPathComponentSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE17lastPathComponentSSvg", - "mangledName": "$sSS8LPABCSDKE17lastPathComponentSSvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringByDeletingPathExtension", - "printedName": "stringByDeletingPathExtension", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE29stringByDeletingPathExtensionSSvp", - "mangledName": "$sSS8LPABCSDKE29stringByDeletingPathExtensionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE29stringByDeletingPathExtensionSSvg", - "mangledName": "$sSS8LPABCSDKE29stringByDeletingPathExtensionSSvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "isAlphanumeric", - "printedName": "isAlphanumeric", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE14isAlphanumericSbvp", - "mangledName": "$sSS8LPABCSDKE14isAlphanumericSbvp", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE14isAlphanumericSbvg", - "mangledName": "$sSS8LPABCSDKE14isAlphanumericSbvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "jsonSDE", - "printedName": "jsonSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE7jsonSDESSSgvp", - "mangledName": "$sSS8LPABCSDKE7jsonSDESSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE7jsonSDESSSgvg", - "mangledName": "$sSS8LPABCSDKE7jsonSDESSSgvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE7jsonSDESSSgvs", - "mangledName": "$sSS8LPABCSDKE7jsonSDESSSgvs", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE7jsonSDESSSgvM", - "mangledName": "$sSS8LPABCSDKE7jsonSDESSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dictionarySDE", - "printedName": "dictionarySDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE13dictionarySDESDySSypGSgvp", - "mangledName": "$sSS8LPABCSDKE13dictionarySDESDySSypGSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE13dictionarySDESDySSypGSgvg", - "mangledName": "$sSS8LPABCSDKE13dictionarySDESDySSypGSgvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE13dictionarySDESDySSypGSgvs", - "mangledName": "$sSS8LPABCSDKE13dictionarySDESDySSypGSgvs", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE13dictionarySDESDySSypGSgvM", - "mangledName": "$sSS8LPABCSDKE13dictionarySDESDySSypGSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:SS", - "mangledName": "$sSS", - "moduleName": "Swift", - "declAttributes": [ - "Frozen" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "StringProtocol", - "printedName": "StringProtocol", - "children": [ - { - "kind": "TypeWitness", - "name": "UTF8View", - "printedName": "UTF8View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF8View", - "printedName": "Swift.String.UTF8View", - "usr": "s:SS8UTF8ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UTF16View", - "printedName": "UTF16View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF16View", - "printedName": "Swift.String.UTF16View", - "usr": "s:SS9UTF16ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UnicodeScalarView", - "printedName": "UnicodeScalarView", - "children": [ - { - "kind": "TypeNominal", - "name": "UnicodeScalarView", - "printedName": "Swift.String.UnicodeScalarView", - "usr": "s:SS17UnicodeScalarViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sy", - "mangledName": "$sSy" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" - }, - { - "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "UnifiedLooseSDE", - "printedName": "UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Dictionary", - "printedName": "Dictionary", - "children": [ - { - "kind": "Function", - "name": "dictionaryToString", - "printedName": "dictionaryToString(prettyPrinted:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:SD8LPABCSDKE18dictionaryToString13prettyPrintedSSSgSb_tF", - "mangledName": "$sSD8LPABCSDKE18dictionaryToString13prettyPrintedSSSgSb_tF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "jsonSDE", - "printedName": "jsonSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:SD8LPABCSDKE7jsonSDESSSgvp", - "mangledName": "$sSD8LPABCSDKE7jsonSDESSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE7jsonSDESSSgvg", - "mangledName": "$sSD8LPABCSDKE7jsonSDESSSgvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE7jsonSDESSSgvs", - "mangledName": "$sSD8LPABCSDKE7jsonSDESSSgvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE7jsonSDESSSgvM", - "mangledName": "$sSD8LPABCSDKE7jsonSDESSSgvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dictionarySDE", - "printedName": "dictionarySDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:SD8LPABCSDKE13dictionarySDESDySSypGSgvp", - "mangledName": "$sSD8LPABCSDKE13dictionarySDESDySSypGSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE13dictionarySDESDySSypGSgvg", - "mangledName": "$sSD8LPABCSDKE13dictionarySDESDySSypGSgvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE13dictionarySDESDySSypGSgvs", - "mangledName": "$sSD8LPABCSDKE13dictionarySDESDySSypGSgvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE13dictionarySDESDySSypGSgvM", - "mangledName": "$sSD8LPABCSDKE13dictionarySDESDySSypGSgvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:SD", - "mangledName": "$sSD", - "moduleName": "Swift", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "Frozen" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "UnifiedLooseSDE", - "printedName": "UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(key: τ_0_0, value: τ_0_1)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", - "usr": "s:SD8IteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(key: τ_0_0, value: τ_0_1)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index", - "usr": "s:SD5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", - "usr": "s:SD8IteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[τ_0_0 : τ_0_1]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:s5SliceV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[τ_0_0 : τ_0_1]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "ExpressibleByDictionaryLiteral", - "printedName": "ExpressibleByDictionaryLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Value", - "printedName": "Value", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ] - } - ], - "usr": "s:s30ExpressibleByDictionaryLiteralP", - "mangledName": "$ss30ExpressibleByDictionaryLiteralP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSDictionary", - "printedName": "Foundation.NSDictionary", - "usr": "c:objc(cs)NSDictionary" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "JSONEncoder", - "printedName": "JSONEncoder", - "children": [ - { - "kind": "Function", - "name": "encodeJSONObject", - "printedName": "encodeJSONObject(_:options:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "ReadingOptions", - "printedName": "Foundation.JSONSerialization.ReadingOptions", - "hasDefaultArg": true, - "usr": "c:@E@NSJSONReadingOptions" - } - ], - "declKind": "Func", - "usr": "s:10Foundation11JSONEncoderC8LPABCSDKE16encodeJSONObject_7optionsypx_So20NSJSONReadingOptionsVtKSERzlF", - "mangledName": "$s10Foundation11JSONEncoderC8LPABCSDKE16encodeJSONObject_7optionsypx_So20NSJSONReadingOptionsVtKSERzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", - "sugared_genericSig": "", - "isOpen": true, - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:10Foundation11JSONEncoderC", - "mangledName": "$s10Foundation11JSONEncoderC", - "moduleName": "Foundation", - "isOpen": true, - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "TopLevelEncoder", - "printedName": "TopLevelEncoder", - "children": [ - { - "kind": "TypeWitness", - "name": "Output", - "printedName": "Output", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ] - } - ], - "usr": "s:7Combine15TopLevelEncoderP", - "mangledName": "$s7Combine15TopLevelEncoderP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "JSONDecoder", - "printedName": "JSONDecoder", - "children": [ - { - "kind": "Function", - "name": "decode", - "printedName": "decode(_:withJSONObject:options:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "τ_0_0.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ] - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "WritingOptions", - "printedName": "Foundation.JSONSerialization.WritingOptions", - "hasDefaultArg": true, - "usr": "c:@E@NSJSONWritingOptions" - } - ], - "declKind": "Func", - "usr": "s:10Foundation11JSONDecoderC8LPABCSDKE6decode_14withJSONObject7optionsxxm_ypSo20NSJSONWritingOptionsVtKSeRzlF", - "mangledName": "$s10Foundation11JSONDecoderC8LPABCSDKE6decode_14withJSONObject7optionsxxm_ypSo20NSJSONWritingOptionsVtKSeRzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>", - "sugared_genericSig": "", - "isOpen": true, - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:10Foundation11JSONDecoderC", - "mangledName": "$s10Foundation11JSONDecoderC", - "moduleName": "Foundation", - "isOpen": true, - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "TopLevelDecoder", - "printedName": "TopLevelDecoder", - "children": [ - { - "kind": "TypeWitness", - "name": "Input", - "printedName": "Input", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ] - } - ], - "usr": "s:7Combine15TopLevelDecoderP", - "mangledName": "$s7Combine15TopLevelDecoderP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "CodingUserInfoKey", - "printedName": "CodingUserInfoKey", - "children": [ - { - "kind": "Var", - "name": "managedObjectContext", - "printedName": "managedObjectContext", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.CodingUserInfoKey?", - "children": [ - { - "kind": "TypeNominal", - "name": "CodingUserInfoKey", - "printedName": "Swift.CodingUserInfoKey", - "usr": "s:s17CodingUserInfoKeyV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:s17CodingUserInfoKeyV8LPABCSDKE20managedObjectContextABSgvpZ", - "mangledName": "$ss17CodingUserInfoKeyV8LPABCSDKE20managedObjectContextABSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "RawDocComment" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.CodingUserInfoKey?", - "children": [ - { - "kind": "TypeNominal", - "name": "CodingUserInfoKey", - "printedName": "Swift.CodingUserInfoKey", - "usr": "s:s17CodingUserInfoKeyV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:s17CodingUserInfoKeyV8LPABCSDKE20managedObjectContextABSgvgZ", - "mangledName": "$ss17CodingUserInfoKeyV8LPABCSDKE20managedObjectContextABSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:s17CodingUserInfoKeyV", - "mangledName": "$ss17CodingUserInfoKeyV", - "moduleName": "Swift", - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MSMessage", - "printedName": "MSMessage", - "children": [ - { - "kind": "Var", - "name": "messagePayloadData", - "printedName": "messagePayloadData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPMSMessageURLData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPMSMessageURLData", - "printedName": "LPABCSDK.LPMSMessageURLData", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE18messagePayloadDataAC18LPMSMessageURLDataVSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE18messagePayloadDataAC18LPMSMessageURLDataVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPMSMessageURLData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPMSMessageURLData", - "printedName": "LPABCSDK.LPMSMessageURLData", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE18messagePayloadDataAC18LPMSMessageURLDataVSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE18messagePayloadDataAC18LPMSMessageURLDataVSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customData", - "printedName": "customData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE10customDataSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE10customDataSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE10customDataSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE10customDataSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lpData", - "printedName": "lpData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE6lpDataSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE6lpDataSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE6lpDataSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE6lpDataSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "interactive", - "printedName": "interactive", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE11interactiveSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11interactiveSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE11interactiveSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11interactiveSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "response", - "printedName": "response", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE8responseSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE8responseSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE8responseSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE8responseSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "request", - "printedName": "request", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE7requestSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE7requestSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE7requestSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE7requestSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "isLiveLayoutOrNoLayout", - "printedName": "isLiveLayoutOrNoLayout", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE016isLiveLayoutOrNoE0Sbvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE016isLiveLayoutOrNoE0Sbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE016isLiveLayoutOrNoE0Sbvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE016isLiveLayoutOrNoE0Sbvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "messageSessionUUID", - "printedName": "messageSessionUUID()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:So9MSMessageC8LPABCSDKE18messageSessionUUIDSSSgyF", - "mangledName": "$sSo9MSMessageC8LPABCSDKE18messageSessionUUIDSSSgyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "recievedMessagePayload", - "printedName": "recievedMessagePayload", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.ReceivedMessagePayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReceivedMessagePayload", - "printedName": "LPABCSDK.ReceivedMessagePayload", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE22recievedMessagePayloadAC08ReceiveddE0VSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE22recievedMessagePayloadAC08ReceiveddE0VSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.ReceivedMessagePayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReceivedMessagePayload", - "printedName": "LPABCSDK.ReceivedMessagePayload", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE22recievedMessagePayloadAC08ReceiveddE0VSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE22recievedMessagePayloadAC08ReceiveddE0VSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageType", - "printedName": "messageType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCIMType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCIMType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCIMType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvs", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvs", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvM", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)MSMessage", - "moduleName": "Messages", - "isOpen": true, - "intro_iOS": "10.0", - "objc_name": "MSMessage", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIApplication", - "printedName": "UIApplication", - "children": [ - { - "kind": "Function", - "name": "releaseMode", - "printedName": "releaseMode()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.UIApplicationReleaseMode?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:So13UIApplicationC8LPABCSDKE11releaseModeAC0a7ReleaseD0OSgyF", - "mangledName": "$sSo13UIApplicationC8LPABCSDKE11releaseModeAC0a7ReleaseD0OSgyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getMobileProvision", - "printedName": "getMobileProvision()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.NSDictionary?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSDictionary", - "printedName": "Foundation.NSDictionary", - "usr": "c:objc(cs)NSDictionary" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:So13UIApplicationC8LPABCSDKE18getMobileProvisionSo12NSDictionaryCSgyF", - "mangledName": "$sSo13UIApplicationC8LPABCSDKE18getMobileProvisionSo12NSDictionaryCSgyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIApplication", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UIApplication", - "declAttributes": [ - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIResponder", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIDevice", - "printedName": "UIDevice", - "children": [ - { - "kind": "Var", - "name": "modelName", - "printedName": "modelName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:So8UIDeviceC8LPABCSDKE9modelNameSSvpZ", - "mangledName": "$sSo8UIDeviceC8LPABCSDKE9modelNameSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:So8UIDeviceC8LPABCSDKE9modelNameSSvgZ", - "mangledName": "$sSo8UIDeviceC8LPABCSDKE9modelNameSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIDevice", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UIDevice", - "declAttributes": [ - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIColor", - "printedName": "UIColor", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(hex:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC8LPABCSDKE3hexABSgSS_tcfc", - "mangledName": "$sSo7UIColorC8LPABCSDKE3hexABSgSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Convenience" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIColor", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UIColor", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MSMessagesAppPresentationStyle", - "printedName": "MSMessagesAppPresentationStyle", - "children": [ - { - "kind": "Var", - "name": "stringDescription", - "printedName": "stringDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:So30MSMessagesAppPresentationStyleV8LPABCSDKE17stringDescriptionSSvp", - "mangledName": "$sSo30MSMessagesAppPresentationStyleV8LPABCSDKE17stringDescriptionSSvp", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:So30MSMessagesAppPresentationStyleV8LPABCSDKE17stringDescriptionSSvg", - "mangledName": "$sSo30MSMessagesAppPresentationStyleV8LPABCSDKE17stringDescriptionSSvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@E@MSMessagesAppPresentationStyle", - "moduleName": "Messages", - "intro_iOS": "10.0", - "objc_name": "MSMessagesAppPresentationStyle", - "declAttributes": [ - "Available", - "SynthesizedProtocol", - "ObjC", - "SynthesizedProtocol", - "Sendable", - "Dynamic" - ], - "enumRawTypeName": "UInt", - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MSMessagesAppViewController", - "printedName": "MSMessagesAppViewController", - "children": [ - { - "kind": "Function", - "name": "addChildViewController", - "printedName": "addChildViewController(childVC:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "s:So27MSMessagesAppViewControllerC8LPABCSDKE08addChildcD07childVCySo06UIViewD0C_tF", - "mangledName": "$sSo27MSMessagesAppViewControllerC8LPABCSDKE08addChildcD07childVCySo06UIViewD0C_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAllChildViewControllers", - "printedName": "removeAllChildViewControllers()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:So27MSMessagesAppViewControllerC8LPABCSDKE014removeAllChildC11ControllersyyF", - "mangledName": "$sSo27MSMessagesAppViewControllerC8LPABCSDKE014removeAllChildC11ControllersyyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)MSMessagesAppViewController", - "moduleName": "Messages", - "isOpen": true, - "intro_iOS": "10.0", - "objc_name": "MSMessagesAppViewController", - "declAttributes": [ - "Custom", - "Available", - "ObjC", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPABCSDK.swift", - "kind": "BooleanLiteral", - "offset": 4930, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 3519, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 3673, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 3685, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 4220, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 4649, - "length": 3, - "value": "300" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "FloatLiteral", - "offset": 4949, - "length": 3, - "value": "8.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5144, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5336, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5346, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5355, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "FloatLiteral", - "offset": 5365, - "length": 3, - "value": "0.5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5511, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "FloatLiteral", - "offset": 5550, - "length": 4, - "value": "0.15" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5583, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "FloatLiteral", - "offset": 5773, - "length": 4, - "value": "0.25" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5853, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "BooleanLiteral", - "offset": 6983, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "StringLiteral", - "offset": 2941, - "length": 23, - "value": "\"LPABCSDK.LPActivityIndicatorView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 282, - "length": 21, - "value": "\"LPCredentialPayload\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 345, - "length": 23, - "value": "\"LPCredentialPayloadMO\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 405, - "length": 15, - "value": "\"LPABCSDKModel\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 461, - "length": 6, - "value": "\"momd\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 510, - "length": 8, - "value": "\"sqlite\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 606, - "length": 25, - "value": "\"com.liveperson.lpabcsdk\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 716, - "length": 6, - "value": "\"Info\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 760, - "length": 7, - "value": "\"plist\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 14, - "value": "\"LPABC_PARAMS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 876, - "length": 15, - "value": "\"bubbleSession\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 945, - "length": 38, - "value": "\"a32792c6-b6d1-11e8-96f8-529269fb1459\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1033, - "length": 13, - "value": "\"NSExtension\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1103, - "length": 28, - "value": "\"NSExtensionPointIdentifier\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1180, - "length": 16, - "value": "\"lpabc_appgroup\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1349, - "length": 36, - "value": "\"com.apple.message-payload-provider\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1499, - "length": 14, - "value": "\"payloadModel\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1553, - "length": 9, - "value": "\"message\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "FloatLiteral", - "offset": 1791, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "FloatLiteral", - "offset": 1851, - "length": 3, - "value": "2.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "FloatLiteral", - "offset": 1940, - "length": 4, - "value": "15.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 1995, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2037, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "FloatLiteral", - "offset": 2089, - "length": 3, - "value": "5.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 17, - "value": "\"reportingParams\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2249, - "length": 11, - "value": "\"accountID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2330, - "length": 12, - "value": "\"consumerID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2412, - "length": 14, - "value": "\"appInstallID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2496, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2572, - "length": 18, - "value": "\"monitoringDomain\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2660, - "length": 9, - "value": "\"apiType\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2763, - "length": 11, - "value": "\"LPABC_LOG\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2888, - "length": 14, - "value": "\"LPABCSDK.CIM\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2971, - "length": 18, - "value": "\"LPABCSDK.IDLESDE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3058, - "length": 14, - "value": "\"LPABCLog.log\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3141, - "length": 18, - "value": "\"LPABCLog.Network\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3228, - "length": 15, - "value": "\"LPABCSDK.QUEU\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3312, - "length": 23, - "value": "\"LPABCSDK.Reachability\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3461, - "length": 38, - "value": "\"0BF72C98-C4A2-4927-9B28-8D8EDF113406\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3568, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3639, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3762, - "length": 62, - "value": "\"The interval range for aggregated stack should be (1-15 sec)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3944, - "length": 23, - "value": "\"Could not load bundle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 4038, - "length": 23, - "value": "\"Could not SDK version\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 4132, - "length": 31, - "value": "\"Could not load Managed Object\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 4285, - "length": 15, - "value": "\"lpabcsdk_shrk\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 4375, - "length": 21, - "value": "\"LPReportingResponse\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 4509, - "length": 6, - "value": "559887" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 854, - "length": 16, - "value": "\"LPPayloadSaved\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 920, - "length": 14, - "value": "\"lpLoggosPost\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "BooleanLiteral", - "offset": 3915, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "Array", - "offset": 5003, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "Array", - "offset": 5298, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 5632, - "length": 22, - "value": "\"managedObjectContext\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "IntegerLiteral", - "offset": 12435, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12729, - "length": 9, - "value": "\"iPod5,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12779, - "length": 14, - "value": "\"iPod Touch 5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12811, - "length": 9, - "value": "\"iPod7,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12861, - "length": 14, - "value": "\"iPod Touch 6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12893, - "length": 11, - "value": "\"iPhone3,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12906, - "length": 11, - "value": "\"iPhone3,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12919, - "length": 11, - "value": "\"iPhone3,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12943, - "length": 10, - "value": "\"iPhone 4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12971, - "length": 11, - "value": "\"iPhone4,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13021, - "length": 11, - "value": "\"iPhone 4s\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13050, - "length": 11, - "value": "\"iPhone5,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13063, - "length": 11, - "value": "\"iPhone5,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13100, - "length": 10, - "value": "\"iPhone 5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13128, - "length": 11, - "value": "\"iPhone5,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13141, - "length": 11, - "value": "\"iPhone5,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13178, - "length": 11, - "value": "\"iPhone 5c\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13207, - "length": 11, - "value": "\"iPhone6,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13220, - "length": 11, - "value": "\"iPhone6,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13257, - "length": 11, - "value": "\"iPhone 5s\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13286, - "length": 11, - "value": "\"iPhone7,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13336, - "length": 10, - "value": "\"iPhone 6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13364, - "length": 11, - "value": "\"iPhone7,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13414, - "length": 15, - "value": "\"iPhone 6 Plus\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13447, - "length": 11, - "value": "\"iPhone8,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13497, - "length": 11, - "value": "\"iPhone 6s\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13526, - "length": 11, - "value": "\"iPhone8,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13576, - "length": 16, - "value": "\"iPhone 6s Plus\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13610, - "length": 11, - "value": "\"iPhone9,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13623, - "length": 11, - "value": "\"iPhone9,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13660, - "length": 10, - "value": "\"iPhone 7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13688, - "length": 11, - "value": "\"iPhone9,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13701, - "length": 11, - "value": "\"iPhone9,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13738, - "length": 15, - "value": "\"iPhone 7 Plus\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13771, - "length": 11, - "value": "\"iPhone8,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13821, - "length": 11, - "value": "\"iPhone SE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13850, - "length": 12, - "value": "\"iPhone10,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13864, - "length": 12, - "value": "\"iPhone10,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13900, - "length": 10, - "value": "\"iPhone 8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13928, - "length": 12, - "value": "\"iPhone10,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13942, - "length": 12, - "value": "\"iPhone10,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13978, - "length": 15, - "value": "\"iPhone 8 Plus\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14011, - "length": 12, - "value": "\"iPhone10,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14025, - "length": 12, - "value": "\"iPhone10,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14061, - "length": 10, - "value": "\"iPhone X\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14089, - "length": 12, - "value": "\"iPhone11,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14139, - "length": 11, - "value": "\"iPhone XS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14168, - "length": 12, - "value": "\"iPhone11,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14182, - "length": 12, - "value": "\"iPhone11,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14218, - "length": 15, - "value": "\"iPhone XS Max\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14251, - "length": 12, - "value": "\"iPhone11,8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14301, - "length": 11, - "value": "\"iPhone XR\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14330, - "length": 9, - "value": "\"iPad2,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14341, - "length": 9, - "value": "\"iPad2,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14352, - "length": 9, - "value": "\"iPad2,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14363, - "length": 9, - "value": "\"iPad2,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14380, - "length": 8, - "value": "\"iPad 2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14406, - "length": 9, - "value": "\"iPad3,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14417, - "length": 9, - "value": "\"iPad3,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14428, - "length": 9, - "value": "\"iPad3,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14456, - "length": 8, - "value": "\"iPad 3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14482, - "length": 9, - "value": "\"iPad3,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14493, - "length": 9, - "value": "\"iPad3,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14504, - "length": 9, - "value": "\"iPad3,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14532, - "length": 8, - "value": "\"iPad 4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14558, - "length": 9, - "value": "\"iPad4,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14569, - "length": 9, - "value": "\"iPad4,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14580, - "length": 9, - "value": "\"iPad4,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14608, - "length": 10, - "value": "\"iPad Air\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14636, - "length": 9, - "value": "\"iPad5,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14647, - "length": 9, - "value": "\"iPad5,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14686, - "length": 12, - "value": "\"iPad Air 2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14716, - "length": 10, - "value": "\"iPad6,11\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14728, - "length": 10, - "value": "\"iPad6,12\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14766, - "length": 8, - "value": "\"iPad 5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14792, - "length": 9, - "value": "\"iPad7,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14803, - "length": 9, - "value": "\"iPad7,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14842, - "length": 8, - "value": "\"iPad 6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14868, - "length": 9, - "value": "\"iPad2,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14879, - "length": 9, - "value": "\"iPad2,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14890, - "length": 9, - "value": "\"iPad2,7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14918, - "length": 11, - "value": "\"iPad Mini\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14947, - "length": 9, - "value": "\"iPad4,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14958, - "length": 9, - "value": "\"iPad4,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14969, - "length": 9, - "value": "\"iPad4,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14997, - "length": 13, - "value": "\"iPad Mini 2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15028, - "length": 9, - "value": "\"iPad4,7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15039, - "length": 9, - "value": "\"iPad4,8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15050, - "length": 9, - "value": "\"iPad4,9\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15078, - "length": 13, - "value": "\"iPad Mini 3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15109, - "length": 9, - "value": "\"iPad5,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15120, - "length": 9, - "value": "\"iPad5,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15159, - "length": 13, - "value": "\"iPad Mini 4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15190, - "length": 9, - "value": "\"iPad6,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15201, - "length": 9, - "value": "\"iPad6,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15240, - "length": 21, - "value": "\"iPad Pro (9.7-inch)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15279, - "length": 9, - "value": "\"iPad6,7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15290, - "length": 9, - "value": "\"iPad6,8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15329, - "length": 22, - "value": "\"iPad Pro (12.9-inch)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15369, - "length": 9, - "value": "\"iPad7,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15380, - "length": 9, - "value": "\"iPad7,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15419, - "length": 39, - "value": "\"iPad Pro (12.9-inch) (2nd generation)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15476, - "length": 9, - "value": "\"iPad7,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15487, - "length": 9, - "value": "\"iPad7,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15526, - "length": 22, - "value": "\"iPad Pro (10.5-inch)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15566, - "length": 9, - "value": "\"iPad8,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15577, - "length": 9, - "value": "\"iPad8,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15588, - "length": 9, - "value": "\"iPad8,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15599, - "length": 9, - "value": "\"iPad8,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15616, - "length": 20, - "value": "\"iPad Pro (11-inch)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15654, - "length": 9, - "value": "\"iPad8,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15665, - "length": 9, - "value": "\"iPad8,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15676, - "length": 9, - "value": "\"iPad8,7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15687, - "length": 9, - "value": "\"iPad8,8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15704, - "length": 39, - "value": "\"iPad Pro (12.9-inch) (3rd generation)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15761, - "length": 12, - "value": "\"AppleTV5,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15811, - "length": 10, - "value": "\"Apple TV\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15839, - "length": 12, - "value": "\"AppleTV6,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15889, - "length": 13, - "value": "\"Apple TV 4K\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15920, - "length": 19, - "value": "\"AudioAccessory1,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15970, - "length": 9, - "value": "\"HomePod\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15997, - "length": 6, - "value": "\"i386\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16005, - "length": 8, - "value": "\"x86_64\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16047, - "length": 104, - "value": "\"Simulator \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16110, - "length": 28, - "value": "\"SIMULATOR_MODEL_IDENTIFIER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16143, - "length": 5, - "value": "\"iOS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16150, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 437, - "length": 6, - "value": "\"cart\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 476, - "length": 10, - "value": "\"purchase\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 10, - "value": "\"prodView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 586, - "length": 10, - "value": "\"ctmrinfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 629, - "length": 10, - "value": "\"mrktInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 672, - "length": 10, - "value": "\"personal\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 742, - "length": 6, - "value": "\"lead\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 781, - "length": 9, - "value": "\"service\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 823, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 863, - "length": 12, - "value": "\"searchInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 437, - "length": 6, - "value": "\"cart\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 476, - "length": 10, - "value": "\"purchase\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 10, - "value": "\"prodView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 586, - "length": 10, - "value": "\"ctmrinfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 629, - "length": 10, - "value": "\"mrktInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 672, - "length": 10, - "value": "\"personal\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 742, - "length": 6, - "value": "\"lead\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 781, - "length": 9, - "value": "\"service\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 823, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 863, - "length": 12, - "value": "\"searchInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1045, - "length": 11, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 8, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1084, - "length": 9, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 12, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 8, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1143, - "length": 15, - "value": "6" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1168, - "length": 6, - "value": "7" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 7, - "value": "8" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1201, - "length": 8, - "value": "9" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1219, - "length": 7, - "value": "10" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1045, - "length": 11, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 8, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1084, - "length": 9, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 12, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 8, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1143, - "length": 15, - "value": "6" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1168, - "length": 6, - "value": "7" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 7, - "value": "8" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1201, - "length": 8, - "value": "9" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1219, - "length": 7, - "value": "10" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1045, - "length": 11, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 8, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1084, - "length": 9, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 12, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 8, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1143, - "length": 15, - "value": "6" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1168, - "length": 6, - "value": "7" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 7, - "value": "8" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1201, - "length": 8, - "value": "9" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1219, - "length": 7, - "value": "10" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1352, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1368, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1384, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1399, - "length": 8, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1352, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1368, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1384, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1399, - "length": 8, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1352, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1368, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1384, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1399, - "length": 8, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1540, - "length": 6, - "value": "\"MALE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1576, - "length": 8, - "value": "\"FEMALE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1614, - "length": 7, - "value": "\"OTHER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1540, - "length": 6, - "value": "\"MALE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1576, - "length": 8, - "value": "\"FEMALE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1614, - "length": 7, - "value": "\"OTHER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1755, - "length": 6, - "value": "\"HOME\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1790, - "length": 8, - "value": "\"MOBILE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1827, - "length": 6, - "value": "\"WORK\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1862, - "length": 5, - "value": "\"FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1896, - "length": 6, - "value": "\"MAIN\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1931, - "length": 10, - "value": "\"HOME_FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1970, - "length": 10, - "value": "\"WORK_FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 2009, - "length": 7, - "value": "\"PAGER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 2045, - "length": 7, - "value": "\"OTHER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1755, - "length": 6, - "value": "\"HOME\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1790, - "length": 8, - "value": "\"MOBILE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1827, - "length": 6, - "value": "\"WORK\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1862, - "length": 5, - "value": "\"FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1896, - "length": 6, - "value": "\"MAIN\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1931, - "length": 10, - "value": "\"HOME_FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1970, - "length": 10, - "value": "\"WORK_FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 2009, - "length": 7, - "value": "\"PAGER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 2045, - "length": 7, - "value": "\"OTHER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Model\/LPABCSendMessagePayloadData.swift", - "kind": "StringLiteral", - "offset": 416, - "length": 6, - "value": "\"text\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogBenchmarker.swift", - "kind": "IntegerLiteral", - "offset": 656, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", - "kind": "StringLiteral", - "offset": 8257, - "length": 34, - "value": "\"LPActivityIndicatorViewContainer\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", - "kind": "IntegerLiteral", - "offset": 8433, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", - "kind": "BooleanLiteral", - "offset": 8493, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "BooleanLiteral", - "offset": 668, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 2472, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 2498, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 3355, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 3381, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 4246, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 4272, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 5095, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 5121, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 5935, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 5961, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 247, - "length": 19, - "value": "\"LPABCSDK Disposed\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 316, - "length": 25, - "value": "\"LPABCSDK De-initialized\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 391, - "length": 16, - "value": "\"De-initialized\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 457, - "length": 6, - "value": "\"Init\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 513, - "length": 12, - "value": "\"Initialize\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 23, - "value": "\"Host environment set:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 667, - "length": 17, - "value": "\"SDK initialized\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 735, - "length": 53, - "value": "\"MOContext Save Notification fail to include MOmodel\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 838, - "length": 44, - "value": "\"Counld not derive iMessage APP Environment\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 936, - "length": 23, - "value": "\"Loggos call initiated\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1008, - "length": 20, - "value": "\"Loggos call body: \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1080, - "length": 14, - "value": "\"Loggos call:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1241, - "length": 35, - "value": "\"Could not detect incoming Message\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1329, - "length": 27, - "value": "\"Incoming message payload:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1415, - "length": 49, - "value": "\"Message Agent to Consumer could not be resolved\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1517, - "length": 31, - "value": "\"Message payload stored to DB:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1601, - "length": 23, - "value": "\"Sending implicit SDE:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1673, - "length": 18, - "value": "\"SDE Send success\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1740, - "length": 16, - "value": "\"SDE Send fail:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1798, - "length": 11, - "value": "\"SDE Send:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1861, - "length": 35, - "value": "\"Aggregated SDE stack will be sent\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1954, - "length": 22, - "value": "\"Idle SDE stack sent:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2021, - "length": 16, - "value": "\"SDE call retry\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2094, - "length": 11, - "value": "\"Response:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2157, - "length": 25, - "value": "\"SDE Report Status Code:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2230, - "length": 21, - "value": "\"Idle timer started:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2298, - "length": 19, - "value": "\"Idle timer Stoped\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2369, - "length": 33, - "value": "\"SDE added to Idle Stack, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2455, - "length": 28, - "value": "\"SDE added to stack, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2537, - "length": 27, - "value": "\"Idle Timer Fired Delegate\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2623, - "length": 32, - "value": "\"SDE idle stack cleared, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2705, - "length": 27, - "value": "\"SDE Stack cleared, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2782, - "length": 26, - "value": "\"Json SDE cleared, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2866, - "length": 27, - "value": "\"Outgoing Message payload:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2935, - "length": 21, - "value": "\"Logger send success\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3005, - "length": 38, - "value": "\"Secure form submitted button pressed\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3091, - "length": 23, - "value": "\"Secure form completed\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3494, - "length": 17, - "value": "\"Error code: 101\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3588, - "length": 17, - "value": "\"Error code: 102\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3682, - "length": 17, - "value": "\"Error code: 103\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3776, - "length": 17, - "value": "\"Error code: 104\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3870, - "length": 17, - "value": "\"Error code: 105\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3964, - "length": 17, - "value": "\"Error code: 106\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 17, - "value": "\"Error code: 107\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4152, - "length": 17, - "value": "\"Error code: 108\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4267, - "length": 17, - "value": "\"Error code: 201\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4361, - "length": 17, - "value": "\"Error code: 202\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4455, - "length": 17, - "value": "\"Error code: 203\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4549, - "length": 16, - "value": "\"Info code: 204\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4642, - "length": 18, - "value": "\"Error code: 205:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4737, - "length": 17, - "value": "\"Error code: 206\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4831, - "length": 17, - "value": "\"Error code: 207\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4930, - "length": 17, - "value": "\"Error code: 301\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5000, - "length": 17, - "value": "\"Error code: 302\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5070, - "length": 17, - "value": "\"Error code: 303\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5167, - "length": 17, - "value": "\"Error code: 401\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5245, - "length": 17, - "value": "\"Error code: 402\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5317, - "length": 17, - "value": "\"Error code: 403\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5402, - "length": 17, - "value": "\"Error code: 501\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5472, - "length": 17, - "value": "\"Error code: 502\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5547, - "length": 18, - "value": "\"Error code: 503:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5613, - "length": 18, - "value": "\"Error code: 504:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5671, - "length": 17, - "value": "\"Error code: 505\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5762, - "length": 18, - "value": "\"Error code: 601:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5829, - "length": 18, - "value": "\"Error code: 602:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5903, - "length": 17, - "value": "\"Error code: 603\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5971, - "length": 18, - "value": "\"Error code: 604:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6049, - "length": 18, - "value": "\"Error code: 605:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6127, - "length": 18, - "value": "\"Error code: 606:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6194, - "length": 17, - "value": "\"Error code: 607\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6266, - "length": 18, - "value": "\"Error code: 608:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6340, - "length": 18, - "value": "\"Error code: 609:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6421, - "length": 17, - "value": "\"Error code: 701\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6517, - "length": 17, - "value": "\"Error code: 801\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6584, - "length": 17, - "value": "\"Error code: 802\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6675, - "length": 17, - "value": "\"Error code: 900\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDEManager.swift", - "kind": "IntegerLiteral", - "offset": 1156, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDEManager.swift", - "kind": "BooleanLiteral", - "offset": 1379, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDEManager.swift", - "kind": "IntegerLiteral", - "offset": 1408, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 11, - "value": "\"accountID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 12, - "value": "\"consumerID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 707, - "length": 14, - "value": "\"appInstallID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 797, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 879, - "length": 18, - "value": "\"monitoringDomain\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 973, - "length": 9, - "value": "\"apiType\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 1058, - "length": 16, - "value": "\"conversationID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 1150, - "length": 11, - "value": "\"timestamp\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 1237, - "length": 14, - "value": "\"loggosDomain\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 1327, - "length": 15, - "value": "\"messageParams\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 222, - "length": 6, - "value": "\"data\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 271, - "length": 12, - "value": "\"customData\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 326, - "length": 8, - "value": "\"lpData\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 13, - "value": "\"interactive\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 433, - "length": 10, - "value": "\"response\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 486, - "length": 9, - "value": "\"request\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 538, - "length": 6, - "value": "\"text\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 230, - "length": 20, - "value": "\"[%@] [%@] [%@: %@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 268, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 15, - "value": "\"[%@] [%@: %@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 530, - "length": 26, - "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 574, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 626, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 648, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1380, - "length": 81, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1424, - "length": 1, - "value": "\" [%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1479, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 1566, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 1588, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1705, - "length": 21, - "value": "\"[%@] [%@] [%@] [%@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1744, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 1803, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 1825, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1927, - "length": 37, - "value": "\"[%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1982, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2069, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2091, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2207, - "length": 16, - "value": "\"[%@] [%@] [%@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2241, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2309, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2331, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2415, - "length": 16, - "value": "\"[%@] [%@] [%@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2517, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2539, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2621, - "length": 26, - "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2665, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2733, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2755, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2063, - "length": 6, - "value": "\"cart\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2097, - "length": 10, - "value": "\"purchase\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2137, - "length": 10, - "value": "\"prodView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2176, - "length": 10, - "value": "\"ctmrinfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2218, - "length": 10, - "value": "\"mrktInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2257, - "length": 10, - "value": "\"personal\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2288, - "length": 6, - "value": "\"lead\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2326, - "length": 9, - "value": "\"service\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2364, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2403, - "length": 12, - "value": "\"searchInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2063, - "length": 6, - "value": "\"cart\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2097, - "length": 10, - "value": "\"purchase\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2137, - "length": 10, - "value": "\"prodView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2176, - "length": 10, - "value": "\"ctmrinfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2218, - "length": 10, - "value": "\"mrktInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2257, - "length": 10, - "value": "\"personal\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2288, - "length": 6, - "value": "\"lead\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2326, - "length": 9, - "value": "\"service\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2364, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2403, - "length": 12, - "value": "\"searchInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 284, - "length": 6, - "value": "\"POST\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 311, - "length": 5, - "value": "\"GET\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 337, - "length": 5, - "value": "\"PUT\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 284, - "length": 6, - "value": "\"POST\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 311, - "length": 5, - "value": "\"GET\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 337, - "length": 5, - "value": "\"PUT\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "BooleanLiteral", - "offset": 581, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 184, - "length": 19, - "value": "\"LPABCSDK.LPABCNetworkManager\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "BooleanLiteral", - "offset": 493, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "BooleanLiteral", - "offset": 516, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "BooleanLiteral", - "offset": 696, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "BooleanLiteral", - "offset": 721, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "StringLiteral", - "offset": 341, - "length": 26, - "value": "\"LPABCSDK.LPSecureFormViewController\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPDeviceInfo.swift", - "kind": "StringLiteral", - "offset": 260, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPDeviceInfo.swift", - "kind": "StringLiteral", - "offset": 301, - "length": 5, - "value": "\"iOS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPDeviceInfo.swift", - "kind": "StringLiteral", - "offset": 485, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPDeviceInfo.swift", - "kind": "StringLiteral", - "offset": 681, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 842, - "length": 7, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 886, - "length": 5, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 925, - "length": 4, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 842, - "length": 7, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 886, - "length": 5, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 925, - "length": 4, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 842, - "length": 7, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 886, - "length": 5, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 925, - "length": 4, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/LPURLConstructor.swift", - "kind": "StringLiteral", - "offset": 1397, - "length": 6, - "value": "\"data\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPMessageType.swift", - "kind": "StringLiteral", - "offset": 217, - "length": 9, - "value": "\"welcome\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPMessageType.swift", - "kind": "StringLiteral", - "offset": 249, - "length": 12, - "value": "\"secureForm\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPMessageType.swift", - "kind": "StringLiteral", - "offset": 217, - "length": 9, - "value": "\"welcome\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPMessageType.swift", - "kind": "StringLiteral", - "offset": 249, - "length": 12, - "value": "\"secureForm\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 212, - "length": 7, - "value": "\"title\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 10, - "value": "\"subtitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 19, - "value": "\"secondarySubtitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 347, - "length": 18, - "value": "\"tertiarySubtitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 398, - "length": 12, - "value": "\"imageTitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 443, - "length": 15, - "value": "\"imageSubtitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 491, - "length": 7, - "value": "\"image\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 531, - "length": 14, - "value": "\"mediaFileURL\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 578, - "length": 9, - "value": "\"caption\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 12, - "value": "\"subcaption\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 17, - "value": "\"trailingCaption\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 715, - "length": 20, - "value": "\"trailingSubcaption\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPABCSDK+SDEReporting.swift", - "kind": "BooleanLiteral", - "offset": 195, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPABCSDK+SDEReporting.swift", - "kind": "BooleanLiteral", - "offset": 1247, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Keychain\/LPKeychainWrapper.swift", - "kind": "StringLiteral", - "offset": 3261, - "length": 22, - "value": "\"SwiftKeychainWrapper\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1055, - "length": 26, - "value": "\"Bundle is not set for CD\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "BooleanLiteral", - "offset": 1576, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1673, - "length": 61, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1724, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1733, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1767, - "length": 30, - "value": "\"Unresolved CD error \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1796, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "IntegerLiteral", - "offset": 2177, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 2315, - "length": 63, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 2343, - "length": 1, - "value": "\".\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 2377, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "IntegerLiteral", - "offset": 2759, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "BooleanLiteral", - "offset": 3013, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "BooleanLiteral", - "offset": 3098, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 3625, - "length": 61, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 3676, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 3685, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 3711, - "length": 33, - "value": "\"Unable to Load Persistent Store\"" - } - ] -} \ No newline at end of file diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftdoc b/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftdoc deleted file mode 100644 index af103c8..0000000 Binary files a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftdoc and /dev/null differ diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftmodule b/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftmodule deleted file mode 100644 index ba7a763..0000000 Binary files a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/arm64-apple-ios.swiftmodule and /dev/null differ diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json deleted file mode 100644 index c86860b..0000000 --- a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ /dev/null @@ -1,54115 +0,0 @@ -{ - "ABIRoot": { - "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", - "children": [ - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPABCSDK", - "printedName": "LPABCSDK", - "children": [ - { - "kind": "Var", - "name": "incomingCIMQueue", - "printedName": "incomingCIMQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC16incomingCIMQueueSo17OS_dispatch_queueCvp", - "mangledName": "$s8LPABCSDKAAC16incomingCIMQueueSo17OS_dispatch_queueCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "Lazy", - "SetterAccess", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC16incomingCIMQueueSo17OS_dispatch_queueCvg", - "mangledName": "$s8LPABCSDKAAC16incomingCIMQueueSo17OS_dispatch_queueCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "outgoingPayloadConstructor", - "printedName": "outgoingPayloadConstructor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCOutgoingMessagePayloadConstructor", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC26outgoingPayloadConstructorAA020LPABCOutgoingMessagecD0CSgvp", - "mangledName": "$s8LPABCSDKAAC26outgoingPayloadConstructorAA020LPABCOutgoingMessagecD0CSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "Lazy", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCOutgoingMessagePayloadConstructor", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC26outgoingPayloadConstructorAA020LPABCOutgoingMessagecD0CSgvg", - "mangledName": "$s8LPABCSDKAAC26outgoingPayloadConstructorAA020LPABCOutgoingMessagecD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payloadController", - "printedName": "payloadController", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayloadController", - "printedName": "LPABCSDK.LPPayloadController", - "usr": "s:8LPABCSDK19LPPayloadControllerC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC17payloadControllerAA09LPPayloadC0Cvp", - "mangledName": "$s8LPABCSDKAAC17payloadControllerAA09LPPayloadC0Cvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayloadController", - "printedName": "LPABCSDK.LPPayloadController", - "usr": "s:8LPABCSDK19LPPayloadControllerC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC17payloadControllerAA09LPPayloadC0Cvg", - "mangledName": "$s8LPABCSDKAAC17payloadControllerAA09LPPayloadC0Cvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "networkManager", - "printedName": "networkManager", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCNetworkManager", - "printedName": "LPABCSDK.LPABCNetworkManager", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC14networkManagerAA012LPABCNetworkC0Cvp", - "mangledName": "$s8LPABCSDKAAC14networkManagerAA012LPABCNetworkC0Cvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCNetworkManager", - "printedName": "LPABCSDK.LPABCNetworkManager", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC14networkManagerAA012LPABCNetworkC0Cvg", - "mangledName": "$s8LPABCSDKAAC14networkManagerAA012LPABCNetworkC0Cvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "sdeManager", - "printedName": "sdeManager", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManager", - "printedName": "LPABCSDK.SDEManager", - "usr": "s:8LPABCSDK10SDEManagerC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC10sdeManagerAA10SDEManagerCvp", - "mangledName": "$s8LPABCSDKAAC10sdeManagerAA10SDEManagerCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManager", - "printedName": "LPABCSDK.SDEManager", - "usr": "s:8LPABCSDK10SDEManagerC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC10sdeManagerAA10SDEManagerCvg", - "mangledName": "$s8LPABCSDKAAC10sdeManagerAA10SDEManagerCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "_storedPayload", - "printedName": "_storedPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC14_storedPayloadAA012LPCredentialC2MOCSgvp", - "mangledName": "$s8LPABCSDKAAC14_storedPayloadAA012LPCredentialC2MOCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC14_storedPayloadAA012LPCredentialC2MOCSgvg", - "mangledName": "$s8LPABCSDKAAC14_storedPayloadAA012LPCredentialC2MOCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "enableLog", - "printedName": "enableLog", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC9enableLogSbSgvp", - "mangledName": "$s8LPABCSDKAAC9enableLogSbSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9enableLogSbSgvg", - "mangledName": "$s8LPABCSDKAAC9enableLogSbSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9enableLogSbSgvs", - "mangledName": "$s8LPABCSDKAAC9enableLogSbSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9enableLogSbSgvM", - "mangledName": "$s8LPABCSDKAAC9enableLogSbSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sdkParams", - "printedName": "sdkParams", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvp", - "mangledName": "$s8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvg", - "mangledName": "$s8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvs", - "mangledName": "$s8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvM", - "mangledName": "$s8LPABCSDKAAC9sdkParamsAA9SDKParamsVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "activeExplicitMessage", - "printedName": "activeExplicitMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvpZ", - "mangledName": "$s8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvgZ", - "mangledName": "$s8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvsZ", - "mangledName": "$s8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvMZ", - "mangledName": "$s8LPABCSDKAAC21activeExplicitMessageSo9MSMessageCSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "secureFormViewController", - "printedName": "secureFormViewController", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPSecureFormViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvp", - "mangledName": "$s8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPSecureFormViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvg", - "mangledName": "$s8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPSecureFormViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvs", - "mangledName": "$s8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvM", - "mangledName": "$s8LPABCSDKAAC24secureFormViewControllerAA08LPSecurecdE0CSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "deinitCalled", - "printedName": "deinitCalled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC12deinitCalledyycSgvp", - "mangledName": "$s8LPABCSDKAAC12deinitCalledyycSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12deinitCalledyycSgvg", - "mangledName": "$s8LPABCSDKAAC12deinitCalledyycSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12deinitCalledyycSgvs", - "mangledName": "$s8LPABCSDKAAC12deinitCalledyycSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12deinitCalledyycSgvM", - "mangledName": "$s8LPABCSDKAAC12deinitCalledyycSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "logLevel", - "printedName": "logLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvp", - "mangledName": "$s8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvg", - "mangledName": "$s8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvs", - "mangledName": "$s8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvM", - "mangledName": "$s8LPABCSDKAAC8logLevelAA08LPABCLogC0OSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isCacheLoaded", - "printedName": "isCacheLoaded", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC13isCacheLoadedSbvp", - "mangledName": "$s8LPABCSDKAAC13isCacheLoadedSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC13isCacheLoadedSbvg", - "mangledName": "$s8LPABCSDKAAC13isCacheLoadedSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "hostEnvironment", - "printedName": "hostEnvironment", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPHostEnvironment?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvp", - "mangledName": "$s8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPHostEnvironment?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvg", - "mangledName": "$s8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPHostEnvironment?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvs", - "mangledName": "$s8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvM", - "mangledName": "$s8LPABCSDKAAC15hostEnvironmentAA06LPHostC0OSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "aggregatedSDEStackCompletion", - "printedName": "aggregatedSDEStackCompletion", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool, Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", - "mangledName": "$s8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool, Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", - "mangledName": "$s8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool, Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", - "mangledName": "$s8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", - "mangledName": "$s8LPABCSDKAAC28aggregatedSDEStackCompletionySb_s5Error_pSgtcSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isPresenting", - "printedName": "isPresenting", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC12isPresentingSbSgvpZ", - "mangledName": "$s8LPABCSDKAAC12isPresentingSbSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12isPresentingSbSgvgZ", - "mangledName": "$s8LPABCSDKAAC12isPresentingSbSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12isPresentingSbSgvsZ", - "mangledName": "$s8LPABCSDKAAC12isPresentingSbSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC12isPresentingSbSgvMZ", - "mangledName": "$s8LPABCSDKAAC12isPresentingSbSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "abcEventCallback", - "printedName": "abcEventCallback", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", - "mangledName": "$s8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "Lazy", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", - "mangledName": "$s8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(LPABCSDK.LPABCEvent, Foundation.URLQueryItem?)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", - "mangledName": "$s8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", - "mangledName": "$s8LPABCSDKAAC16abcEventCallbackyAA10LPABCEventO_10Foundation12URLQueryItemVSgtcSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "setAggregatedInterval", - "printedName": "setAggregatedInterval(interval:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC21setAggregatedInterval8intervalySd_tF", - "mangledName": "$s8LPABCSDKAAC21setAggregatedInterval8intervalySd_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "initialize", - "printedName": "initialize(minimumLogLevel:eventSubscription:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCSDK", - "printedName": "LPABCSDK.LPABCSDK", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCSDK" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "hasDefaultArg": true, - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC10initialize15minimumLogLevel17eventSubscriptionAbA08LPABCLogE0O_ShyAA10LPABCEventOGSgtFZ", - "mangledName": "$s8LPABCSDKAAC10initialize15minimumLogLevel17eventSubscriptionAbA08LPABCLogE0O_ShyAA10LPABCEventOGSgtFZ", - "moduleName": "LPABCSDK", - "static": true, - "intro_iOS": "11.3", - "declAttributes": [ - "Final", - "AccessControl", - "DiscardableResult", - "Available", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "synchronize", - "printedName": "synchronize()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC11synchronizeyyFZ", - "mangledName": "$s8LPABCSDKAAC11synchronizeyyFZ", - "moduleName": "LPABCSDK", - "static": true, - "intro_iOS": "11.3", - "declAttributes": [ - "Final", - "AccessControl", - "Available", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispose", - "printedName": "dispose()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC7disposeyyFZ", - "mangledName": "$s8LPABCSDKAAC7disposeyyFZ", - "moduleName": "LPABCSDK", - "static": true, - "intro_iOS": "11.3", - "declAttributes": [ - "Final", - "AccessControl", - "Available", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "update", - "printedName": "update(with:message:sdkParams:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MSConversation", - "printedName": "Messages.MSConversation", - "usr": "c:objc(cs)MSConversation" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", - "mangledName": "$s8LPABCSDKAAC6update4with7message9sdkParamsySo14MSConversationC_So9MSMessageCSgAA9SDKParamsVSgtF", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "Final", - "AccessControl", - "Available", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "storePayloadToDB", - "printedName": "storePayloadToDB(_:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC16storePayloadToDB_10completiony10Foundation4DataV_ySbctF", - "mangledName": "$s8LPABCSDKAAC16storePayloadToDB_10completiony10Foundation4DataV_ySbctF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "inspectMessageType", - "printedName": "inspectMessageType(requestOBJ:message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC18inspectMessageType10requestOBJ7messageyAA13LPDataRequestC_So9MSMessageCtF", - "mangledName": "$s8LPABCSDKAAC18inspectMessageType10requestOBJ7messageyAA13LPDataRequestC_So9MSMessageCtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "implementIntrenalViews", - "printedName": "implementIntrenalViews(eventType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC22implementIntrenalViews9eventTypeyAA9LPCIMTypeO_tF", - "mangledName": "$s8LPABCSDKAAC22implementIntrenalViews9eventTypeyAA9LPCIMTypeO_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "handleMockCredentials", - "printedName": "handleMockCredentials()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC21handleMockCredentialsyyF", - "mangledName": "$s8LPABCSDKAAC21handleMockCredentialsyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "createSDE", - "printedName": "createSDE(sdeType:aggregate:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(inout LPABCSDK.SDEBase) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "InOut", - "printedName": "inout LPABCSDK.SDEBase" - } - ], - "typeAttributes": [ - "noescape" - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", - "mangledName": "$s8LPABCSDKAAC9createSDE7sdeType9aggregate10completionyAA7SDETypeO_SbSgyAA7SDEBaseCzXEtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "sendSDEStack", - "printedName": "sendSDEStack(onSuccess:onFailure:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC12sendSDEStack9onSuccess0D7FailureyySbcSg_ys5Error_pSgcSgtF", - "mangledName": "$s8LPABCSDKAAC12sendSDEStack9onSuccess0D7FailureyySbcSg_ys5Error_pSgcSgtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "fireIdleSDENetworkCall", - "printedName": "fireIdleSDENetworkCall()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC22fireIdleSDENetworkCallyyF", - "mangledName": "$s8LPABCSDKAAC22fireIdleSDENetworkCallyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "notifySDKEvents", - "printedName": "notifySDKEvents(eventType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC15notifySDKEvents9eventTypeyAA10LPABCEventO_tF", - "mangledName": "$s8LPABCSDKAAC15notifySDKEvents9eventTypeyAA10LPABCEventO_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "appendReplayContextualText", - "printedName": "appendReplayContextualText(message:textContext:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", - "mangledName": "$s8LPABCSDKAAC26appendReplayContextualText7message11textContextySo9MSMessageC_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formSubmitted", - "printedName": "formSubmitted()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC13formSubmittedyyF", - "mangledName": "$s8LPABCSDKAAC13formSubmittedyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formViewed", - "printedName": "formViewed()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC10formViewedyyF", - "mangledName": "$s8LPABCSDKAAC10formViewedyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formError", - "printedName": "formError()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC9formErroryyF", - "mangledName": "$s8LPABCSDKAAC9formErroryyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formExpired", - "printedName": "formExpired()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC11formExpiredyyF", - "mangledName": "$s8LPABCSDKAAC11formExpiredyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setupLogger", - "printedName": "setupLogger(minLogLevel:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC11setupLogger11minLogLevelyAA08LPABCLogF0O_tF", - "mangledName": "$s8LPABCSDKAAC11setupLogger11minLogLevelyAA08LPABCLogF0O_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "callLoggos", - "printedName": "callLoggos(message:currentPayload:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDKAAC10callLoggos7message14currentPayloadySS_AA012LPCredentialF2MOCSgtF", - "mangledName": "$s8LPABCSDKAAC10callLoggos7message14currentPayloadySS_AA012LPCredentialF2MOCSgtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCSDK", - "mangledName": "$s8LPABCSDKAAC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "hasMissingDesignatedInitializers": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "SDEManagerProtocol", - "printedName": "SDEManagerProtocol", - "usr": "s:8LPABCSDK18SDEManagerProtocolP", - "mangledName": "$s8LPABCSDK18SDEManagerProtocolP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "SecureformDelegate", - "printedName": "SecureformDelegate", - "usr": "s:8LPABCSDK18SecureformDelegateP", - "mangledName": "$s8LPABCSDK18SecureformDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorType", - "printedName": "LPActivityIndicatorType", - "children": [ - { - "kind": "Var", - "name": "ballBeat", - "printedName": "ballBeat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorType.Type) -> LPABCSDK.LPActivityIndicatorType", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO8ballBeatyA2CmF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO8ballBeatyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Function", - "name": "animation", - "printedName": "animation()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorAnimationDelegate", - "printedName": "LPABCSDK.LPActivityIndicatorAnimationDelegate", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationDelegateP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO9animationAA0bC17AnimationDelegate_pyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO9animationAA0bC17AnimationDelegate_pyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO9hashValueSivp", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO9hashValueSivg", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPActivityIndicatorType]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO8allCasesSayACGvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO8allCasesSayACGvpZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPActivityIndicatorType]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO8allCasesSayACGvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO8allCasesSayACGvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPActivityIndicatorType]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorView", - "printedName": "LPActivityIndicatorView", - "children": [ - { - "kind": "Var", - "name": "LP_DEFAULT_TYPE", - "printedName": "LP_DEFAULT_TYPE", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC15LP_DEFAULT_TYPEAA0bC4TypeOvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_COLOR", - "printedName": "LP_DEFAULT_COLOR", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "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": "s:8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC16LP_DEFAULT_COLORSo7UIColorCvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_TEXT_COLOR", - "printedName": "LP_DEFAULT_TEXT_COLOR", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "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": "s:8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC21LP_DEFAULT_TEXT_COLORSo7UIColorCvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_PADDING", - "printedName": "LP_DEFAULT_PADDING", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING14CoreFoundation7CGFloatVvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING12CoreGraphics7CGFloatVvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING14CoreFoundation7CGFloatVvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING12CoreGraphics7CGFloatVvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING14CoreFoundation7CGFloatVvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING12CoreGraphics7CGFloatVvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING14CoreFoundation7CGFloatVvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC18LP_DEFAULT_PADDING12CoreGraphics7CGFloatVvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_SIZE", - "printedName": "LP_DEFAULT_BLOCKER_SIZE", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC23LP_DEFAULT_BLOCKER_SIZESo6CGSizeVvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLD", - "printedName": "LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLD", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC41LP_DEFAULT_BLOCKER_DISPLAY_TIME_THRESHOLDSivMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIME", - "printedName": "LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIME", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC39LP_DEFAULT_BLOCKER_MINIMUM_DISPLAY_TIMESivMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_MESSAGE", - "printedName": "LP_DEFAULT_BLOCKER_MESSAGE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC26LP_DEFAULT_BLOCKER_MESSAGESSSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_MESSAGE_SPACING", - "printedName": "LP_DEFAULT_BLOCKER_MESSAGE_SPACING", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING14CoreFoundation7CGFloatVvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING12CoreGraphics7CGFloatVvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING14CoreFoundation7CGFloatVvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING12CoreGraphics7CGFloatVvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING14CoreFoundation7CGFloatVvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING12CoreGraphics7CGFloatVvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING14CoreFoundation7CGFloatVvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC34LP_DEFAULT_BLOCKER_MESSAGE_SPACING12CoreGraphics7CGFloatVvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_MESSAGE_FONT", - "printedName": "LP_DEFAULT_BLOCKER_MESSAGE_FONT", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC31LP_DEFAULT_BLOCKER_MESSAGE_FONTSo6UIFontCvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_BLOCKER_BACKGROUND_COLOR", - "printedName": "LP_DEFAULT_BLOCKER_BACKGROUND_COLOR", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "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": "s:8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "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": "s:8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC35LP_DEFAULT_BLOCKER_BACKGROUND_COLORSo7UIColorCvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_FADE_IN_ANIMATION", - "printedName": "LP_DEFAULT_FADE_IN_ANIMATION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC28LP_DEFAULT_FADE_IN_ANIMATIONyySo6UIViewCcvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "LP_DEFAULT_FADE_OUT_ANIMATION", - "printedName": "LP_DEFAULT_FADE_OUT_ANIMATION", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvpZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvgZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvsZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvMZ", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC29LP_DEFAULT_FADE_OUT_ANIMATIONyySo6UIViewC_yyctcvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvp", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvg", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvs", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvM", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC4typeAA0bC4TypeOvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(py)color", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "Custom", - "HasStorage", - "AccessControl", - "IBInspectable", - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 1, - "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@LPABCSDK@objc(cs)LPActivityIndicatorView(im)color", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final", - "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@LPABCSDK@objc(cs)LPActivityIndicatorView(im)setColor:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvM", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5colorSo7UIColorCvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "padding", - "printedName": "padding", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(py)padding", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC7padding12CoreGraphics7CGFloatVvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "Custom", - "HasStorage", - "AccessControl", - "IBInspectable", - "RawDocComment", - "ObjC" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)padding", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC7padding12CoreGraphics7CGFloatVvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)setPadding:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC7padding12CoreGraphics7CGFloatVvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC7padding14CoreFoundation7CGFloatVvM", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC7padding12CoreGraphics7CGFloatVvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "animating", - "printedName": "animating", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC9animatingSbvp", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC9animatingSbvp", - "moduleName": "LPABCSDK", - "deprecated": true, - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "Available", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC9animatingSbvg", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC9animatingSbvg", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "isAnimating", - "printedName": "isAnimating", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC11isAnimatingSbvp", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC11isAnimatingSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "SetterAccess", - "RawDocComment" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC11isAnimatingSbvg", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC11isAnimatingSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(coder:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityIndicatorView?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorView", - "printedName": "LPABCSDK.LPActivityIndicatorView", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "NSCoder", - "printedName": "Foundation.NSCoder", - "usr": "c:objc(cs)NSCoder" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)initWithCoder:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5coderACSgSo7NSCoderC_tcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "initWithCoder:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Required", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(frame:type:color:padding:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorView", - "printedName": "LPABCSDK.LPActivityIndicatorView", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView" - }, - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityIndicatorType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC5frame4type5color7paddingACSo6CGRectV_AA0bC4TypeOSgSo7UIColorCSg14CoreFoundation7CGFloatVSgtcfc", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5frame4type5color7paddingACSo6CGRectV_AA0bC4TypeOSgSo7UIColorCSg12CoreGraphics7CGFloatVSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "intrinsicContentSize", - "printedName": "intrinsicContentSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(py)intrinsicContentSize", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC20intrinsicContentSizeSo6CGSizeVvp", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "intrinsicContentSize", - "declAttributes": [ - "Final", - "ObjC", - "Custom", - "Override", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)intrinsicContentSize", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC20intrinsicContentSizeSo6CGSizeVvg", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "intrinsicContentSize", - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "bounds", - "printedName": "bounds", - "children": [ - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(py)bounds", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvp", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "bounds", - "declAttributes": [ - "Final", - "ObjC", - "Custom", - "Override", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)bounds", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvg", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "bounds", - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)setBounds:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvs", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "setBounds:", - "declAttributes": [ - "Final", - "ObjC" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvM", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC6boundsSo6CGRectVvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "startAnimating", - "printedName": "startAnimating()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC14startAnimatingyyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC14startAnimatingyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "stopAnimating", - "printedName": "stopAnimating()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC13stopAnimatingyyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC13stopAnimatingyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "_setTypeName", - "printedName": "_setTypeName(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC12_setTypeNameyySSF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC12_setTypeNameyySSF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getTypeName", - "printedName": "getTypeName()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC11getTypeNameSSyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC11getTypeNameSSyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setUpAnimation", - "printedName": "setUpAnimation()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPActivityIndicatorViewC14setUpAnimationyyF", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC14setUpAnimationyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(frame:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorView", - "printedName": "LPABCSDK.LPActivityIndicatorView", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView" - }, - { - "kind": "TypeNominal", - "name": "CGRect", - "printedName": "CoreFoundation.CGRect", - "usr": "c:@S@CGRect" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView(im)initWithFrame:", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC5frameACSo6CGRectV_tcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "initWithFrame:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPActivityIndicatorView", - "mangledName": "$s8LPABCSDK23LPActivityIndicatorViewC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom", - "Final", - "AccessControl", - "RawDocComment", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIView", - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "Constants", - "printedName": "Constants", - "children": [ - { - "kind": "TypeDecl", - "name": "CoreData", - "printedName": "CoreData", - "children": [ - { - "kind": "Var", - "name": "kCredentialPayloadEntityName", - "printedName": "kCredentialPayloadEntityName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV28kCredentialPayloadEntityNameSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV28kCredentialPayloadEntityNameSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV28kCredentialPayloadEntityNameSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV28kCredentialPayloadEntityNameSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kModelName", - "printedName": "kModelName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV10kModelNameSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV10kModelNameSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV10kModelNameSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV10kModelNameSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMomd", - "printedName": "kMomd", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV5kMomdSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV5kMomdSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV5kMomdSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV5kMomdSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMomdType", - "printedName": "kMomdType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV9kMomdTypeSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV9kMomdTypeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV9kMomdTypeSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV9kMomdTypeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSqliteType", - "printedName": "kSqliteType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV11kSqliteTypeSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV11kSqliteTypeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV11kSqliteTypeSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV11kSqliteTypeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "CoreData", - "printedName": "LPABCSDK.Constants.CoreData", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV8CoreDataV", - "mangledName": "$s8LPABCSDK9ConstantsV8CoreDataV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Bundle", - "printedName": "Bundle", - "children": [ - { - "kind": "Var", - "name": "kLpabcsdkBundleID", - "printedName": "kLpabcsdkBundleID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV6BundleV09kLpabcsdkC2IDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV6BundleV09kLpabcsdkC2IDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV6BundleV09kLpabcsdkC2IDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV6BundleV09kLpabcsdkC2IDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "LPABCSDK.Constants.Bundle", - "usr": "s:8LPABCSDK9ConstantsV6BundleV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV6BundleVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV6BundleVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV6BundleV", - "mangledName": "$s8LPABCSDK9ConstantsV6BundleV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "InfoPlistParams", - "printedName": "InfoPlistParams", - "children": [ - { - "kind": "Var", - "name": "kInfo", - "printedName": "kInfo", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV01kC0SSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV01kC0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV01kC0SSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV01kC0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kPlist", - "printedName": "kPlist", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV01kD0SSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV01kD0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV01kD0SSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV01kD0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLPABC_PARAMS", - "printedName": "kLPABC_PARAMS", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV13kLPABC_PARAMSSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV13kLPABC_PARAMSSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV13kLPABC_PARAMSSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV13kLPABC_PARAMSSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kBubbleSession", - "printedName": "kBubbleSession", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV14kBubbleSessionSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV14kBubbleSessionSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV14kBubbleSessionSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV14kBubbleSessionSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kImplicitBubbleSession", - "printedName": "kImplicitBubbleSession", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV22kImplicitBubbleSessionSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV22kImplicitBubbleSessionSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV22kImplicitBubbleSessionSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV22kImplicitBubbleSessionSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kExtensionInfoDict", - "printedName": "kExtensionInfoDict", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV010kExtensionC4DictSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV010kExtensionC4DictSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV010kExtensionC4DictSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV010kExtensionC4DictSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kExtensionPointIdentifier", - "printedName": "kExtensionPointIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV25kExtensionPointIdentifierSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV25kExtensionPointIdentifierSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV25kExtensionPointIdentifierSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV25kExtensionPointIdentifierSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLpabc_appgroup", - "printedName": "kLpabc_appgroup", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV15kLpabc_appgroupSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV15kLpabc_appgroupSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV15kLpabc_appgroupSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV15kLpabc_appgroupSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kPayloadProviderID", - "printedName": "kPayloadProviderID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV18kPayloadProviderIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV18kPayloadProviderIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV18kPayloadProviderIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV18kPayloadProviderIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "InfoPlistParams", - "printedName": "LPABCSDK.Constants.InfoPlistParams", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV15InfoPlistParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV15InfoPlistParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NotificationUserInfoParams", - "printedName": "NotificationUserInfoParams", - "children": [ - { - "kind": "Var", - "name": "kPayloadModel", - "printedName": "kPayloadModel", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV13kPayloadModelSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV13kPayloadModelSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV13kPayloadModelSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV13kPayloadModelSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMessage", - "printedName": "kMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV8kMessageSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV8kMessageSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV8kMessageSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV8kMessageSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "NotificationUserInfoParams", - "printedName": "LPABCSDK.Constants.NotificationUserInfoParams", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV26NotificationUserInfoParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV26NotificationUserInfoParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "DeviceParams", - "printedName": "DeviceParams", - "children": [ - { - "kind": "Var", - "name": "systemVersion", - "printedName": "systemVersion", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsV13systemVersionSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12DeviceParamsV13systemVersionSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsV13systemVersionSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12DeviceParamsV13systemVersionSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "DeviceParams", - "printedName": "LPABCSDK.Constants.DeviceParams", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV12DeviceParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV12DeviceParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV12DeviceParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NetworkParams", - "printedName": "NetworkParams", - "children": [ - { - "kind": "Var", - "name": "timeoutIntervalForSharkRequest", - "printedName": "timeoutIntervalForSharkRequest", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV30timeoutIntervalForSharkRequestSdvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV30timeoutIntervalForSharkRequestSdvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV30timeoutIntervalForSharkRequestSdvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV30timeoutIntervalForSharkRequestSdvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "timeoutIntervalForLoggos", - "printedName": "timeoutIntervalForLoggos", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV24timeoutIntervalForLoggosSdvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV24timeoutIntervalForLoggosSdvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV24timeoutIntervalForLoggosSdvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV24timeoutIntervalForLoggosSdvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "NetworkParams", - "printedName": "LPABCSDK.Constants.NetworkParams", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV13NetworkParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV13NetworkParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEParams", - "printedName": "SDEParams", - "children": [ - { - "kind": "Var", - "name": "kMaxIdletime", - "printedName": "kMaxIdletime", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV12kMaxIdletimeSdvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV12kMaxIdletimeSdvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV12kMaxIdletimeSdvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV12kMaxIdletimeSdvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kNumSendingSDECount", - "printedName": "kNumSendingSDECount", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kNumSendingSDECountSivpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kNumSendingSDECountSivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kNumSendingSDECountSivgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kNumSendingSDECountSivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMaxRetry", - "printedName": "kMaxRetry", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV9kMaxRetrySivpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV9kMaxRetrySivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV9kMaxRetrySivgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV9kMaxRetrySivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kStacktimerWaitTime", - "printedName": "kStacktimerWaitTime", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvsZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvMZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV19kStacktimerWaitTimeSdvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "kReportingParams", - "printedName": "kReportingParams", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV16kReportingParamsSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV16kReportingParamsSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV16kReportingParamsSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV16kReportingParamsSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kAccountID", - "printedName": "kAccountID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV10kAccountIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV10kAccountIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV10kAccountIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV10kAccountIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kConsumerID", - "printedName": "kConsumerID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV11kConsumerIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV11kConsumerIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV11kConsumerIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV11kConsumerIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kAppInstallID", - "printedName": "kAppInstallID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV13kAppInstallIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV13kAppInstallIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV13kAppInstallIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV13kAppInstallIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLpMessageType", - "printedName": "kLpMessageType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV14kLpMessageTypeSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV14kLpMessageTypeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV14kLpMessageTypeSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV14kLpMessageTypeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kReportingtUrl", - "printedName": "kReportingtUrl", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV14kReportingtUrlSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV14kReportingtUrlSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV14kReportingtUrlSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV14kReportingtUrlSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kApiType", - "printedName": "kApiType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV8kApiTypeSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV8kApiTypeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV8kApiTypeSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV8kApiTypeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEParams", - "printedName": "LPABCSDK.Constants.SDEParams", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV9SDEParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV9SDEParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPSDKLoggerParams", - "printedName": "LPSDKLoggerParams", - "children": [ - { - "kind": "Var", - "name": "kLogDistinct", - "printedName": "kLogDistinct", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsV12kLogDistinctSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV17LPSDKLoggerParamsV12kLogDistinctSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsV12kLogDistinctSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV17LPSDKLoggerParamsV12kLogDistinctSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSDKLoggerParams", - "printedName": "LPABCSDK.Constants.LPSDKLoggerParams", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV17LPSDKLoggerParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV17LPSDKLoggerParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV17LPSDKLoggerParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCThreads", - "printedName": "LPABCThreads", - "children": [ - { - "kind": "Var", - "name": "kIncomingCIMThread", - "printedName": "kIncomingCIMThread", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV18kIncomingCIMThreadSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV18kIncomingCIMThreadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV18kIncomingCIMThreadSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV18kIncomingCIMThreadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kAggregatedSDEThread", - "printedName": "kAggregatedSDEThread", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV20kAggregatedSDEThreadSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV20kAggregatedSDEThreadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV20kAggregatedSDEThreadSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV20kAggregatedSDEThreadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLogThread", - "printedName": "kLogThread", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV10kLogThreadSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV10kLogThreadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV10kLogThreadSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV10kLogThreadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kNetworkQueu", - "printedName": "kNetworkQueu", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV12kNetworkQueuSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV12kNetworkQueuSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV12kNetworkQueuSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV12kNetworkQueuSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSDKQueu", - "printedName": "kSDKQueu", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV8kSDKQueuSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV8kSDKQueuSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV8kSDKQueuSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV8kSDKQueuSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kReachabilityQueu", - "printedName": "kReachabilityQueu", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV17kReachabilityQueuSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV17kReachabilityQueuSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV17kReachabilityQueuSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV17kReachabilityQueuSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCThreads", - "printedName": "LPABCSDK.Constants.LPABCThreads", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV12LPABCThreadsV", - "mangledName": "$s8LPABCSDK9ConstantsV12LPABCThreadsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LivepersonParticipantIDs", - "printedName": "LivepersonParticipantIDs", - "children": [ - { - "kind": "Var", - "name": "kQAParticipantID", - "printedName": "kQAParticipantID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV16kQAParticipantIDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV16kQAParticipantIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV16kQAParticipantIDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV16kQAParticipantIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kAlphaParticipantID", - "printedName": "kAlphaParticipantID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV06kAlphaD2IDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV06kAlphaD2IDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV06kAlphaD2IDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV06kAlphaD2IDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kProductionaParticipantID", - "printedName": "kProductionaParticipantID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV012kProductionaD2IDSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV012kProductionaD2IDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV012kProductionaD2IDSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV012kProductionaD2IDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LivepersonParticipantIDs", - "printedName": "LPABCSDK.Constants.LivepersonParticipantIDs", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV24LivepersonParticipantIDsV", - "mangledName": "$s8LPABCSDK9ConstantsV24LivepersonParticipantIDsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PublicThrowMessages", - "printedName": "PublicThrowMessages", - "children": [ - { - "kind": "Var", - "name": "kIdleTimeSetterOutofBound", - "printedName": "kIdleTimeSetterOutofBound", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesV25kIdleTimeSetterOutofBoundSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV19PublicThrowMessagesV25kIdleTimeSetterOutofBoundSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesV25kIdleTimeSetterOutofBoundSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV19PublicThrowMessagesV25kIdleTimeSetterOutofBoundSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "PublicThrowMessages", - "printedName": "LPABCSDK.Constants.PublicThrowMessages", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV19PublicThrowMessagesVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV19PublicThrowMessagesV", - "mangledName": "$s8LPABCSDK9ConstantsV19PublicThrowMessagesV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDKThrowMessages", - "printedName": "SDKThrowMessages", - "children": [ - { - "kind": "Var", - "name": "kCoultNotLoadBundle", - "printedName": "kCoultNotLoadBundle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotLoadBundleSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotLoadBundleSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotLoadBundleSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotLoadBundleSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kCoultNotSDKVersion", - "printedName": "kCoultNotSDKVersion", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotSDKVersionSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotSDKVersionSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotSDKVersionSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV19kCoultNotSDKVersionSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kMOError", - "printedName": "kMOError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV8kMOErrorSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV8kMOErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV8kMOErrorSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV8kMOErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKThrowMessages", - "printedName": "LPABCSDK.Constants.SDKThrowMessages", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV16SDKThrowMessagesV", - "mangledName": "$s8LPABCSDK9ConstantsV16SDKThrowMessagesV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "KeychainParams", - "printedName": "KeychainParams", - "children": [ - { - "kind": "Var", - "name": "kKeychainServiceName", - "printedName": "kKeychainServiceName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV01kC11ServiceNameSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV01kC11ServiceNameSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV01kC11ServiceNameSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV01kC11ServiceNameSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kKeychainReportingResponse", - "printedName": "kKeychainReportingResponse", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV01kC17ReportingResponseSSvpZ", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV01kC17ReportingResponseSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV01kC17ReportingResponseSSvgZ", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV01kC17ReportingResponseSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "KeychainParams", - "printedName": "LPABCSDK.Constants.KeychainParams", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV14KeychainParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV14KeychainParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "kViewcontrollerPresenting", - "printedName": "kViewcontrollerPresenting", - "children": [ - { - "kind": "Var", - "name": "kLPABCSDKPresentingTag", - "printedName": "kLPABCSDKPresentingTag", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingV22kLPABCSDKPresentingTagSivpZ", - "mangledName": "$s8LPABCSDK9ConstantsV25kViewcontrollerPresentingV22kLPABCSDKPresentingTagSivpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingV22kLPABCSDKPresentingTagSivgZ", - "mangledName": "$s8LPABCSDK9ConstantsV25kViewcontrollerPresentingV22kLPABCSDKPresentingTagSivgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "kViewcontrollerPresenting", - "printedName": "LPABCSDK.Constants.kViewcontrollerPresenting", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV25kViewcontrollerPresentingVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV25kViewcontrollerPresentingV", - "mangledName": "$s8LPABCSDK9ConstantsV25kViewcontrollerPresentingV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MockReportingParams", - "printedName": "MockReportingParams", - "children": [ - { - "kind": "Var", - "name": "enablePayloadMockMode", - "printedName": "enablePayloadMockMode", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsV013enablePayloadC4ModeSbvp", - "mangledName": "$s8LPABCSDK9ConstantsV19MockReportingParamsV013enablePayloadC4ModeSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsV013enablePayloadC4ModeSbvg", - "mangledName": "$s8LPABCSDK9ConstantsV19MockReportingParamsV013enablePayloadC4ModeSbvg", - "moduleName": "LPABCSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "MockReportingParams", - "printedName": "LPABCSDK.Constants.MockReportingParams", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsVAEycfc", - "mangledName": "$s8LPABCSDK9ConstantsV19MockReportingParamsVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV19MockReportingParamsV", - "mangledName": "$s8LPABCSDK9ConstantsV19MockReportingParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Constants", - "printedName": "LPABCSDK.Constants", - "usr": "s:8LPABCSDK9ConstantsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9ConstantsVACycfc", - "mangledName": "$s8LPABCSDK9ConstantsVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9ConstantsV", - "mangledName": "$s8LPABCSDK9ConstantsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UnitTestModes", - "printedName": "UnitTestModes", - "children": [ - { - "kind": "Var", - "name": "_debugDataDelete", - "printedName": "_debugDataDelete", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13UnitTestModesC16_debugDataDelete33_727B8F810D92F20FA5F86EF24E32F526LLSbSgvp", - "mangledName": "$s8LPABCSDK13UnitTestModesC16_debugDataDelete33_727B8F810D92F20FA5F86EF24E32F526LLSbSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "debugDataDelete", - "printedName": "debugDataDelete", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13UnitTestModesC15debugDataDeleteSbvp", - "mangledName": "$s8LPABCSDK13UnitTestModesC15debugDataDeleteSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13UnitTestModesC15debugDataDeleteSbvg", - "mangledName": "$s8LPABCSDK13UnitTestModesC15debugDataDeleteSbvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "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": "s:8LPABCSDK13UnitTestModesC15debugDataDeleteSbvs", - "mangledName": "$s8LPABCSDK13UnitTestModesC15debugDataDeleteSbvs", - "moduleName": "LPABCSDK", - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13UnitTestModesC15debugDataDeleteSbvM", - "mangledName": "$s8LPABCSDK13UnitTestModesC15debugDataDeleteSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "UnitTestModes", - "printedName": "LPABCSDK.UnitTestModes", - "usr": "s:8LPABCSDK13UnitTestModesC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13UnitTestModesCACycfc", - "mangledName": "$s8LPABCSDK13UnitTestModesCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK13UnitTestModesC", - "mangledName": "$s8LPABCSDK13UnitTestModesC", - "moduleName": "LPABCSDK", - "isOpen": true - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDECart", - "printedName": "SDECart", - "children": [ - { - "kind": "Var", - "name": "products", - "printedName": "products", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDECartV8productsSayAA15SDEProductMakerVGSgvp", - "mangledName": "$s8LPABCSDK7SDECartV8productsSayAA15SDEProductMakerVGSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDECartV8productsSayAA15SDEProductMakerVGSgvg", - "mangledName": "$s8LPABCSDK7SDECartV8productsSayAA15SDEProductMakerVGSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(products:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECart", - "printedName": "LPABCSDK.SDECart", - "usr": "s:8LPABCSDK7SDECartV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDECartV8productsACSayAA15SDEProductMakerVGSg_tcfc", - "mangledName": "$s8LPABCSDK7SDECartV8productsACSayAA15SDEProductMakerVGSg_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECart", - "printedName": "LPABCSDK.SDECart", - "usr": "s:8LPABCSDK7SDECartV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDECartV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK7SDECartV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDECartV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK7SDECartV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK7SDECartV", - "mangledName": "$s8LPABCSDK7SDECartV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEMarketingSource", - "printedName": "SDEMarketingSource", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeSSvp", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeSSvg", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeSSvs", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeSSvM", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18SDEMarketingSourceC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK18SDEMarketingSourceC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEMarketingSource", - "printedName": "LPABCSDK.SDEMarketingSource", - "usr": "s:8LPABCSDK18SDEMarketingSourceC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(channel:affiliate:campaignID:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEChanelType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC5setup7channel9affiliate10campaignIDyAA13SDEChanelTypeOSg_SSSgAKtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEMarketingSource", - "printedName": "LPABCSDK.SDEMarketingSource", - "usr": "s:8LPABCSDK18SDEMarketingSourceC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK18SDEMarketingSourceC", - "mangledName": "$s8LPABCSDK18SDEMarketingSourceC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEType", - "printedName": "SDEType", - "children": [ - { - "kind": "Var", - "name": "cartUpdate", - "printedName": "cartUpdate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO10cartUpdateyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO10cartUpdateyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "transaction", - "printedName": "transaction", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO11transactionyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO11transactionyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "viewedProduct", - "printedName": "viewedProduct", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO13viewedProductyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO13viewedProductyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "customerInfo", - "printedName": "customerInfo", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO12customerInfoyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO12customerInfoyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "marketingSource", - "printedName": "marketingSource", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO15marketingSourceyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO15marketingSourceyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "personalInfo", - "printedName": "personalInfo", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO12personalInfoyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO12personalInfoyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "lead", - "printedName": "lead", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO4leadyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO4leadyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "serviceActivity", - "printedName": "serviceActivity", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO15serviceActivityyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO15serviceActivityyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "visitorError", - "printedName": "visitorError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO12visitorErroryA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO12visitorErroryA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "searchedContent", - "printedName": "searchedContent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEType.Type) -> LPABCSDK.SDEType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK7SDETypeO15searchedContentyA2CmF", - "mangledName": "$s8LPABCSDK7SDETypeO15searchedContentyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDETypeO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK7SDETypeO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDETypeO8rawValueSSvp", - "mangledName": "$s8LPABCSDK7SDETypeO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDETypeO8rawValueSSvg", - "mangledName": "$s8LPABCSDK7SDETypeO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "allCases", - "printedName": "allCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDETypeO8allCasesSayACGvpZ", - "mangledName": "$s8LPABCSDK7SDETypeO8allCasesSayACGvpZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDETypeO8allCasesSayACGvgZ", - "mangledName": "$s8LPABCSDK7SDETypeO8allCasesSayACGvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK7SDETypeO", - "mangledName": "$s8LPABCSDK7SDETypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "CaseIterable", - "printedName": "CaseIterable", - "children": [ - { - "kind": "TypeWitness", - "name": "AllCases", - "printedName": "AllCases", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEType]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sa" - } - ] - } - ], - "usr": "s:s12CaseIterableP", - "mangledName": "$ss12CaseIterableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEStatusType", - "printedName": "SDEStatusType", - "children": [ - { - "kind": "Var", - "name": "complete", - "printedName": "complete", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO8completeyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8completeyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "in_Progress", - "printedName": "in_Progress", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO11in_ProgressyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO11in_ProgressyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "approved", - "printedName": "approved", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO8approvedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8approvedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "cancelled", - "printedName": "cancelled", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO9cancelledyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO9cancelledyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "not_Approved", - "printedName": "not_Approved", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO12not_ApprovedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO12not_ApprovedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "reviewed", - "printedName": "reviewed", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO8reviewedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8reviewedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "missing_Details", - "printedName": "missing_Details", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO15missing_DetailsyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO15missing_DetailsyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "closed", - "printedName": "closed", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO6closedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO6closedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "removed", - "printedName": "removed", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO7removedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO7removedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "assigned", - "printedName": "assigned", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO8assignedyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8assignedyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "waiting", - "printedName": "waiting", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEStatusType.Type) -> LPABCSDK.SDEStatusType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEStatusType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEStatusTypeO7waitingyA2CmF", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO7waitingyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEStatusType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8rawValueACSgSi_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDEStatusTypeO8rawValueSivp", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8rawValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDEStatusTypeO8rawValueSivg", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO8rawValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK13SDEStatusTypeO", - "mangledName": "$s8LPABCSDK13SDEStatusTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEChanelType", - "printedName": "SDEChanelType", - "children": [ - { - "kind": "Var", - "name": "direct", - "printedName": "direct", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO6directyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO6directyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "search", - "printedName": "search", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO6searchyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO6searchyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "social", - "printedName": "social", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO6socialyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO6socialyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "email", - "printedName": "email", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO5emailyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO5emailyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "referral", - "printedName": "referral", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEChanelType.Type) -> LPABCSDK.SDEChanelType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEChanelType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEChanelTypeO8referralyA2CmF", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO8referralyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEChanelType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEChanelType", - "printedName": "LPABCSDK.SDEChanelType", - "usr": "s:8LPABCSDK13SDEChanelTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO8rawValueACSgSi_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDEChanelTypeO8rawValueSivp", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO8rawValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDEChanelTypeO8rawValueSivg", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO8rawValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK13SDEChanelTypeO", - "mangledName": "$s8LPABCSDK13SDEChanelTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEGenderType", - "printedName": "SDEGenderType", - "children": [ - { - "kind": "Var", - "name": "male", - "printedName": "male", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEGenderType.Type) -> LPABCSDK.SDEGenderType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEGenderType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEGenderTypeO4maleyA2CmF", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO4maleyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "female", - "printedName": "female", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEGenderType.Type) -> LPABCSDK.SDEGenderType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEGenderType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEGenderTypeO6femaleyA2CmF", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO6femaleyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "other", - "printedName": "other", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEGenderType.Type) -> LPABCSDK.SDEGenderType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEGenderType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13SDEGenderTypeO5otheryA2CmF", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO5otheryA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEGenderType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDEGenderTypeO8rawValueSSvp", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDEGenderTypeO8rawValueSSvg", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK13SDEGenderTypeO", - "mangledName": "$s8LPABCSDK13SDEGenderTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEPhoneType", - "printedName": "SDEPhoneType", - "children": [ - { - "kind": "Var", - "name": "home", - "printedName": "home", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO4homeyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO4homeyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "mobile", - "printedName": "mobile", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO6mobileyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO6mobileyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "work", - "printedName": "work", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO4workyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO4workyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "fax", - "printedName": "fax", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO3faxyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO3faxyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "main", - "printedName": "main", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO4mainyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO4mainyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "home_fax", - "printedName": "home_fax", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8home_faxyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8home_faxyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "work_fax", - "printedName": "work_fax", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8work_faxyA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8work_faxyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "pager", - "printedName": "pager", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO5pageryA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO5pageryA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "other", - "printedName": "other", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SDEPhoneType.Type) -> LPABCSDK.SDEPhoneType", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SDEPhoneType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK12SDEPhoneTypeO5otheryA2CmF", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO5otheryA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEPhoneType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8rawValueSSvp", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK12SDEPhoneTypeO8rawValueSSvg", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK12SDEPhoneTypeO", - "mangledName": "$s8LPABCSDK12SDEPhoneTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEManagerProtocol", - "printedName": "SDEManagerProtocol", - "children": [ - { - "kind": "Function", - "name": "fireIdleSDENetworkCall", - "printedName": "fireIdleSDENetworkCall()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDEManagerProtocolP22fireIdleSDENetworkCallyyF", - "mangledName": "$s8LPABCSDK18SDEManagerProtocolP22fireIdleSDENetworkCallyyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SDEManagerProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK18SDEManagerProtocolP", - "mangledName": "$s8LPABCSDK18SDEManagerProtocolP", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17CommonSDEProtocolP4typeSSvp", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP4typeSSvp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP4typeSSvg", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP4typeSSvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP4typeSSvs", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP4typeSSvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP4typeSSvM", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP4typeSSvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17CommonSDEProtocolP10isTemplateSbvp", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP10isTemplateSbvp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP10isTemplateSbvg", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP10isTemplateSbvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "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": "s:8LPABCSDK17CommonSDEProtocolP10isTemplateSbvs", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP10isTemplateSbvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17CommonSDEProtocolP10isTemplateSbvM", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP10isTemplateSbvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.CommonSDEProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEDate", - "printedName": "SDEDate", - "children": [ - { - "kind": "Var", - "name": "day", - "printedName": "day", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEDateV3daySiSgvp", - "mangledName": "$s8LPABCSDK7SDEDateV3daySiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEDateV3daySiSgvg", - "mangledName": "$s8LPABCSDK7SDEDateV3daySiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "month", - "printedName": "month", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEDateV5monthSiSgvp", - "mangledName": "$s8LPABCSDK7SDEDateV5monthSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEDateV5monthSiSgvg", - "mangledName": "$s8LPABCSDK7SDEDateV5monthSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "year", - "printedName": "year", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEDateV4yearSiSgvp", - "mangledName": "$s8LPABCSDK7SDEDateV4yearSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEDateV4yearSiSgvg", - "mangledName": "$s8LPABCSDK7SDEDateV4yearSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(day:month:year:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEDate", - "printedName": "LPABCSDK.SDEDate", - "usr": "s:8LPABCSDK7SDEDateV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDEDateV3day5month4yearACSi_S2itcfc", - "mangledName": "$s8LPABCSDK7SDEDateV3day5month4yearACSi_S2itcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEDate", - "printedName": "LPABCSDK.SDEDate", - "usr": "s:8LPABCSDK7SDEDateV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDEDateV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK7SDEDateV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDEDateV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK7SDEDateV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK7SDEDateV", - "mangledName": "$s8LPABCSDK7SDEDateV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPABCOutgoingMessagePayloadConstructor", - "printedName": "LPABCOutgoingMessagePayloadConstructor", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCOutgoingMessagePayloadConstructor", - "printedName": "LPABCSDK.LPABCOutgoingMessagePayloadConstructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor(im)init", - "mangledName": "$s8LPABCSDK38LPABCOutgoingMessagePayloadConstructorCACycfc", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override", - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "createTextReplyPayload", - "printedName": "createTextReplyPayload(message:lpText:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK38LPABCOutgoingMessagePayloadConstructorC015createTextReplyD07message02lpG0ySo9MSMessageC_SStKF", - "mangledName": "$s8LPABCSDK38LPABCOutgoingMessagePayloadConstructorC015createTextReplyD07message02lpG0ySo9MSMessageC_SStKF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCOutgoingMessagePayloadConstructor", - "mangledName": "$s8LPABCSDK38LPABCOutgoingMessagePayloadConstructorC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "kTextMessage", - "printedName": "kTextMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK12kTextMessageSSvp", - "mangledName": "$s8LPABCSDK12kTextMessageSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "TypeDecl", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCMessagePayloadData", - "children": [ - { - "kind": "Var", - "name": "encoder", - "printedName": "encoder", - "children": [ - { - "kind": "TypeNominal", - "name": "JSONEncoder", - "printedName": "Foundation.JSONEncoder", - "usr": "s:10Foundation11JSONEncoderC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Lazy" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "JSONEncoder", - "printedName": "Foundation.JSONEncoder", - "usr": "s:10Foundation11JSONEncoderC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "JSONEncoder", - "printedName": "Foundation.JSONEncoder", - "usr": "s:10Foundation11JSONEncoderC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvs", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvs", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvM", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV7encoder10Foundation11JSONEncoderCvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_encoder", - "printedName": "$__lazy_storage_$_encoder", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.JSONEncoder?", - "children": [ - { - "kind": "TypeNominal", - "name": "JSONEncoder", - "printedName": "Foundation.JSONEncoder", - "usr": "s:10Foundation11JSONEncoderC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV25$__lazy_storage_$_encoder33_AC3DB29D0E46515F05984633D35A43ADLL10Foundation11JSONEncoderCSgvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV25$__lazy_storage_$_encoder33_AC3DB29D0E46515F05984633D35A43ADLL10Foundation11JSONEncoderCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "debugDescription", - "printedName": "debugDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV16debugDescriptionSSvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV16debugDescriptionSSvp", - "moduleName": "LPABCSDK", - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV16debugDescriptionSSvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV16debugDescriptionSSvg", - "moduleName": "LPABCSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "interactive", - "printedName": "interactive", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive?", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11interactiveAC11InteractiveVSgvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11interactiveAC11InteractiveVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive?", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11interactiveAC11InteractiveVSgvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11interactiveAC11InteractiveVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCSDK.LPABCMessagePayloadData", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataVACycfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataVACycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "updateLPData", - "printedName": "updateLPData(lpData:interactive:payloadResponse:message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCSDK.LPABCMessagePayloadData", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive?", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV12updateLPData02lpD011interactive15payloadResponse7messageyACSg_AC11InteractiveVSgAC0J0VSgSo9MSMessageCtKF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV12updateLPData02lpD011interactive15payloadResponse7messageyACSg_AC11InteractiveVSgAC0J0VSgSo9MSMessageCtKF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Mutating", - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "Mutating" - }, - { - "kind": "Function", - "name": "getQueryStringParameter", - "printedName": "getQueryStringParameter(url:param:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV23getQueryStringParameter3url5paramSSSgSS_SStF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV23getQueryStringParameter3url5paramSSSgSS_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(json:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCSDK.LPABCMessagePayloadData", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV4jsonACSDySSypG_tKcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV4jsonACSDySSypG_tKcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "TypeDecl", - "name": "Interactive", - "printedName": "Interactive", - "children": [ - { - "kind": "Var", - "name": "response", - "printedName": "response", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvs", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvM", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAC8ResponseVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(response:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response?", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAeC8ResponseVSg_tcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV8responseAeC8ResponseVSg_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveVAEycfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Interactive", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Interactive", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV4fromAEs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV11InteractiveV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Response", - "printedName": "Response", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvp", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvg", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvs", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvM", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textAESSSg_tcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4textAESSSg_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseVAEycfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseVAEycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Response", - "printedName": "LPABCSDK.LPABCMessagePayloadData.Response", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV4fromAEs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV8ResponseV", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV8ResponseV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadData", - "printedName": "LPABCSDK.LPABCMessagePayloadData", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK23LPABCMessagePayloadDataV", - "mangledName": "$s8LPABCSDK23LPABCMessagePayloadDataV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogComponent", - "printedName": "LPABCLogComponent", - "children": [ - { - "kind": "Var", - "name": "date", - "printedName": "date", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> (Swift.String) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO4dateyACSScACmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO4dateyACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO7messageyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO7messageyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "level", - "printedName": "level", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO5levelyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO5levelyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "file", - "printedName": "file", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> (Swift.Bool, Swift.Bool) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool, Swift.Bool) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(fullPath: Swift.Bool, fileExtension: Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO4fileyACSb_SbtcACmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO4fileyACSb_SbtcACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "instance", - "printedName": "instance", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO8instanceyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO8instanceyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "line", - "printedName": "line", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO4lineyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO4lineyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "column", - "printedName": "column", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO6columnyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO6columnyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "function", - "printedName": "function", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO8functionyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO8functionyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "location", - "printedName": "location", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO8locationyA2CmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO8locationyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "block", - "printedName": "block", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogComponent.Type) -> (@escaping () -> Any?) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(@escaping () -> Any?) -> LPABCSDK.LPABCLogComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogComponent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPABCLogComponentO5blockyACypSgyccACmF", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO5blockyACypSgyccACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 9 - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK17LPABCLogComponentO", - "mangledName": "$s8LPABCSDK17LPABCLogComponentO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogFormatter", - "printedName": "LPABCLogFormatter", - "children": [ - { - "kind": "Var", - "name": "format", - "printedName": "format", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6format33_A2C9F05AA325294709013DE417B7E145LLSSvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6format33_A2C9F05AA325294709013DE417B7E145LLSSvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "components", - "printedName": "components", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPABCLogComponent]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC10components33_A2C9F05AA325294709013DE417B7E145LLSayAA0B9ComponentOGvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC10components33_A2C9F05AA325294709013DE417B7E145LLSayAA0B9ComponentOGvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Var", - "name": "dateFormatter", - "printedName": "dateFormatter", - "children": [ - { - "kind": "TypeNominal", - "name": "DateFormatter", - "printedName": "Foundation.DateFormatter", - "usr": "c:objc(cs)NSDateFormatter" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC04dateC033_A2C9F05AA325294709013DE417B7E145LLSo06NSDateC0Cvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC04dateC033_A2C9F05AA325294709013DE417B7E145LLSo06NSDateC0Cvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 2, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "logger", - "printedName": "logger", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "LPABCSDK.LPABCLogger?" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 3, - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "LPABCSDK.LPABCLogger?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvg", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "LPABCSDK.LPABCLogger?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvs", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvM", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6loggerAA11LPABCLoggerCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC11descriptionSSvp", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC11descriptionSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC11descriptionSSvg", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC11descriptionSSvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPABCLogComponent]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPABCLogFormatterCyACSS_AA0B9ComponentOdtcfc", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterCyACSS_AA0B9ComponentOdtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Convenience", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Convenience" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.LPABCLogComponent]", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogComponent", - "printedName": "LPABCSDK.LPABCLogComponent", - "usr": "s:8LPABCSDK17LPABCLogComponentO" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPABCLogFormatterCyACSS_SayAA0B9ComponentOGtcfc", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterCyACSS_SayAA0B9ComponentOGtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "format", - "printedName": "format(level:items:separator:terminator:file:line:column:function:date:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6format5level5items9separator10terminator4file4line6column8function4dateSSAA0B5LevelO_SayypGS3SS2iSS10Foundation4DateVtF", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6format5level5items9separator10terminator4file4line6column8function4dateSSAA0B5LevelO_SayypGS3SS2iSS10Foundation4DateVtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "format", - "printedName": "format(description:average:relativeStandardDeviation:file:line:column:function:date:instance:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPABCLogFormatterC6format11description7average25relativeStandardDeviation4file4line6column8function4date8instanceS2SSg_S2dSSS2iSS10Foundation4DateVSStF", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC6format11description7average25relativeStandardDeviation4file4line6column8function4date8instanceS2SSg_S2dSSS2iSS10Foundation4DateVSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "default", - "printedName": "default", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7defaultACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7defaultACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7defaultACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7defaultACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "minimal", - "printedName": "minimal", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7minimalACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7minimalACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7minimalACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7minimalACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "detailed", - "printedName": "detailed", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC8detailedACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC8detailedACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC8detailedACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC8detailedACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lpUnifiedFormat", - "printedName": "lpUnifiedFormat", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC15lpUnifiedFormatACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC15lpUnifiedFormatACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "RawDocComment" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC15lpUnifiedFormatACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC15lpUnifiedFormatACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "trace", - "printedName": "trace", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5traceACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5traceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5traceACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5traceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "debug", - "printedName": "debug", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5debugACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5debugACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5debugACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5debugACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "info", - "printedName": "info", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC4infoACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC4infoACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC4infoACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC4infoACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "warning", - "printedName": "warning", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7warningACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7warningACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC7warningACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC7warningACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "error", - "printedName": "error", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5errorACvpZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5errorACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPABCLogFormatterC5errorACvgZ", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC5errorACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK17LPABCLogFormatterC", - "mangledName": "$s8LPABCSDK17LPABCLogFormatterC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEService", - "printedName": "SDEService", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEServiceC4typeSSvp", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC4typeSSvg", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC4typeSSvs", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC4typeSSvM", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEServiceC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK10SDEServiceC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK10SDEServiceC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK10SDEServiceC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK10SDEServiceC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEServiceC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK10SDEServiceC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEService", - "printedName": "LPABCSDK.SDEService", - "usr": "s:8LPABCSDK10SDEServiceC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEServiceC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK10SDEServiceC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(topic:status:category:serviceId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEStatusType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEStatusType", - "printedName": "LPABCSDK.SDEStatusType", - "usr": "s:8LPABCSDK13SDEStatusTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", - "mangledName": "$s8LPABCSDK10SDEServiceC5setup5topic6status8category9serviceIdySSSg_AA13SDEStatusTypeOSgA2ItF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEService", - "printedName": "LPABCSDK.SDEService", - "usr": "s:8LPABCSDK10SDEServiceC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK10SDEServiceC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEServiceC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK10SDEServiceC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK10SDEServiceC", - "mangledName": "$s8LPABCSDK10SDEServiceC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogBenchmarker", - "printedName": "LPABCLogBenchmarker", - "children": [ - { - "kind": "Function", - "name": "measure", - "printedName": "measure(_:iterations:block:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(description: Swift.String?, average: Swift.Double, relativeStandardDeviation: Swift.Double)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "typeAttributes": [ - "noescape" - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPABCLogBenchmarkerC7measure_10iterations5blockSSSg11description_Sd7averageSd25relativeStandardDeviationtAG_SiyyXEtF", - "mangledName": "$s8LPABCSDK19LPABCLogBenchmarkerC7measure_10iterations5blockSSSg11description_Sd7averageSd25relativeStandardDeviationtAG_SiyyXEtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogBenchmarker", - "printedName": "LPABCSDK.LPABCLogBenchmarker", - "usr": "s:8LPABCSDK19LPABCLogBenchmarkerC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPABCLogBenchmarkerCACycfc", - "mangledName": "$s8LPABCSDK19LPABCLogBenchmarkerCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK19LPABCLogBenchmarkerC", - "mangledName": "$s8LPABCSDK19LPABCLogBenchmarkerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDESearchedContent", - "printedName": "SDESearchedContent", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeSSvp", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeSSvg", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeSSvs", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeSSvM", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18SDESearchedContentC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK18SDESearchedContentC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK18SDESearchedContentC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK18SDESearchedContentC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK18SDESearchedContentC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18SDESearchedContentC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK18SDESearchedContentC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDESearchedContent", - "printedName": "LPABCSDK.SDESearchedContent", - "usr": "s:8LPABCSDK18SDESearchedContentC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18SDESearchedContentC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(keywords:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", - "mangledName": "$s8LPABCSDK18SDESearchedContentC5setup8keywordsySaySSGSg_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDESearchedContent", - "printedName": "LPABCSDK.SDESearchedContent", - "usr": "s:8LPABCSDK18SDESearchedContentC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK18SDESearchedContentC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK18SDESearchedContentC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK18SDESearchedContentC", - "mangledName": "$s8LPABCSDK18SDESearchedContentC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCMessagePayloadError", - "children": [ - { - "kind": "Var", - "name": "unmatchdEnvironmentContext", - "printedName": "unmatchdEnvironmentContext", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO26unmatchdEnvironmentContextyACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO26unmatchdEnvironmentContextyACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "unresolvedParams", - "printedName": "unresolvedParams", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO16unresolvedParamsyACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO16unresolvedParamsyACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "payloadParsingError", - "printedName": "payloadParsingError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO014payloadParsingD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO014payloadParsingD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "payloadWritingError", - "printedName": "payloadWritingError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO014payloadWritingD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO014payloadWritingD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "payloadMaxlimitError", - "printedName": "payloadMaxlimitError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO015payloadMaxlimitD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO015payloadMaxlimitD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "bundleError", - "printedName": "bundleError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO06bundleD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO06bundleD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "infoPlistError", - "printedName": "infoPlistError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO09infoPlistD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO09infoPlistD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "sdkVersionError", - "printedName": "sdkVersionError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO010sdkVersionD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO010sdkVersionD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "mmoError", - "printedName": "mmoError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCMessagePayloadError.Type) -> (Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCMessagePayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCMessagePayloadError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCMessagePayloadError", - "printedName": "LPABCSDK.LPABCMessagePayloadError", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO03mmoD0yACSScACmF", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO03mmoD0yACSScACmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 8 - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK24LPABCMessagePayloadErrorO", - "mangledName": "$s8LPABCSDK24LPABCMessagePayloadErrorO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityData", - "printedName": "LPActivityData", - "children": [ - { - "kind": "Var", - "name": "size", - "printedName": "size", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC4sizeSo6CGSizeVvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC4sizeSo6CGSizeVvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC4sizeSo6CGSizeVvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC4sizeSo6CGSizeVvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC7messageSSSgvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC7messageSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC7messageSSSgvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC7messageSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageFont", - "printedName": "messageFont", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC11messageFontSo6UIFontCvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC11messageFontSo6UIFontCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 2, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC11messageFontSo6UIFontCvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC11messageFontSo6UIFontCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageSpacing", - "printedName": "messageSpacing", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC14messageSpacing14CoreFoundation7CGFloatVvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC14messageSpacing12CoreGraphics7CGFloatVvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 3, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC14messageSpacing14CoreFoundation7CGFloatVvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC14messageSpacing12CoreGraphics7CGFloatVvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC4typeAA0B13IndicatorTypeOvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC4typeAA0B13IndicatorTypeOvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 4, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC4typeAA0B13IndicatorTypeOvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC4typeAA0B13IndicatorTypeOvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "color", - "printedName": "color", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC5colorSo7UIColorCvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC5colorSo7UIColorCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 5, - "isLet": true, - "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": "s:8LPABCSDK14LPActivityDataC5colorSo7UIColorCvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC5colorSo7UIColorCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "textColor", - "printedName": "textColor", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC9textColorSo7UIColorCvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC9textColorSo7UIColorCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 6, - "isLet": true, - "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": "s:8LPABCSDK14LPActivityDataC9textColorSo7UIColorCvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC9textColorSo7UIColorCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "padding", - "printedName": "padding", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC7padding14CoreFoundation7CGFloatVvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC7padding12CoreGraphics7CGFloatVvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 7, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC7padding14CoreFoundation7CGFloatVvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC7padding12CoreGraphics7CGFloatVvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "displayTimeThreshold", - "printedName": "displayTimeThreshold", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC20displayTimeThresholdSivp", - "mangledName": "$s8LPABCSDK14LPActivityDataC20displayTimeThresholdSivp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 8, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC20displayTimeThresholdSivg", - "mangledName": "$s8LPABCSDK14LPActivityDataC20displayTimeThresholdSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "minimumDisplayTime", - "printedName": "minimumDisplayTime", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC18minimumDisplayTimeSivp", - "mangledName": "$s8LPABCSDK14LPActivityDataC18minimumDisplayTimeSivp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 9, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPActivityDataC18minimumDisplayTimeSivg", - "mangledName": "$s8LPABCSDK14LPActivityDataC18minimumDisplayTimeSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "backgroundColor", - "printedName": "backgroundColor", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPActivityDataC15backgroundColorSo7UIColorCvp", - "mangledName": "$s8LPABCSDK14LPActivityDataC15backgroundColorSo7UIColorCvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 10, - "isLet": true, - "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": "s:8LPABCSDK14LPActivityDataC15backgroundColorSo7UIColorCvg", - "mangledName": "$s8LPABCSDK14LPActivityDataC15backgroundColorSo7UIColorCvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(size:message:messageFont:messageSpacing:type:color:padding:displayTimeThreshold:minimumDisplayTime:backgroundColor:textColor:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityData", - "printedName": "LPABCSDK.LPActivityData", - "usr": "s:8LPABCSDK14LPActivityDataC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIFont?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityIndicatorType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPActivityDataC4size7message0E4Font0E7Spacing4type5color7padding20displayTimeThreshold014minimumDisplayL015backgroundColor04textQ0ACSo6CGSizeVSg_SSSgSo6UIFontCSg14CoreFoundation7CGFloatVSgAA0B13IndicatorTypeOSgSo7UIColorCSgAYSiSgA4_A3_A3_tcfc", - "mangledName": "$s8LPABCSDK14LPActivityDataC4size7message0E4Font0E7Spacing4type5color7padding20displayTimeThreshold014minimumDisplayL015backgroundColor04textQ0ACSo6CGSizeVSg_SSSgSo6UIFontCSg12CoreGraphics7CGFloatVSgAA0B13IndicatorTypeOSgSo7UIColorCSgAYSiSgA4_A3_A3_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK14LPActivityDataC", - "mangledName": "$s8LPABCSDK14LPActivityDataC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorPresenter", - "printedName": "LPActivityIndicatorPresenter", - "children": [ - { - "kind": "Var", - "name": "restorationIdentifier", - "printedName": "restorationIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC21restorationIdentifier029_2957A73E4AA3BF3AE435C1B302F8L2C4LLSSvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC21restorationIdentifier029_2957A73E4AA3BF3AE435C1B302F8L2C4LLSSvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "messageLabel", - "printedName": "messageLabel", - "children": [ - { - "kind": "TypeNominal", - "name": "UILabel", - "printedName": "UIKit.UILabel", - "usr": "c:objc(cs)UILabel" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC12messageLabel029_2957A73E4AA3BF3AE435C1B302F8L2C4LLSo7UILabelCvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC12messageLabel029_2957A73E4AA3BF3AE435C1B302F8L2C4LLSo7UILabelCvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 1, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "state", - "printedName": "state", - "children": [ - { - "kind": "TypeNominal", - "name": "State", - "printedName": "LPABCSDK.LPActivityIndicatorPresenter.State", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC5State029_2957A73E4AA3BF3AE435C1B302F8K2C4LLO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC5state029_2957A73E4AA3BF3AE435C1B302F8K2C4LLAC5StateAELLOvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC5state029_2957A73E4AA3BF3AE435C1B302F8K2C4LLAC5StateAELLOvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 2, - "hasStorage": true - }, - { - "kind": "Var", - "name": "data", - "printedName": "data", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityData", - "printedName": "LPABCSDK.LPActivityData", - "usr": "s:8LPABCSDK14LPActivityDataC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC4data029_2957A73E4AA3BF3AE435C1B302F8K2C4LLAA0B4DataCSgvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC4data029_2957A73E4AA3BF3AE435C1B302F8K2C4LLAA0B4DataCSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 3, - "hasStorage": true - }, - { - "kind": "Var", - "name": "waitingToStartGroup", - "printedName": "waitingToStartGroup", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchGroup", - "printedName": "Dispatch.DispatchGroup", - "usr": "c:objc(cs)OS_dispatch_group" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC19waitingToStartGroup029_2957A73E4AA3BF3AE435C1B302F8N2C4LLSo17OS_dispatch_groupCvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC19waitingToStartGroup029_2957A73E4AA3BF3AE435C1B302F8N2C4LLSo17OS_dispatch_groupCvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 4, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "sharedInstance", - "printedName": "sharedInstance", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorPresenter", - "printedName": "LPABCSDK.LPActivityIndicatorPresenter", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC14sharedInstanceACvpZ", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC14sharedInstanceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorPresenter", - "printedName": "LPABCSDK.LPActivityIndicatorPresenter", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC14sharedInstanceACvgZ", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC14sharedInstanceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "isAnimating", - "printedName": "isAnimating", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC11isAnimatingSbvp", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC11isAnimatingSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC11isAnimatingSbvg", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC11isAnimatingSbvg", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "startAnimating", - "printedName": "startAnimating(_:_:baseView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LPActivityData", - "printedName": "LPABCSDK.LPActivityData", - "usr": "s:8LPABCSDK14LPActivityDataC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC14startAnimating__8baseViewyAA0B4DataC_ySo6UIViewCcSgAItF", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC14startAnimating__8baseViewyAA0B4DataC_ySo6UIViewCcSgAItF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "stopAnimating", - "printedName": "stopAnimating(_:baseView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIView, @escaping () -> ()) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC13stopAnimating_8baseViewyySo6UIViewC_yyctcSg_AGtF", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC13stopAnimating_8baseViewyySo6UIViewC_yyctcSg_AGtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setMessage", - "printedName": "setMessage(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC10setMessageyySSSgF", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC10setMessageyySSSgF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK28LPActivityIndicatorPresenterC", - "mangledName": "$s8LPABCSDK28LPActivityIndicatorPresenterC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEVisitorError", - "printedName": "SDEVisitorError", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeSSvp", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeSSvg", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeSSvs", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeSSvM", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDEVisitorErrorC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK15SDEVisitorErrorC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEVisitorError", - "printedName": "LPABCSDK.SDEVisitorError", - "usr": "s:8LPABCSDK15SDEVisitorErrorC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(contextId:message:code:level:resolved:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC5setup9contextId7message4code5level8resolvedySSSg_A2JSiSgSbSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEVisitorError", - "printedName": "LPABCSDK.SDEVisitorError", - "usr": "s:8LPABCSDK15SDEVisitorErrorC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK15SDEVisitorErrorC", - "mangledName": "$s8LPABCSDK15SDEVisitorErrorC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogger", - "printedName": "LPABCLogger", - "children": [ - { - "kind": "Var", - "name": "sharedInstance", - "printedName": "sharedInstance", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC14sharedInstanceACvpZ", - "mangledName": "$s8LPABCSDK11LPABCLoggerC14sharedInstanceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC14sharedInstanceACvgZ", - "mangledName": "$s8LPABCSDK11LPABCLoggerC14sharedInstanceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "initialize", - "printedName": "initialize(formatter:minLevel:enable:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogger", - "printedName": "LPABCSDK.LPABCLogger", - "usr": "s:8LPABCSDK11LPABCLoggerC" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "hasDefaultArg": true, - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - }, - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "hasDefaultArg": true, - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC10initialize9formatter8minLevel6enableAcA17LPABCLogFormatterC_AA0hF0OSbtFZ", - "mangledName": "$s8LPABCSDK11LPABCLoggerC10initialize9formatter8minLevel6enableAcA17LPABCLogFormatterC_AA0hF0OSbtFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "enabled", - "printedName": "enabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC7enabledSbSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7enabledSbSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC7enabledSbSgvg", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7enabledSbSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC7enabledSbSgvs", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7enabledSbSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC7enabledSbSgvM", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7enabledSbSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "formatter", - "printedName": "formatter", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogFormatter?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogFormatter?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvg", - "mangledName": "$s8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogFormatter?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogFormatter", - "printedName": "LPABCSDK.LPABCLogFormatter", - "usr": "s:8LPABCSDK17LPABCLogFormatterC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvs", - "mangledName": "$s8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvM", - "mangledName": "$s8LPABCSDK11LPABCLoggerC9formatterAA17LPABCLogFormatterCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "minLevel", - "printedName": "minLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvg", - "mangledName": "$s8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvs", - "mangledName": "$s8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvM", - "mangledName": "$s8LPABCSDK11LPABCLoggerC8minLevelAA08LPABCLogD0OSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "format", - "printedName": "format", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC6formatSSSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC6formatSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11LPABCLoggerC6formatSSSgvg", - "mangledName": "$s8LPABCSDK11LPABCLoggerC6formatSSSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_loggerQueue", - "printedName": "$__lazy_storage_$_loggerQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Dispatch.DispatchQueue?", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11LPABCLoggerC29$__lazy_storage_$_loggerQueue33_AB2D1C780A22666CCFA64D2F6CD6F836LLSo17OS_dispatch_queueCSgvp", - "mangledName": "$s8LPABCSDK11LPABCLoggerC29$__lazy_storage_$_loggerQueue33_AB2D1C780A22666CCFA64D2F6CD6F836LLSo17OS_dispatch_queueCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 3, - "hasStorage": true - }, - { - "kind": "Function", - "name": "trace", - "printedName": "trace(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC5trace_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC5trace_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "debug", - "printedName": "debug(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC5debug_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC5debug_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "info", - "printedName": "info(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC4info_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC4info_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "warning", - "printedName": "warning(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC7warning_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC7warning_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "error", - "printedName": "error(_:separator:terminator:file:line:column:function:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "hasDefaultArg": true, - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "hasDefaultArg": true, - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11LPABCLoggerC5error_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "mangledName": "$s8LPABCSDK11LPABCLoggerC5error_9separator10terminator4file4line6column8functionyypd_S3SS2iSStF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK11LPABCLoggerC", - "mangledName": "$s8LPABCSDK11LPABCLoggerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LogStrings", - "printedName": "LogStrings", - "children": [ - { - "kind": "Var", - "name": "kDispose", - "printedName": "kDispose", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV8kDisposeSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV8kDisposeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV8kDisposeSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV8kDisposeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSDK_Deinit", - "printedName": "kSDK_Deinit", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV11kSDK_DeinitSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV11kSDK_DeinitSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV11kSDK_DeinitSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV11kSDK_DeinitSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kDeinit", - "printedName": "kDeinit", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV7kDeinitSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV7kDeinitSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV7kDeinitSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV7kDeinitSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kInit", - "printedName": "kInit", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV5kInitSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV5kInitSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV5kInitSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV5kInitSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kInitialize", - "printedName": "kInitialize", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV11kInitializeSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV11kInitializeSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV11kInitializeSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV11kInitializeSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerHostEnv", - "printedName": "kLoggerHostEnv", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerHostEnvSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerHostEnvSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerHostEnvSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerHostEnvSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDKINIT", - "printedName": "kLoggerSDKINIT", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDKINITSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDKINITSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDKINITSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDKINITSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerCDATAFailMO", - "printedName": "kLoggerCDATAFailMO", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV18kLoggerCDATAFailMOSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV18kLoggerCDATAFailMOSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV18kLoggerCDATAFailMOSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV18kLoggerCDATAFailMOSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggeriMEnvError", - "printedName": "kLoggeriMEnvError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV17kLoggeriMEnvErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV17kLoggeriMEnvErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV17kLoggeriMEnvErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV17kLoggeriMEnvErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerLoggosCallInitiated", - "printedName": "kLoggerLoggosCallInitiated", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV26kLoggerLoggosCallInitiatedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggerLoggosCallInitiatedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV26kLoggerLoggosCallInitiatedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggerLoggosCallInitiatedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerLoggosCallBody", - "printedName": "kLoggerLoggosCallBody", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerLoggosCallBodySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerLoggosCallBodySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerLoggosCallBodySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerLoggosCallBodySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerLoggosCallSuccess", - "printedName": "kLoggerLoggosCallSuccess", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerLoggosCallSuccessSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerLoggosCallSuccessSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerLoggosCallSuccessSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerLoggosCallSuccessSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerNoIncomingMessage", - "printedName": "kLoggerNoIncomingMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerNoIncomingMessageSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerNoIncomingMessageSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerNoIncomingMessageSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerNoIncomingMessageSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerIncomingPayload", - "printedName": "kLoggerIncomingPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerIncomingPayloadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerIncomingPayloadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerIncomingPayloadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerIncomingPayloadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageIsAgenttoConsumer", - "printedName": "kLoggerMessageIsAgenttoConsumer", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV31kLoggerMessageIsAgenttoConsumerSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV31kLoggerMessageIsAgenttoConsumerSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV31kLoggerMessageIsAgenttoConsumerSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV31kLoggerMessageIsAgenttoConsumerSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerPayloadStoredtoDB", - "printedName": "kLoggerPayloadStoredtoDB", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerPayloadStoredtoDBSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerPayloadStoredtoDBSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerPayloadStoredtoDBSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerPayloadStoredtoDBSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSendingImplicitSDE", - "printedName": "kLoggerSendingImplicitSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerSendingImplicitSDESSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerSendingImplicitSDESSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerSendingImplicitSDESSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerSendingImplicitSDESSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDESentSuccess", - "printedName": "kLoggerSDESentSuccess", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDESentSuccessSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDESentSuccessSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDESentSuccessSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDESentSuccessSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDESentfailure", - "printedName": "kLoggerSDESentfailure", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDESentfailureSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDESentfailureSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDESentfailureSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDESentfailureSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDESent", - "printedName": "kLoggerSDESent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDESentSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDESentSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDESentSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDESentSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleWillBeSent", - "printedName": "kLoggerSDEIdleWillBeSent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEIdleWillBeSentSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEIdleWillBeSentSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEIdleWillBeSentSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEIdleWillBeSentSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleStackSendSuccess", - "printedName": "kLoggerSDEIdleStackSendSuccess", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSDEIdleStackSendSuccessSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSDEIdleStackSendSuccessSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSDEIdleStackSendSuccessSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSDEIdleStackSendSuccessSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDERetry", - "printedName": "kLoggerSDERetry", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV15kLoggerSDERetrySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV15kLoggerSDERetrySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV15kLoggerSDERetrySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV15kLoggerSDERetrySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerURLSessionResponse", - "printedName": "kLoggerURLSessionResponse", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerURLSessionResponseSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerURLSessionResponseSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerURLSessionResponseSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerURLSessionResponseSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEResponseStatus", - "printedName": "kLoggerSDEResponseStatus", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEResponseStatusSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEResponseStatusSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEResponseStatusSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEResponseStatusSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleStart", - "printedName": "kLoggerSDEIdleStart", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV19kLoggerSDEIdleStartSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV19kLoggerSDEIdleStartSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV19kLoggerSDEIdleStartSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV19kLoggerSDEIdleStartSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleStop", - "printedName": "kLoggerSDEIdleStop", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV18kLoggerSDEIdleStopSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV18kLoggerSDEIdleStopSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV18kLoggerSDEIdleStopSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV18kLoggerSDEIdleStopSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleStackCount", - "printedName": "kLoggerSDEIdleStackCount", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEIdleStackCountSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEIdleStackCountSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerSDEIdleStackCountSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerSDEIdleStackCountSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEAddedStackCount", - "printedName": "kLoggerSDEAddedStackCount", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerSDEAddedStackCountSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerSDEAddedStackCountSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerSDEAddedStackCountSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerSDEAddedStackCountSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdleFireDelegate", - "printedName": "kLoggerSDEIdleFireDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV26kLoggerSDEIdleFireDelegateSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggerSDEIdleFireDelegateSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV26kLoggerSDEIdleFireDelegateSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggerSDEIdleFireDelegateSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEIdlestackClraedCount", - "printedName": "kLoggerSDEIdlestackClraedCount", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSDEIdlestackClraedCountSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSDEIdlestackClraedCountSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSDEIdlestackClraedCountSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSDEIdlestackClraedCountSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEStackCleared", - "printedName": "kLoggerSDEStackCleared", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerSDEStackClearedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerSDEStackClearedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerSDEStackClearedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerSDEStackClearedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEJasonCleared", - "printedName": "kLoggerSDEJasonCleared", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerSDEJasonClearedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerSDEJasonClearedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerSDEJasonClearedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerSDEJasonClearedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSOutgoingMessagePayload", - "printedName": "kLoggerSOutgoingMessagePayload", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSOutgoingMessagePayloadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSOutgoingMessagePayloadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerSOutgoingMessagePayloadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerSOutgoingMessagePayloadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSuccess", - "printedName": "kLoggerSuccess", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSuccessSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSuccessSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSuccessSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSuccessSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSecureFormSubmitted", - "printedName": "kSecureFormSubmitted", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kSecureFormSubmittedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kSecureFormSubmittedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kSecureFormSubmittedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kSecureFormSubmittedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kSecureFormCompleted", - "printedName": "kSecureFormCompleted", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kSecureFormCompletedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kSecureFormCompletedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kSecureFormCompletedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kSecureFormCompletedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorBundlenotSet", - "printedName": "kLoggerErrorBundlenotSet", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerErrorBundlenotSetSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerErrorBundlenotSetSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV24kLoggerErrorBundlenotSetSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV24kLoggerErrorBundlenotSetSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorInfoPlistCouldnotLoad", - "printedName": "kLoggerErrorInfoPlistCouldnotLoad", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV33kLoggerErrorInfoPlistCouldnotLoadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggerErrorInfoPlistCouldnotLoadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV33kLoggerErrorInfoPlistCouldnotLoadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggerErrorInfoPlistCouldnotLoadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorInfoPlistCouldnotLParse", - "printedName": "kLoggerErrorInfoPlistCouldnotLParse", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV35kLoggerErrorInfoPlistCouldnotLParseSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV35kLoggerErrorInfoPlistCouldnotLParseSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV35kLoggerErrorInfoPlistCouldnotLParseSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV35kLoggerErrorInfoPlistCouldnotLParseSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorInfoPlistCredentials", - "printedName": "kLoggerErrorInfoPlistCredentials", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV32kLoggerErrorInfoPlistCredentialsSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV32kLoggerErrorInfoPlistCredentialsSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV32kLoggerErrorInfoPlistCredentialsSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV32kLoggerErrorInfoPlistCredentialsSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorAppGroupCouldnotLoad", - "printedName": "kLoggerErrorAppGroupCouldnotLoad", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV32kLoggerErrorAppGroupCouldnotLoadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV32kLoggerErrorAppGroupCouldnotLoadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV32kLoggerErrorAppGroupCouldnotLoadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV32kLoggerErrorAppGroupCouldnotLoadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorappgroup", - "printedName": "kLoggerErrorappgroup", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerErrorappgroupSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerErrorappgroupSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerErrorappgroupSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerErrorappgroupSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorBrandID", - "printedName": "kLoggerErrorBrandID", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV19kLoggerErrorBrandIDSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV19kLoggerErrorBrandIDSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV19kLoggerErrorBrandIDSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV19kLoggerErrorBrandIDSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerEnvironmentError", - "printedName": "kLoggerEnvironmentError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV23kLoggerEnvironmentErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kLoggerEnvironmentErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV23kLoggerEnvironmentErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kLoggerEnvironmentErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageRedundantDupCall", - "printedName": "kLoggerMessageRedundantDupCall", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerMessageRedundantDupCallSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerMessageRedundantDupCallSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerMessageRedundantDupCallSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerMessageRedundantDupCallSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageRedundantAgenttoConsumer", - "printedName": "kLoggerMessageRedundantAgenttoConsumer", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV38kLoggerMessageRedundantAgenttoConsumerSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV38kLoggerMessageRedundantAgenttoConsumerSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV38kLoggerMessageRedundantAgenttoConsumerSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV38kLoggerMessageRedundantAgenttoConsumerSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageRedundantNoCachablePayload", - "printedName": "kLoggerMessageRedundantNoCachablePayload", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV40kLoggerMessageRedundantNoCachablePayloadSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV40kLoggerMessageRedundantNoCachablePayloadSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV40kLoggerMessageRedundantNoCachablePayloadSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV40kLoggerMessageRedundantNoCachablePayloadSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerMessageRedundantAlreadyInCache", - "printedName": "kLoggerMessageRedundantAlreadyInCache", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV37kLoggerMessageRedundantAlreadyInCacheSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV37kLoggerMessageRedundantAlreadyInCacheSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV37kLoggerMessageRedundantAlreadyInCacheSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV37kLoggerMessageRedundantAlreadyInCacheSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggererrorTextRpleyError", - "printedName": "kLoggererrorTextRpleyError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV26kLoggererrorTextRpleyErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggererrorTextRpleyErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV26kLoggererrorTextRpleyErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV26kLoggererrorTextRpleyErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggererrorMessageURLParsing", - "printedName": "kLoggererrorMessageURLParsing", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV29kLoggererrorMessageURLParsingSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV29kLoggererrorMessageURLParsingSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV29kLoggererrorMessageURLParsingSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV29kLoggererrorMessageURLParsingSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggererrorMessagePayloadIsEmpty", - "printedName": "kLoggererrorMessagePayloadIsEmpty", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV33kLoggererrorMessagePayloadIsEmptySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggererrorMessagePayloadIsEmptySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV33kLoggererrorMessagePayloadIsEmptySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggererrorMessagePayloadIsEmptySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDECreateError", - "printedName": "kLoggerSDECreateError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDECreateErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDECreateErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerSDECreateErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerSDECreateErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEStackEmpty", - "printedName": "kLoggerSDEStackEmpty", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerSDEStackEmptySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerSDEStackEmptySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerSDEStackEmptySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerSDEStackEmptySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerSDEFail", - "printedName": "kLoggerSDEFail", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDEFailSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDEFailSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kLoggerSDEFailSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kLoggerSDEFailSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorSharkCredentials", - "printedName": "kLoggerErrorSharkCredentials", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV28kLoggerErrorSharkCredentialsSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLoggerErrorSharkCredentialsSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV28kLoggerErrorSharkCredentialsSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLoggerErrorSharkCredentialsSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorTimestampNotAvailable", - "printedName": "kLoggerErrorTimestampNotAvailable", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV33kLoggerErrorTimestampNotAvailableSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggerErrorTimestampNotAvailableSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV33kLoggerErrorTimestampNotAvailableSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV33kLoggerErrorTimestampNotAvailableSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorSDEstackIsEmpty", - "printedName": "kLoggerErrorSDEstackIsEmpty", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV27kLoggerErrorSDEstackIsEmptySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV27kLoggerErrorSDEstackIsEmptySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV27kLoggerErrorSDEstackIsEmptySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV27kLoggerErrorSDEstackIsEmptySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorInvalidURL", - "printedName": "kLoggerErrorInvalidURL", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerErrorInvalidURLSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerErrorInvalidURLSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV22kLoggerErrorInvalidURLSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV22kLoggerErrorInvalidURLSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorUnresolvedURL", - "printedName": "kLoggerErrorUnresolvedURL", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerErrorUnresolvedURLSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerErrorUnresolvedURLSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV25kLoggerErrorUnresolvedURLSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV25kLoggerErrorUnresolvedURLSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorUnresolvedURLError", - "printedName": "kLoggerErrorUnresolvedURLError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerErrorUnresolvedURLErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerErrorUnresolvedURLErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV30kLoggerErrorUnresolvedURLErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV30kLoggerErrorUnresolvedURLErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorResponse", - "printedName": "kLoggerErrorResponse", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerErrorResponseSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerErrorResponseSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV20kLoggerErrorResponseSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV20kLoggerErrorResponseSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerError", - "printedName": "kLoggerError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV12kLoggerErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV12kLoggerErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV12kLoggerErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV12kLoggerErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorPersistentContainerError", - "printedName": "kLoggerErrorPersistentContainerError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV031kLoggerErrorPersistentContainerE0SSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV031kLoggerErrorPersistentContainerE0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV031kLoggerErrorPersistentContainerE0SSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV031kLoggerErrorPersistentContainerE0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataClear", - "printedName": "kLoggerErrorDataClear", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerErrorDataClearSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerErrorDataClearSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerErrorDataClearSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerErrorDataClearSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataMONotCreated", - "printedName": "kLoggerErrorDataMONotCreated", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV28kLoggerErrorDataMONotCreatedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLoggerErrorDataMONotCreatedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV28kLoggerErrorDataMONotCreatedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLoggerErrorDataMONotCreatedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataMOError", - "printedName": "kLoggerErrorDataMOError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV23kLoggerErrorDataMOErrorSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kLoggerErrorDataMOErrorSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV23kLoggerErrorDataMOErrorSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kLoggerErrorDataMOErrorSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataContextSaveError", - "printedName": "kLoggerErrorDataContextSaveError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV027kLoggerErrorDataContextSaveE0SSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV027kLoggerErrorDataContextSaveE0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV027kLoggerErrorDataContextSaveE0SSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV027kLoggerErrorDataContextSaveE0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerErrorDataLoadPayloadError", - "printedName": "kLoggerErrorDataLoadPayloadError", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV027kLoggerErrorDataLoadPayloadE0SSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV027kLoggerErrorDataLoadPayloadE0SSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV027kLoggerErrorDataLoadPayloadE0SSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV027kLoggerErrorDataLoadPayloadE0SSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLPDataCouldnotParsed", - "printedName": "kLPDataCouldnotParsed", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLPDataCouldnotParsedSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLPDataCouldnotParsedSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLPDataCouldnotParsedSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLPDataCouldnotParsedSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLPDataDecodingTypeMismatch", - "printedName": "kLPDataDecodingTypeMismatch", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV27kLPDataDecodingTypeMismatchSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV27kLPDataDecodingTypeMismatchSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV27kLPDataDecodingTypeMismatchSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV27kLPDataDecodingTypeMismatchSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLPDataCredentialModelIsNull", - "printedName": "kLPDataCredentialModelIsNull", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV28kLPDataCredentialModelIsNullSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLPDataCredentialModelIsNullSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV28kLPDataCredentialModelIsNullSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV28kLPDataCredentialModelIsNullSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kLoggerLoggosBodyFail", - "printedName": "kLoggerLoggosBodyFail", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerLoggosBodyFailSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerLoggosBodyFailSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kLoggerLoggosBodyFailSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kLoggerLoggosBodyFailSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kInternetConnectionFail", - "printedName": "kInternetConnectionFail", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV23kInternetConnectionFailSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kInternetConnectionFailSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV23kInternetConnectionFailSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV23kInternetConnectionFailSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kInternetConnectionOK", - "printedName": "kInternetConnectionOK", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV21kInternetConnectionOKSSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kInternetConnectionOKSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV21kInternetConnectionOKSSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV21kInternetConnectionOKSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "kKeychainEmpty", - "printedName": "kKeychainEmpty", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LogStringsV14kKeychainEmptySSvpZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kKeychainEmptySSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LogStringsV14kKeychainEmptySSvgZ", - "mangledName": "$s8LPABCSDK10LogStringsV14kKeychainEmptySSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LogStrings", - "printedName": "LPABCSDK.LogStrings", - "usr": "s:8LPABCSDK10LogStringsV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10LogStringsVACycfc", - "mangledName": "$s8LPABCSDK10LogStringsVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK10LogStringsV", - "mangledName": "$s8LPABCSDK10LogStringsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "EventType", - "printedName": "EventType", - "children": [ - { - "kind": "Var", - "name": "subscribers", - "printedName": "subscribers", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvpZ", - "mangledName": "$s8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvgZ", - "mangledName": "$s8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvsZ", - "mangledName": "$s8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvMZ", - "mangledName": "$s8LPABCSDK9EventTypeV11subscribersShyAA10LPABCEventOGSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sdkEvent", - "printedName": "sdkEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9EventTypeV03sdkB0AA10LPABCEventOvp", - "mangledName": "$s8LPABCSDK9EventTypeV03sdkB0AA10LPABCEventOvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9EventTypeV03sdkB0AA10LPABCEventOvg", - "mangledName": "$s8LPABCSDK9EventTypeV03sdkB0AA10LPABCEventOvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "EventType", - "printedName": "LPABCSDK.EventType", - "usr": "s:8LPABCSDK9EventTypeV" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9EventTypeVyAcA10LPABCEventOcfc", - "mangledName": "$s8LPABCSDK9EventTypeVyAcA10LPABCEventOcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setSubscribers", - "printedName": "setSubscribers(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK9EventTypeV14setSubscribersyyShyAA10LPABCEventOGSgFZ", - "mangledName": "$s8LPABCSDK9EventTypeV14setSubscribersyyShyAA10LPABCEventOGSgFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9EventTypeV", - "mangledName": "$s8LPABCSDK9EventTypeV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCSettings", - "printedName": "LPABCSettings", - "children": [ - { - "kind": "Var", - "name": "sharedInstance", - "printedName": "sharedInstance", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCSettings", - "printedName": "LPABCSDK.LPABCSettings", - "usr": "s:8LPABCSDK13LPABCSettingsC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPABCSettingsC14sharedInstanceACvpZ", - "mangledName": "$s8LPABCSDK13LPABCSettingsC14sharedInstanceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCSettings", - "printedName": "LPABCSDK.LPABCSettings", - "usr": "s:8LPABCSDK13LPABCSettingsC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPABCSettingsC14sharedInstanceACvgZ", - "mangledName": "$s8LPABCSDK13LPABCSettingsC14sharedInstanceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "getDomainUserdefaults", - "printedName": "getDomainUserdefaults()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.UserDefaults?", - "children": [ - { - "kind": "TypeNominal", - "name": "UserDefaults", - "printedName": "Foundation.UserDefaults", - "usr": "c:objc(cs)NSUserDefaults" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC21getDomainUserdefaultsSo14NSUserDefaultsCSgyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC21getDomainUserdefaultsSo14NSUserDefaultsCSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isExtentionEnvironmentContext", - "printedName": "isExtentionEnvironmentContext()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC29isExtentionEnvironmentContextSbyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC29isExtentionEnvironmentContextSbyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getAppGroup", - "printedName": "getAppGroup()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC11getAppGroupSSSgyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC11getAppGroupSSSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getCredentialsFromInfoPlist", - "printedName": "getCredentialsFromInfoPlist()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC27getCredentialsFromInfoPlistSDySSypGSgyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC27getCredentialsFromInfoPlistSDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clearDomain", - "printedName": "clearDomain()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPABCSettingsC11clearDomainyyF", - "mangledName": "$s8LPABCSDK13LPABCSettingsC11clearDomainyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK13LPABCSettingsC", - "mangledName": "$s8LPABCSDK13LPABCSettingsC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEProductView", - "printedName": "SDEProductView", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14SDEProductViewC4typeSSvp", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC4typeSSvg", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC4typeSSvs", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC4typeSSvM", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14SDEProductViewC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK14SDEProductViewC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK14SDEProductViewC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK14SDEProductViewC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK14SDEProductViewC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDEProductViewC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK14SDEProductViewC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductView", - "printedName": "LPABCSDK.SDEProductView", - "usr": "s:8LPABCSDK14SDEProductViewC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14SDEProductViewC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK14SDEProductViewC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(currency:products:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0B5MakerVGSgtF", - "mangledName": "$s8LPABCSDK14SDEProductViewC5setup8currency8productsySSSg_SayAA0B5MakerVGSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductView", - "printedName": "LPABCSDK.SDEProductView", - "usr": "s:8LPABCSDK14SDEProductViewC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK14SDEProductViewC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK14SDEProductViewC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK14SDEProductViewC", - "mangledName": "$s8LPABCSDK14SDEProductViewC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEManager", - "printedName": "SDEManager", - "children": [ - { - "kind": "Var", - "name": "sdeType", - "printedName": "sdeType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC7sdeType33_2279138DDB4EF5D8A8F3A73087086309LLAA7SDETypeOSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC7sdeType33_2279138DDB4EF5D8A8F3A73087086309LLAA7SDETypeOSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Function", - "name": "initialize", - "printedName": "initialize()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManager", - "printedName": "LPABCSDK.SDEManager", - "usr": "s:8LPABCSDK10SDEManagerC" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC10initializeACyFZ", - "mangledName": "$s8LPABCSDK10SDEManagerC10initializeACyFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "sdeIdleStack", - "printedName": "sdeIdleStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC12sdeIdleStackSaySDySSypGGvp", - "mangledName": "$s8LPABCSDK10SDEManagerC12sdeIdleStackSaySDySSypGGvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "AccessControl", - "Lazy", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC12sdeIdleStackSaySDySSypGGvg", - "mangledName": "$s8LPABCSDK10SDEManagerC12sdeIdleStackSaySDySSypGGvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_sdeIdleStack", - "printedName": "$__lazy_storage_$_sdeIdleStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[[Swift.String : Any]]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC30$__lazy_storage_$_sdeIdleStack33_2279138DDB4EF5D8A8F3A73087086309LLSaySDySSypGGSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC30$__lazy_storage_$_sdeIdleStack33_2279138DDB4EF5D8A8F3A73087086309LLSaySDySSypGGSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Var", - "name": "sdeStack", - "printedName": "sdeStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC8sdeStackSaySDySSypGGvp", - "mangledName": "$s8LPABCSDK10SDEManagerC8sdeStackSaySDySSypGGvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "SetterAccess", - "AccessControl", - "Lazy" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC8sdeStackSaySDySSypGGvg", - "mangledName": "$s8LPABCSDK10SDEManagerC8sdeStackSaySDySSypGGvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_sdeStack", - "printedName": "$__lazy_storage_$_sdeStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[[Swift.String : Any]]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC26$__lazy_storage_$_sdeStack33_2279138DDB4EF5D8A8F3A73087086309LLSaySDySSypGGSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC26$__lazy_storage_$_sdeStack33_2279138DDB4EF5D8A8F3A73087086309LLSaySDySSypGGSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 2, - "hasStorage": true - }, - { - "kind": "Var", - "name": "delegate", - "printedName": "delegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "LPABCSDK.SDEManagerProtocol?" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "ReferenceOwnership", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 3, - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEManagerProtocol?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManagerProtocol", - "printedName": "LPABCSDK.SDEManagerProtocol", - "usr": "s:8LPABCSDK18SDEManagerProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvg", - "mangledName": "$s8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEManagerProtocol?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManagerProtocol", - "printedName": "LPABCSDK.SDEManagerProtocol", - "usr": "s:8LPABCSDK18SDEManagerProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvs", - "mangledName": "$s8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvM", - "mangledName": "$s8LPABCSDK10SDEManagerC8delegateAA0B8Protocol_pSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "retryCounter", - "printedName": "retryCounter", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC12retryCounterSivp", - "mangledName": "$s8LPABCSDK10SDEManagerC12retryCounterSivp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC12retryCounterSivg", - "mangledName": "$s8LPABCSDK10SDEManagerC12retryCounterSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "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": "s:8LPABCSDK10SDEManagerC12retryCounterSivs", - "mangledName": "$s8LPABCSDK10SDEManagerC12retryCounterSivs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC12retryCounterSivM", - "mangledName": "$s8LPABCSDK10SDEManagerC12retryCounterSivM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "currentSDE", - "printedName": "currentSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEBase?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEBase?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvg", - "mangledName": "$s8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEBase?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvs", - "mangledName": "$s8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvM", - "mangledName": "$s8LPABCSDK10SDEManagerC10currentSDEAA7SDEBaseCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timer", - "printedName": "timer", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Timer?", - "children": [ - { - "kind": "TypeNominal", - "name": "Timer", - "printedName": "Foundation.Timer", - "usr": "c:objc(cs)NSTimer" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC5timer33_2279138DDB4EF5D8A8F3A73087086309LLSo7NSTimerCSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC5timer33_2279138DDB4EF5D8A8F3A73087086309LLSo7NSTimerCSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 6, - "hasStorage": true - }, - { - "kind": "Var", - "name": "currentRunLoop", - "printedName": "currentRunLoop", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.RunLoop?", - "children": [ - { - "kind": "TypeNominal", - "name": "RunLoop", - "printedName": "Foundation.RunLoop", - "usr": "c:objc(cs)NSRunLoop" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC14currentRunLoop33_2279138DDB4EF5D8A8F3A73087086309LLSo05NSRunE0CSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC14currentRunLoop33_2279138DDB4EF5D8A8F3A73087086309LLSo05NSRunE0CSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 7, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_idleQueue", - "printedName": "$__lazy_storage_$_idleQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Dispatch.DispatchQueue?", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC27$__lazy_storage_$_idleQueue33_2279138DDB4EF5D8A8F3A73087086309LLSo17OS_dispatch_queueCSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC27$__lazy_storage_$_idleQueue33_2279138DDB4EF5D8A8F3A73087086309LLSo17OS_dispatch_queueCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 8, - "hasStorage": true - }, - { - "kind": "Var", - "name": "isAutoSendOnIdle", - "printedName": "isAutoSendOnIdle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10SDEManagerC16isAutoSendOnIdle33_2279138DDB4EF5D8A8F3A73087086309LLSbSgvp", - "mangledName": "$s8LPABCSDK10SDEManagerC16isAutoSendOnIdle33_2279138DDB4EF5D8A8F3A73087086309LLSbSgvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 9, - "hasStorage": true - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEManager", - "printedName": "LPABCSDK.SDEManager", - "usr": "s:8LPABCSDK10SDEManagerC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEManagerCACycfc", - "mangledName": "$s8LPABCSDK10SDEManagerCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setupSDETemplateWithType", - "printedName": "setupSDETemplateWithType(sdeType:autoSendWhenIdle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC24setupSDETemplateWithType03sdeF016autoSendWhenIdleyAA7SDETypeO_SbSgtF", - "mangledName": "$s8LPABCSDK10SDEManagerC24setupSDETemplateWithType03sdeF016autoSendWhenIdleyAA7SDETypeO_SbSgtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clearautoSendOnIdleSDEStack", - "printedName": "clearautoSendOnIdleSDEStack()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC27clearautoSendOnIdleSDEStackyyF", - "mangledName": "$s8LPABCSDK10SDEManagerC27clearautoSendOnIdleSDEStackyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clearSDEStack", - "printedName": "clearSDEStack()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC13clearSDEStackyyF", - "mangledName": "$s8LPABCSDK10SDEManagerC13clearSDEStackyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clearJsonSDE", - "printedName": "clearJsonSDE()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEManagerC12clearJsonSDEyyF", - "mangledName": "$s8LPABCSDK10SDEManagerC12clearJsonSDEyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK10SDEManagerC", - "mangledName": "$s8LPABCSDK10SDEManagerC", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Final", - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPayloadCodingKeys", - "printedName": "LPayloadCodingKeys", - "children": [ - { - "kind": "Var", - "name": "intValue", - "printedName": "intValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvp", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvg", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvs", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvM", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueSiSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(intValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPayloadCodingKeys?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV8intValueACSgSi_tcfc", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV8intValueACSgSi_tcfc", - "moduleName": "LPABCSDK", - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "stringValue", - "printedName": "stringValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueSSvp", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasStorage" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueSSvg", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueSSvs", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueSSvM", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(stringValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPayloadCodingKeys?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV11stringValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV11stringValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "accountID", - "printedName": "accountID", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV9accountIDACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV9accountIDACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV9accountIDACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV9accountIDACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "consumerID", - "printedName": "consumerID", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV10consumerIDACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV10consumerIDACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV10consumerIDACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV10consumerIDACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "appInstallID", - "printedName": "appInstallID", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV12appInstallIDACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV12appInstallIDACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV12appInstallIDACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV12appInstallIDACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV4typeACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV4typeACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV4typeACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV4typeACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "monitoringDomain", - "printedName": "monitoringDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV16monitoringDomainACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV16monitoringDomainACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV16monitoringDomainACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV16monitoringDomainACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "apiType", - "printedName": "apiType", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV7apiTypeACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV7apiTypeACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV7apiTypeACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV7apiTypeACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "conversationID", - "printedName": "conversationID", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV14conversationIDACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV14conversationIDACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV14conversationIDACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV14conversationIDACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "timestamp", - "printedName": "timestamp", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV9timestampACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV9timestampACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV9timestampACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV9timestampACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "loggosDomain", - "printedName": "loggosDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV12loggosDomainACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV12loggosDomainACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV12loggosDomainACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV12loggosDomainACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageParams", - "printedName": "messageParams", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV13messageParamsACvpZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV13messageParamsACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV13messageParamsACvgZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV13messageParamsACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "make", - "printedName": "make(key:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPayloadCodingKeys", - "printedName": "LPABCSDK.LPayloadCodingKeys", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV4make3keyACSS_tFZ", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV4make3keyACSS_tFZ", - "moduleName": "LPABCSDK", - "static": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK18LPayloadCodingKeysV", - "mangledName": "$s8LPABCSDK18LPayloadCodingKeysV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "CodingKey", - "printedName": "CodingKey", - "usr": "s:s9CodingKeyP", - "mangledName": "$ss9CodingKeyP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "kMainDataQuery", - "printedName": "kMainDataQuery", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14kMainDataQuerySSvp", - "mangledName": "$s8LPABCSDK14kMainDataQuerySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kCustomDataDictionary", - "printedName": "kCustomDataDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK21kCustomDataDictionarySSvp", - "mangledName": "$s8LPABCSDK21kCustomDataDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kLPDataDictionary", - "printedName": "kLPDataDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17kLPDataDictionarySSvp", - "mangledName": "$s8LPABCSDK17kLPDataDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kLInteractiveDictionary", - "printedName": "kLInteractiveDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK23kLInteractiveDictionarySSvp", - "mangledName": "$s8LPABCSDK23kLInteractiveDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kLResponseDictionary", - "printedName": "kLResponseDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK20kLResponseDictionarySSvp", - "mangledName": "$s8LPABCSDK20kLResponseDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kLRequestDictionary", - "printedName": "kLRequestDictionary", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19kLRequestDictionarySSvp", - "mangledName": "$s8LPABCSDK19kLRequestDictionarySSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kText", - "printedName": "kText", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK5kTextSSvp", - "mangledName": "$s8LPABCSDK5kTextSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "TypeDecl", - "name": "LPMSMessageURLData", - "printedName": "LPMSMessageURLData", - "children": [ - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySb_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySb_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySi_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySi_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySf_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySf_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySd_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySd_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySS_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySS_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(values:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set6values6forKeyySayxG_SSts25LosslessStringConvertibleRzlF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set6values6forKeyySayxG_SSts25LosslessStringConvertibleRzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.LosslessStringConvertible>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(value:forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySDySSypG_SStF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV3set5value6forKeyySDySSypG_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dictioaryForKey", - "printedName": "dictioaryForKey(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV15dictioaryForKey03forF0SDySSypGSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV15dictioaryForKey03forF0SDySSypGSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "arrayForKey", - "printedName": "arrayForKey(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.NSArray?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSArray", - "printedName": "Foundation.NSArray", - "usr": "c:objc(cs)NSArray" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV11arrayForKey03forF0So7NSArrayCSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV11arrayForKey03forF0So7NSArrayCSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "value", - "printedName": "value(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV5value6forKeyxSgSS_ts25LosslessStringConvertibleRzlF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV5value6forKeyxSgSS_ts25LosslessStringConvertibleRzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.LosslessStringConvertible>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "bool", - "printedName": "bool(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV4bool6forKeySbSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV4bool6forKeySbSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "integer", - "printedName": "integer(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV7integer6forKeySiSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV7integer6forKeySiSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "float", - "printedName": "float(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Float?", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV5float6forKeySfSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV5float6forKeySfSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "double", - "printedName": "double(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV6double6forKeySdSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV6double6forKeySdSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "string", - "printedName": "string(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV6string6forKeySSSgSS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV6string6forKeySSSgSS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "customDataDictionary", - "printedName": "customDataDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV20customDataDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV20customDataDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "lpDataDictionary", - "printedName": "lpDataDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV16lpDataDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV16lpDataDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "interactiveDictionary", - "printedName": "interactiveDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV21interactiveDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV21interactiveDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "responseDictionary", - "printedName": "responseDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV18responseDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV18responseDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "requestDictionary", - "printedName": "requestDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV17requestDictionarySDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV17requestDictionarySDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "clear", - "printedName": "clear()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV5clearyyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV5clearyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV6remove6forKeyySS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV6remove6forKeyySS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeCustomData", - "printedName": "removeCustomData(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV16removeCustomData6forKeyySS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV16removeCustomData6forKeyySS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeLPData", - "printedName": "removeLPData(forKey:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV12removeLPData6forKeyySS_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV12removeLPData6forKeyySS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "updateStateDescriptors", - "printedName": "updateStateDescriptors(key:value:message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessage?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV22updateStateDescriptors3key5value7messageySS_SbSo9MSMessageCSgtF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV22updateStateDescriptors3key5value7messageySS_SbSo9MSMessageCSgtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV7message33_8FF7747504B51D6E787673B21448107BLLSo9MSMessageCvp", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV7message33_8FF7747504B51D6E787673B21448107BLLSo9MSMessageCvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "isLet": true, - "hasStorage": true - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPMSMessageURLData", - "printedName": "LPABCSDK.LPMSMessageURLData", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV" - }, - { - "kind": "TypeNominal", - "name": "MSMessage", - "printedName": "Messages.MSMessage", - "usr": "c:objc(cs)MSMessage" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV7messageACSo9MSMessageC_tcfc", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV7messageACSo9MSMessageC_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "currentData", - "printedName": "currentData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV11currentDataSDySSypGSgyF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV11currentDataSDySSypGSgyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "serialize", - "printedName": "serialize(data:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV9serialize4dataySDySSypG_tF", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV9serialize4dataySDySSypG_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV", - "mangledName": "$s8LPABCSDK18LPMSMessageURLDataV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorShape", - "printedName": "LPActivityIndicatorShape", - "children": [ - { - "kind": "Var", - "name": "circle", - "printedName": "circle", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO6circleyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO6circleyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "circleSemi", - "printedName": "circleSemi", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO10circleSemiyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO10circleSemiyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "ring", - "printedName": "ring", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO4ringyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO4ringyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "ringTwoHalfVertical", - "printedName": "ringTwoHalfVertical", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO19ringTwoHalfVerticalyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO19ringTwoHalfVerticalyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "ringTwoHalfHorizontal", - "printedName": "ringTwoHalfHorizontal", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO21ringTwoHalfHorizontalyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO21ringTwoHalfHorizontalyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "ringThirdFour", - "printedName": "ringThirdFour", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO13ringThirdFouryA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO13ringThirdFouryA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "rectangle", - "printedName": "rectangle", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO9rectangleyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO9rectangleyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 6 - }, - { - "kind": "Var", - "name": "triangle", - "printedName": "triangle", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO8triangleyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO8triangleyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 7 - }, - { - "kind": "Var", - "name": "line", - "printedName": "line", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO4lineyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO4lineyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 8 - }, - { - "kind": "Var", - "name": "pacman", - "printedName": "pacman", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO6pacmanyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO6pacmanyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 9 - }, - { - "kind": "Var", - "name": "stroke", - "printedName": "stroke", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPActivityIndicatorShape.Type) -> LPABCSDK.LPActivityIndicatorShape", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPActivityIndicatorShape.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO6strokeyA2CmF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO6strokeyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 10 - }, - { - "kind": "Function", - "name": "layerWith", - "printedName": "layerWith(size:color:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CALayer", - "printedName": "QuartzCore.CALayer", - "usr": "c:objc(cs)CALayer" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO9layerWith4size5colorSo7CALayerCSo6CGSizeV_So7UIColorCtF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO9layerWith4size5colorSo7CALayerCSo6CGSizeV_So7UIColorCtF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - }, - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorShape", - "printedName": "LPABCSDK.LPActivityIndicatorShape", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO9hashValueSivp", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO9hashValueSivg", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK24LPActivityIndicatorShapeO", - "mangledName": "$s8LPABCSDK24LPActivityIndicatorShapeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEPersonalInfo", - "printedName": "SDEPersonalInfo", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeSSvp", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeSSvg", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeSSvs", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeSSvM", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDEPersonalInfoC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK15SDEPersonalInfoC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPersonalInfo", - "printedName": "LPABCSDK.SDEPersonalInfo", - "usr": "s:8LPABCSDK15SDEPersonalInfoC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(firstname:lastname:gender:company:language:age:contacts:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEGenderType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEGenderType", - "printedName": "LPABCSDK.SDEGenderType", - "usr": "s:8LPABCSDK13SDEGenderTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEAge?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEAge", - "printedName": "LPABCSDK.SDEAge", - "usr": "s:8LPABCSDK6SDEAgeV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEContact]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEContact]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEContact", - "printedName": "LPABCSDK.SDEContact", - "usr": "s:8LPABCSDK10SDEContactV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC5setup9firstname8lastname6gender7company8language3age8contactsySSSg_AlA13SDEGenderTypeOSgA2lA6SDEAgeVSgSayAA10SDEContactVGSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPersonalInfo", - "printedName": "LPABCSDK.SDEPersonalInfo", - "usr": "s:8LPABCSDK15SDEPersonalInfoC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK15SDEPersonalInfoC", - "mangledName": "$s8LPABCSDK15SDEPersonalInfoC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEAge", - "printedName": "SDEAge", - "children": [ - { - "kind": "Var", - "name": "age", - "printedName": "age", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6SDEAgeV3ageSiSgvp", - "mangledName": "$s8LPABCSDK6SDEAgeV3ageSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6SDEAgeV3ageSiSgvg", - "mangledName": "$s8LPABCSDK6SDEAgeV3ageSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "year", - "printedName": "year", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6SDEAgeV4yearSiSgvp", - "mangledName": "$s8LPABCSDK6SDEAgeV4yearSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6SDEAgeV4yearSiSgvg", - "mangledName": "$s8LPABCSDK6SDEAgeV4yearSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "month", - "printedName": "month", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6SDEAgeV5monthSiSgvp", - "mangledName": "$s8LPABCSDK6SDEAgeV5monthSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6SDEAgeV5monthSiSgvg", - "mangledName": "$s8LPABCSDK6SDEAgeV5monthSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "day", - "printedName": "day", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6SDEAgeV3daySiSgvp", - "mangledName": "$s8LPABCSDK6SDEAgeV3daySiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6SDEAgeV3daySiSgvg", - "mangledName": "$s8LPABCSDK6SDEAgeV3daySiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(age:year:month:day:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEAge", - "printedName": "LPABCSDK.SDEAge", - "usr": "s:8LPABCSDK6SDEAgeV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", - "mangledName": "$s8LPABCSDK6SDEAgeV3age4year5month3dayACSiSg_A3Htcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEAge", - "printedName": "LPABCSDK.SDEAge", - "usr": "s:8LPABCSDK6SDEAgeV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK6SDEAgeV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK6SDEAgeV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK6SDEAgeV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK6SDEAgeV", - "mangledName": "$s8LPABCSDK6SDEAgeV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SDEContact", - "printedName": "SDEContact", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(email:phone:phoneType:country:region:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEContact", - "printedName": "LPABCSDK.SDEContact", - "usr": "s:8LPABCSDK10SDEContactV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEPhoneType?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPhoneType", - "printedName": "LPABCSDK.SDEPhoneType", - "usr": "s:8LPABCSDK12SDEPhoneTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEContactV5email5phone0D4Type7country6regionACSSSg_AiA08SDEPhoneE0OSgA2Itcfc", - "mangledName": "$s8LPABCSDK10SDEContactV5email5phone0D4Type7country6regionACSSSg_AiA08SDEPhoneE0OSgA2Itcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEContact", - "printedName": "LPABCSDK.SDEContact", - "usr": "s:8LPABCSDK10SDEContactV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK10SDEContactV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK10SDEContactV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10SDEContactV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK10SDEContactV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK10SDEContactV", - "mangledName": "$s8LPABCSDK10SDEContactV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPKeychainAttrRepresentable", - "printedName": "LPKeychainAttrRepresentable", - "children": [ - { - "kind": "Var", - "name": "keychainAttrValue", - "printedName": "keychainAttrValue", - "children": [ - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK27LPKeychainAttrRepresentableP08keychainC5ValueSo11CFStringRefavp", - "mangledName": "$s8LPABCSDK27LPKeychainAttrRepresentableP08keychainC5ValueSo11CFStringRefavp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK27LPKeychainAttrRepresentableP08keychainC5ValueSo11CFStringRefavg", - "mangledName": "$s8LPABCSDK27LPKeychainAttrRepresentableP08keychainC5ValueSo11CFStringRefavg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.LPKeychainAttrRepresentable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK27LPKeychainAttrRepresentableP", - "mangledName": "$s8LPABCSDK27LPKeychainAttrRepresentableP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "TypeDecl", - "name": "LPKeychainItemAccessibility", - "printedName": "LPKeychainItemAccessibility", - "children": [ - { - "kind": "Var", - "name": "afterFirstUnlock", - "printedName": "afterFirstUnlock", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO16afterFirstUnlockyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO16afterFirstUnlockyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "afterFirstUnlockThisDeviceOnly", - "printedName": "afterFirstUnlockThisDeviceOnly", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO30afterFirstUnlockThisDeviceOnlyyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO30afterFirstUnlockThisDeviceOnlyyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "always", - "printedName": "always", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO6alwaysyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO6alwaysyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "whenPasscodeSetThisDeviceOnly", - "printedName": "whenPasscodeSetThisDeviceOnly", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO29whenPasscodeSetThisDeviceOnlyyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO29whenPasscodeSetThisDeviceOnlyyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "8", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "alwaysThisDeviceOnly", - "printedName": "alwaysThisDeviceOnly", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO20alwaysThisDeviceOnlyyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO20alwaysThisDeviceOnlyyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "whenUnlocked", - "printedName": "whenUnlocked", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO12whenUnlockedyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO12whenUnlockedyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 5 - }, - { - "kind": "Var", - "name": "whenUnlockedThisDeviceOnly", - "printedName": "whenUnlockedThisDeviceOnly", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPKeychainItemAccessibility.Type) -> LPABCSDK.LPKeychainItemAccessibility", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPKeychainItemAccessibility.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO26whenUnlockedThisDeviceOnlyyA2CmF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO26whenUnlockedThisDeviceOnlyyA2CmF", - "moduleName": "LPABCSDK", - "intro_iOS": "4", - "declAttributes": [ - "Available", - "RawDocComment" - ], - "fixedbinaryorder": 6 - }, - { - "kind": "Function", - "name": "accessibilityForAttributeValue", - "printedName": "accessibilityForAttributeValue(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO30accessibilityForAttributeValueyACSgSo11CFStringRefaFZ", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO30accessibilityForAttributeValueyACSgSo11CFStringRefaFZ", - "moduleName": "LPABCSDK", - "static": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - }, - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO9hashValueSivp", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO9hashValueSivg", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "keychainAttrValue", - "printedName": "keychainAttrValue", - "children": [ - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO17keychainAttrValueSo11CFStringRefavp", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO17keychainAttrValueSo11CFStringRefavp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CFString", - "printedName": "CoreFoundation.CFString", - "usr": "c:@T@CFStringRef" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO17keychainAttrValueSo11CFStringRefavg", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO17keychainAttrValueSo11CFStringRefavg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO", - "mangledName": "$s8LPABCSDK27LPKeychainItemAccessibilityO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "LPKeychainAttrRepresentable", - "printedName": "LPKeychainAttrRepresentable", - "usr": "s:8LPABCSDK27LPKeychainAttrRepresentableP", - "mangledName": "$s8LPABCSDK27LPKeychainAttrRepresentableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEBase", - "printedName": "SDEBase", - "children": [ - { - "kind": "Var", - "name": "cartUpdate", - "printedName": "cartUpdate", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDECartUpdate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECartUpdate", - "printedName": "LPABCSDK.SDECartUpdate", - "usr": "s:8LPABCSDK13SDECartUpdateC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC10cartUpdateAA07SDECartD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC10cartUpdateAA07SDECartD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDECartUpdate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECartUpdate", - "printedName": "LPABCSDK.SDECartUpdate", - "usr": "s:8LPABCSDK13SDECartUpdateC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC10cartUpdateAA07SDECartD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC10cartUpdateAA07SDECartD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "transaction", - "printedName": "transaction", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDETransaction?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDETransaction", - "printedName": "LPABCSDK.SDETransaction", - "usr": "s:8LPABCSDK14SDETransactionC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC11transactionAA14SDETransactionCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDETransaction?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDETransaction", - "printedName": "LPABCSDK.SDETransaction", - "usr": "s:8LPABCSDK14SDETransactionC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC11transactionAA14SDETransactionCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "viewedProduct", - "printedName": "viewedProduct", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEProductView?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductView", - "printedName": "LPABCSDK.SDEProductView", - "usr": "s:8LPABCSDK14SDEProductViewC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEProductView?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductView", - "printedName": "LPABCSDK.SDEProductView", - "usr": "s:8LPABCSDK14SDEProductViewC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC13viewedProductAA14SDEProductViewCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerInfo", - "printedName": "customerInfo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDECustomerInfo?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECustomerInfo", - "printedName": "LPABCSDK.SDECustomerInfo", - "usr": "s:8LPABCSDK15SDECustomerInfoC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC12customerInfoAA011SDECustomerD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC12customerInfoAA011SDECustomerD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDECustomerInfo?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECustomerInfo", - "printedName": "LPABCSDK.SDECustomerInfo", - "usr": "s:8LPABCSDK15SDECustomerInfoC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12customerInfoAA011SDECustomerD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC12customerInfoAA011SDECustomerD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "marketingSource", - "printedName": "marketingSource", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEMarketingSource?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEMarketingSource", - "printedName": "LPABCSDK.SDEMarketingSource", - "usr": "s:8LPABCSDK18SDEMarketingSourceC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC15marketingSourceAA012SDEMarketingD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC15marketingSourceAA012SDEMarketingD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEMarketingSource?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEMarketingSource", - "printedName": "LPABCSDK.SDEMarketingSource", - "usr": "s:8LPABCSDK18SDEMarketingSourceC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC15marketingSourceAA012SDEMarketingD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC15marketingSourceAA012SDEMarketingD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "personalInfo", - "printedName": "personalInfo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEPersonalInfo?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPersonalInfo", - "printedName": "LPABCSDK.SDEPersonalInfo", - "usr": "s:8LPABCSDK15SDEPersonalInfoC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC12personalInfoAA011SDEPersonalD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC12personalInfoAA011SDEPersonalD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEPersonalInfo?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEPersonalInfo", - "printedName": "LPABCSDK.SDEPersonalInfo", - "usr": "s:8LPABCSDK15SDEPersonalInfoC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12personalInfoAA011SDEPersonalD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC12personalInfoAA011SDEPersonalD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lead", - "printedName": "lead", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDELead?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDELead", - "printedName": "LPABCSDK.SDELead", - "usr": "s:8LPABCSDK7SDELeadC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC4leadAA7SDELeadCSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC4leadAA7SDELeadCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDELead?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDELead", - "printedName": "LPABCSDK.SDELead", - "usr": "s:8LPABCSDK7SDELeadC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC4leadAA7SDELeadCSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC4leadAA7SDELeadCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "serviceActivity", - "printedName": "serviceActivity", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEService?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEService", - "printedName": "LPABCSDK.SDEService", - "usr": "s:8LPABCSDK10SDEServiceC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEService?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEService", - "printedName": "LPABCSDK.SDEService", - "usr": "s:8LPABCSDK10SDEServiceC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC15serviceActivityAA10SDEServiceCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "visitorError", - "printedName": "visitorError", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEVisitorError?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEVisitorError", - "printedName": "LPABCSDK.SDEVisitorError", - "usr": "s:8LPABCSDK15SDEVisitorErrorC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC12visitorErrorAA010SDEVisitorD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC12visitorErrorAA010SDEVisitorD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEVisitorError?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEVisitorError", - "printedName": "LPABCSDK.SDEVisitorError", - "usr": "s:8LPABCSDK15SDEVisitorErrorC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12visitorErrorAA010SDEVisitorD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC12visitorErrorAA010SDEVisitorD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "searchedContent", - "printedName": "searchedContent", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDESearchedContent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDESearchedContent", - "printedName": "LPABCSDK.SDESearchedContent", - "usr": "s:8LPABCSDK18SDESearchedContentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC15searchedContentAA011SDESearchedD0CSgvp", - "mangledName": "$s8LPABCSDK7SDEBaseC15searchedContentAA011SDESearchedD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDESearchedContent?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDESearchedContent", - "printedName": "LPABCSDK.SDESearchedContent", - "usr": "s:8LPABCSDK18SDESearchedContentC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC15searchedContentAA011SDESearchedD0CSgvg", - "mangledName": "$s8LPABCSDK7SDEBaseC15searchedContentAA011SDESearchedD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "jsonSDEStack", - "printedName": "jsonSDEStack", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.UnifiedLooseSDE]", - "children": [ - { - "kind": "TypeNominal", - "name": "UnifiedLooseSDE", - "printedName": "LPABCSDK.UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvp", - "mangledName": "$s8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Lazy", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.UnifiedLooseSDE]", - "children": [ - { - "kind": "TypeNominal", - "name": "UnifiedLooseSDE", - "printedName": "LPABCSDK.UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvg", - "mangledName": "$s8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.UnifiedLooseSDE]", - "children": [ - { - "kind": "TypeNominal", - "name": "UnifiedLooseSDE", - "printedName": "LPABCSDK.UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvs", - "mangledName": "$s8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvM", - "mangledName": "$s8LPABCSDK7SDEBaseC12jsonSDEStackSayAA15UnifiedLooseSDE_pGvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sdeType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - }, - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDEBaseC7sdeTypeAcA7SDETypeO_tcfc", - "mangledName": "$s8LPABCSDK7SDEBaseC7sdeTypeAcA7SDETypeO_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "assignSDEs", - "printedName": "assignSDEs(sdeType:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SDEType", - "printedName": "LPABCSDK.SDEType", - "usr": "s:8LPABCSDK7SDETypeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDEBaseC10assignSDEs7sdeTypeyAA7SDETypeO_tF", - "mangledName": "$s8LPABCSDK7SDEBaseC10assignSDEs7sdeTypeyAA7SDETypeO_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEBase", - "printedName": "LPABCSDK.SDEBase", - "usr": "s:8LPABCSDK7SDEBaseC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK7SDEBaseC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDEBaseC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK7SDEBaseC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "setupWithJson", - "printedName": "setupWithJson(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", - "mangledName": "$s8LPABCSDK7SDEBaseC13setupWithJsonyyxSgAA15UnifiedLooseSDERzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK7SDEBaseC", - "mangledName": "$s8LPABCSDK7SDEBaseC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCNetworkManager", - "printedName": "LPABCNetworkManager", - "children": [ - { - "kind": "TypeDecl", - "name": "RequestMethodes", - "printedName": "RequestMethodes", - "children": [ - { - "kind": "Var", - "name": "post", - "printedName": "post", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCNetworkManager.RequestMethodes.Type) -> LPABCSDK.LPABCNetworkManager.RequestMethodes", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO4postyA2EmF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO4postyA2EmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "get", - "printedName": "get", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCNetworkManager.RequestMethodes.Type) -> LPABCSDK.LPABCNetworkManager.RequestMethodes", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO3getyA2EmF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO3getyA2EmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "put", - "printedName": "put", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCNetworkManager.RequestMethodes.Type) -> LPABCSDK.LPABCNetworkManager.RequestMethodes", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO3putyA2EmF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO3putyA2EmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes?", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueAESgSS_tcfc", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueAESgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueSSvp", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueSSvg", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "NetworkError", - "printedName": "NetworkError", - "children": [ - { - "kind": "Var", - "name": "URLCouldNotBeResolved", - "printedName": "URLCouldNotBeResolved", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCNetworkManager.NetworkError.Type) -> (Swift.String) -> LPABCSDK.LPABCNetworkManager.NetworkError", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String) -> LPABCSDK.LPABCNetworkManager.NetworkError", - "children": [ - { - "kind": "TypeNominal", - "name": "NetworkError", - "printedName": "LPABCSDK.LPABCNetworkManager.NetworkError", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCNetworkManager.NetworkError.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "NetworkError", - "printedName": "LPABCSDK.LPABCNetworkManager.NetworkError", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO21URLCouldNotBeResolvedyAESScAEmF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO21URLCouldNotBeResolvedyAESScAEmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC12NetworkErrorO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Error", - "printedName": "Error", - "usr": "s:s5ErrorP", - "mangledName": "$ss5ErrorP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Var", - "name": "operationQueue", - "printedName": "operationQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "OperationQueue", - "printedName": "Foundation.OperationQueue", - "usr": "c:objc(cs)NSOperationQueue" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC14operationQueue33_E02A8FFDE0E6A5FFF8978B3755A45865LLSo011NSOperationE0Cvp", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC14operationQueue33_E02A8FFDE0E6A5FFF8978B3755A45865LLSo011NSOperationE0Cvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "mockLoadingAccountMessage", - "printedName": "mockLoadingAccountMessage", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC25mockLoadingAccountMessage33_E02A8FFDE0E6A5FFF8978B3755A45865LLSbvp", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC25mockLoadingAccountMessage33_E02A8FFDE0E6A5FFF8978B3755A45865LLSbvp", - "moduleName": "LPABCSDK", - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(operationQueue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCNetworkManager", - "printedName": "LPABCSDK.LPABCNetworkManager", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager" - }, - { - "kind": "TypeNominal", - "name": "OperationQueue", - "printedName": "Foundation.OperationQueue", - "usr": "c:objc(cs)NSOperationQueue" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC14operationQueueACSo011NSOperationE0C_tcfc", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC14operationQueueACSo011NSOperationE0C_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "reportingNetworkCall", - "printedName": "reportingNetworkCall(urlString:requestType:requestMethode:body:credentialModel:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "RequestMethodes", - "printedName": "LPABCSDK.LPABCNetworkManager.RequestMethodes", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC15RequestMethodesO" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[[Swift.String : Any]]", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool?, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool?, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC20reportingNetworkCall9urlString11requestType0I7Methode4body15credentialModel10completionySS_AA07RequestJ0OAC0P8MethodesOSaySDySSypGGAA21LPCredentialPayloadMOCySbSg_s5Error_pSgtctF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC20reportingNetworkCall9urlString11requestType0I7Methode4body15credentialModel10completionySS_AA07RequestJ0OAC0P8MethodesOSaySDySSypGGAA21LPCredentialPayloadMOCySbSg_s5Error_pSgtctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "logosNetworkCall", - "printedName": "logosNetworkCall(requestType:urlString:body:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool?, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(Swift.Bool?, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPABCNetworkManagerC16logosNetworkCall11requestType9urlString4body10completionyAA07RequestH0O_SSSDySSypGySbSg_s5Error_pSgtctF", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC16logosNetworkCall11requestType9urlString4body10completionyAA07RequestH0O_SSSDySSypGySbSg_s5Error_pSgtctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCNetworkManager", - "printedName": "LPABCSDK.LPABCNetworkManager", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager(im)init", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerCACycfc", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPABCNetworkManager", - "mangledName": "$s8LPABCSDK19LPABCNetworkManagerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "SecureformDelegate", - "printedName": "SecureformDelegate", - "children": [ - { - "kind": "Function", - "name": "formViewed", - "printedName": "formViewed()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SecureformDelegateP10formViewedyyF", - "mangledName": "$s8LPABCSDK18SecureformDelegateP10formViewedyyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SecureformDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formSubmitted", - "printedName": "formSubmitted()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SecureformDelegateP13formSubmittedyyF", - "mangledName": "$s8LPABCSDK18SecureformDelegateP13formSubmittedyyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SecureformDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formError", - "printedName": "formError()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SecureformDelegateP9formErroryyF", - "mangledName": "$s8LPABCSDK18SecureformDelegateP9formErroryyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SecureformDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "formExpired", - "printedName": "formExpired()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK18SecureformDelegateP11formExpiredyyF", - "mangledName": "$s8LPABCSDK18SecureformDelegateP11formExpiredyyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.SecureformDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK18SecureformDelegateP", - "mangledName": "$s8LPABCSDK18SecureformDelegateP", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "TypeDecl", - "name": "LPSecureFormViewController", - "printedName": "LPSecureFormViewController", - "children": [ - { - "kind": "Var", - "name": "webView", - "printedName": "webView", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKWebView?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKWebView?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKWebView?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0So05WKWebD0CSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "label", - "printedName": "label", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "UIKit.UILabel?", - "children": [ - { - "kind": "TypeNominal", - "name": "UILabel", - "printedName": "UIKit.UILabel", - "usr": "c:objc(cs)UILabel" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "UIKit.UILabel?", - "children": [ - { - "kind": "TypeNominal", - "name": "UILabel", - "printedName": "UIKit.UILabel", - "usr": "c:objc(cs)UILabel" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "UIKit.UILabel?", - "children": [ - { - "kind": "TypeNominal", - "name": "UILabel", - "printedName": "UIKit.UILabel", - "usr": "c:objc(cs)UILabel" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5labelSo7UILabelCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "submitted", - "printedName": "submitted", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC9submittedSbvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC9submittedSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC9submittedSbvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC9submittedSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK26LPSecureFormViewControllerC9submittedSbvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC9submittedSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC9submittedSbvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC9submittedSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "viewed", - "printedName": "viewed", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC6viewedSbvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC6viewedSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC6viewedSbvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC6viewedSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK26LPSecureFormViewControllerC6viewedSbvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC6viewedSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC6viewedSbvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC6viewedSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "url", - "printedName": "url", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url10Foundation3URLVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "secureFormDelegate", - "printedName": "secureFormDelegate", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "LPABCSDK.SecureformDelegate?" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage", - "ReferenceOwnership" - ], - "fixedbinaryorder": 5, - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SecureformDelegate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureformDelegate", - "printedName": "LPABCSDK.SecureformDelegate", - "usr": "s:8LPABCSDK18SecureformDelegateP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SecureformDelegate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureformDelegate", - "printedName": "LPABCSDK.SecureformDelegate", - "usr": "s:8LPABCSDK18SecureformDelegateP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC06secureC8DelegateAA010SecureformG0_pSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "fetchFromMockAPI", - "printedName": "fetchFromMockAPI", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage", - "RawDocComment" - ], - "fixedbinaryorder": 6, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC16fetchFromMockAPISbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "htmlMock", - "printedName": "htmlMock", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvp", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "HasStorage" - ], - "fixedbinaryorder": 7, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvg", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvs", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvM", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC8htmlMockSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(url:delegate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - }, - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - }, - { - "kind": "TypeNominal", - "name": "SecureformDelegate", - "printedName": "LPABCSDK.SecureformDelegate", - "usr": "s:8LPABCSDK18SecureformDelegateP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC3url8delegateAC10Foundation3URLV_AA18SecureformDelegate_ptcfc", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC3url8delegateAC10Foundation3URLV_AA18SecureformDelegate_ptcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Custom" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(coder:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPSecureFormViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "NSCoder", - "printedName": "Foundation.NSCoder", - "usr": "c:objc(cs)NSCoder" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)initWithCoder:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC5coderACSgSo7NSCoderC_tcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "objc_name": "initWithCoder:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Required" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "loadView", - "printedName": "loadView()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)loadView", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC04loadD0yyF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "loadView", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "viewDidLoad", - "printedName": "viewDidLoad()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)viewDidLoad", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC11viewDidLoadyyF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "viewDidLoad", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "viewWillAppear", - "printedName": "viewWillAppear(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)viewWillAppear:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC14viewWillAppearyySbF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "viewWillAppear:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "keyboardWillAppear", - "printedName": "keyboardWillAppear(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "NSNotification", - "printedName": "Foundation.NSNotification", - "usr": "c:objc(cs)NSNotification" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)keyboardWillAppear:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC18keyboardWillAppearyySo14NSNotificationCF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "keyboardWillDisappear", - "printedName": "keyboardWillDisappear(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "NSNotification", - "printedName": "Foundation.NSNotification", - "usr": "c:objc(cs)NSNotification" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)keyboardWillDisappear:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC21keyboardWillDisappearyySo14NSNotificationCF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "ObjC" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "viewWillDisappear", - "printedName": "viewWillDisappear(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)viewWillDisappear:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC17viewWillDisappearyySbF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "viewWillDisappear:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(nibName:bundle:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSecureFormViewController", - "printedName": "LPABCSDK.LPSecureFormViewController", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Bundle?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "Foundation.Bundle", - "usr": "c:objc(cs)NSBundle" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController(im)initWithNibName:bundle:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "initWithNibName:bundle:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "viewForZoomingInScrollView", - "printedName": "viewForZoomingInScrollView(scrollView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK26LPSecureFormViewControllerC022viewForZoomingInScrollD006scrollD0So6UIViewCSgSo08UIScrollD0C_tF", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC022viewForZoomingInScrollD006scrollD0So6UIViewCSgSo08UIScrollD0C_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "viewForZooming", - "printedName": "viewForZooming(in:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)viewForZoomingInScrollView:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC14viewForZooming2inSo6UIViewCSgSo08UIScrollD0C_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "viewForZoomingInScrollView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:createWebViewWith:for:windowFeatures:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "WebKit.WKWebView?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKWebViewConfiguration", - "printedName": "WebKit.WKWebViewConfiguration", - "usr": "c:objc(cs)WKWebViewConfiguration" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationAction", - "printedName": "WebKit.WKNavigationAction", - "usr": "c:objc(cs)WKNavigationAction" - }, - { - "kind": "TypeNominal", - "name": "WKWindowFeatures", - "printedName": "WebKit.WKWindowFeatures", - "usr": "c:objc(cs)WKWindowFeatures" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_09createWebD4With3for14windowFeaturesSo05WKWebD0CSgAI_So0mD13ConfigurationCSo18WKNavigationActionCSo08WKWindowL0CtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webViewDidClose", - "printedName": "webViewDidClose(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webViewDidClose:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD8DidCloseyySo05WKWebD0CF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webViewDidClose:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "WKFrameInfo", - "printedName": "WebKit.WKFrameInfo", - "usr": "c:objc(cs)WKFrameInfo" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame17completionHandlerySo05WKWebD0C_SSSo11WKFrameInfoCyyctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "WKFrameInfo", - "printedName": "WebKit.WKFrameInfo", - "usr": "c:objc(cs)WKFrameInfo" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame17completionHandlerySo05WKWebD0C_SSSo11WKFrameInfoCySbctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "WKFrameInfo", - "printedName": "WebKit.WKFrameInfo", - "usr": "c:objc(cs)WKFrameInfo" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame17completionHandlerySo05WKWebD0C_S2SSgSo11WKFrameInfoCyAKctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:shouldPreviewElement:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKPreviewElementInfo", - "printedName": "WebKit.WKPreviewElementInfo", - "usr": "c:objc(cs)WKPreviewElementInfo" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:shouldPreviewElement:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_20shouldPreviewElementSbSo05WKWebD0C_So09WKPreviewI4InfoCtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:shouldPreviewElement:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:previewingViewControllerForElement:defaultActions:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKPreviewElementInfo", - "printedName": "WebKit.WKPreviewElementInfo", - "usr": "c:objc(cs)WKPreviewElementInfo" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[WebKit.WKPreviewActionItem]", - "children": [ - { - "kind": "TypeNominal", - "name": "WKPreviewActionItem", - "printedName": "WebKit.WKPreviewActionItem", - "usr": "c:objc(pl)WKPreviewActionItem" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:previewingViewControllerForElement:defaultActions:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_010previewingdE10ForElement14defaultActionsSo06UIViewE0CSgSo05WKWebD0C_So09WKPreviewI4InfoCSaySo0N10ActionItem_pGtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:previewingViewControllerForElement:defaultActions:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:commitPreviewingViewController:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:commitPreviewingViewController:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_016commitPreviewingdE0ySo05WKWebD0C_So06UIViewE0CtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:commitPreviewingViewController:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:decidePolicyFor:decisionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationAction", - "printedName": "WebKit.WKNavigationAction", - "usr": "c:objc(cs)WKNavigationAction" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(WebKit.WKNavigationActionPolicy) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationActionPolicy", - "printedName": "WebKit.WKNavigationActionPolicy", - "usr": "c:@E@WKNavigationActionPolicy" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:decidePolicyForNavigationAction:decisionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_15decidePolicyFor15decisionHandlerySo05WKWebD0C_So18WKNavigationActionCySo0mnH0VctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:decidePolicyForNavigationAction:decisionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:decidePolicyFor:decisionHandler:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationResponse", - "printedName": "WebKit.WKNavigationResponse", - "usr": "c:objc(cs)WKNavigationResponse" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(WebKit.WKNavigationResponsePolicy) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKNavigationResponsePolicy", - "printedName": "WebKit.WKNavigationResponsePolicy", - "usr": "c:@E@WKNavigationResponsePolicy" - } - ] - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:decidePolicyForNavigationResponse:decisionHandler:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_15decidePolicyFor15decisionHandlerySo05WKWebD0C_So20WKNavigationResponseCySo0mnH0VctF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:decidePolicyForNavigationResponse:decisionHandler:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didStartProvisionalNavigation:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didStartProvisionalNavigation:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_29didStartProvisionalNavigationySo05WKWebD0C_So12WKNavigationCSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didStartProvisionalNavigation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didReceiveServerRedirectForProvisionalNavigation:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didReceiveServerRedirectForProvisionalNavigation:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_48didReceiveServerRedirectForProvisionalNavigationySo05WKWebD0C_So12WKNavigationCSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didReceiveServerRedirectForProvisionalNavigation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didFailProvisionalNavigation:withError:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didFailProvisionalNavigation:withError:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_28didFailProvisionalNavigation9withErrorySo05WKWebD0C_So12WKNavigationCSgs0L0_ptF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didFailProvisionalNavigation:withError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didCommit:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didCommitNavigation:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_9didCommitySo05WKWebD0C_So12WKNavigationCSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didCommitNavigation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didFinish:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didFinishNavigation:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_9didFinishySo05WKWebD0C_So12WKNavigationCSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didFinishNavigation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webView", - "printedName": "webView(_:didFail:withError:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - }, - { - "kind": "TypeNominal", - "name": "ImplicitlyUnwrappedOptional", - "printedName": "WebKit.WKNavigation?", - "children": [ - { - "kind": "TypeNominal", - "name": "WKNavigation", - "printedName": "WebKit.WKNavigation", - "usr": "c:objc(cs)WKNavigation" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webView:didFailNavigation:withError:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD0_7didFail9withErrorySo05WKWebD0C_So12WKNavigationCSgs0J0_ptF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webView:didFailNavigation:withError:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "webViewWebContentProcessDidTerminate", - "printedName": "webViewWebContentProcessDidTerminate(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKWebView", - "printedName": "WebKit.WKWebView", - "usr": "c:objc(cs)WKWebView" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)webViewWebContentProcessDidTerminate:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC03webD29WebContentProcessDidTerminateyySo05WKWebD0CF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "webViewWebContentProcessDidTerminate:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "willChangeValue", - "printedName": "willChangeValue(forKey:withSetMutation:using:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "NSKeyValueSetMutationKind", - "printedName": "Foundation.NSKeyValueSetMutationKind", - "usr": "c:@E@NSKeyValueSetMutationKind" - }, - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "AnyHashable", - "printedName": "Swift.AnyHashable", - "usr": "s:s11AnyHashableV" - } - ], - "usr": "s:Sh" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)willChangeValueForKey:withSetMutation:usingObjects:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC15willChangeValue6forKey15withSetMutation5usingySS_So05NSKeyhlM4KindVShys11AnyHashableVGtF", - "moduleName": "LPABCSDK", - "overriding": true, - "isOpen": true, - "objc_name": "willChangeValueForKey:withSetMutation:usingObjects:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom", - "Override", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "userContentController", - "printedName": "userContentController(_:didReceive:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "WKUserContentController", - "printedName": "WebKit.WKUserContentController", - "usr": "c:objc(cs)WKUserContentController" - }, - { - "kind": "TypeNominal", - "name": "WKScriptMessage", - "printedName": "WebKit.WKScriptMessage", - "usr": "c:objc(cs)WKScriptMessage" - } - ], - "declKind": "Func", - "usr": "c:@CM@LPABCSDK@objc(cs)LPSecureFormViewController(im)userContentController:didReceiveScriptMessage:", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC011userContentE0_10didReceiveySo06WKUsergE0C_So15WKScriptMessageCtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "objc_name": "userContentController:didReceiveScriptMessage:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPSecureFormViewController", - "mangledName": "$s8LPABCSDK26LPSecureFormViewControllerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LPActivityIndicatorViewable", - "printedName": "LPActivityIndicatorViewable", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewableP", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDECartUpdate", - "printedName": "SDECartUpdate", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeSSvp", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeSSvg", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeSSvs", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeSSvM", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13SDECartUpdateC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK13SDECartUpdateC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK13SDECartUpdateC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK13SDECartUpdateC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK13SDECartUpdateC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13SDECartUpdateC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK13SDECartUpdateC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECartUpdate", - "printedName": "LPABCSDK.SDECartUpdate", - "usr": "s:8LPABCSDK13SDECartUpdateC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDECartUpdateC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(total:currency:numItems:products:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[LPABCSDK.SDEProductMaker]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", - "mangledName": "$s8LPABCSDK13SDECartUpdateC5setup5total8currency8numItems8productsySdSg_SSSgSiSgSayAA15SDEProductMakerVGSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECartUpdate", - "printedName": "LPABCSDK.SDECartUpdate", - "usr": "s:8LPABCSDK13SDECartUpdateC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK13SDECartUpdateC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK13SDECartUpdateC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK13SDECartUpdateC", - "mangledName": "$s8LPABCSDK13SDECartUpdateC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPDeviceInfo", - "printedName": "LPDeviceInfo", - "children": [ - { - "kind": "Function", - "name": "dictionarySerialization", - "printedName": "dictionarySerialization()", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK12LPDeviceInfoV23dictionarySerializationSDyS2SGyFZ", - "mangledName": "$s8LPABCSDK12LPDeviceInfoV23dictionarySerializationSDyS2SGyFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDeviceInfo", - "printedName": "LPABCSDK.LPDeviceInfo", - "usr": "s:8LPABCSDK12LPDeviceInfoV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK12LPDeviceInfoVACycfc", - "mangledName": "$s8LPABCSDK12LPDeviceInfoVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK12LPDeviceInfoV", - "mangledName": "$s8LPABCSDK12LPDeviceInfoV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "CoreData", - "printedName": "CoreData", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDETransaction", - "printedName": "SDETransaction", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14SDETransactionC4typeSSvp", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC4typeSSvg", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC4typeSSvs", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC4typeSSvM", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14SDETransactionC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK14SDETransactionC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK14SDETransactionC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK14SDETransactionC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK14SDETransactionC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14SDETransactionC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK14SDETransactionC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDETransaction", - "printedName": "LPABCSDK.SDETransaction", - "usr": "s:8LPABCSDK14SDETransactionC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14SDETransactionC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK14SDETransactionC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(total:currency:orderId:products:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[LPABCSDK.SDEProductMaker]", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", - "mangledName": "$s8LPABCSDK14SDETransactionC5setup5total8currency7orderId8productsySdSg_SSSgAJSayAA15SDEProductMakerVGtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDETransaction", - "printedName": "LPABCSDK.SDETransaction", - "usr": "s:8LPABCSDK14SDETransactionC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK14SDETransactionC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14SDETransactionC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK14SDETransactionC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK14SDETransactionC", - "mangledName": "$s8LPABCSDK14SDETransactionC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "CoreData", - "printedName": "CoreData", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPCredentialPayloadMO", - "printedName": "LPCredentialPayloadMO", - "children": [ - { - "kind": "Var", - "name": "accountID", - "printedName": "accountID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)accountID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9accountIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "RawDocComment", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)accountID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9accountIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setAccountID:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9accountIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "consumerID", - "printedName": "consumerID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)consumerID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC10consumerIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)consumerID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC10consumerIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setConsumerID:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC10consumerIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "appInstallID", - "printedName": "appInstallID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)appInstallID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12appInstallIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)appInstallID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12appInstallIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setAppInstallID:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12appInstallIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)type", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC4typeSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)type", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC4typeSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setType:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC4typeSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "monitoringDomain", - "printedName": "monitoringDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)monitoringDomain", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC16monitoringDomainSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)monitoringDomain", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC16monitoringDomainSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setMonitoringDomain:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC16monitoringDomainSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "apiType", - "printedName": "apiType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)apiType", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC7apiTypeSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)apiType", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC7apiTypeSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setApiType:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC7apiTypeSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "conversationID", - "printedName": "conversationID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)conversationID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC14conversationIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)conversationID", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC14conversationIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setConversationID:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC14conversationIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "timestamp", - "printedName": "timestamp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)timestamp", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9timestampSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)timestamp", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9timestampSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setTimestamp:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC9timestampSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "loggosDomain", - "printedName": "loggosDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)loggosDomain", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12loggosDomainSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)loggosDomain", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12loggosDomainSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setLoggosDomain:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12loggosDomainSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Var", - "name": "messageParams", - "printedName": "messageParams", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(py)messageParams", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC13messageParamsSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Dynamic", - "AccessControl", - "NSManaged", - "ObjC" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)messageParams", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC13messageParamsSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)setMessageParams:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC13messageParamsSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Dynamic", - "ObjC" - ], - "accessorKind": "set" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK21LPCredentialPayloadMOC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "Convenience", - "Required", - "RawDocComment" - ], - "throwing": true, - "init_kind": "Convenience" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK21LPCredentialPayloadMOC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "diffComparisonIsEqual", - "printedName": "diffComparisonIsEqual(lpdataRequest:cachedModel:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK21LPCredentialPayloadMOC21diffComparisonIsEqual13lpdataRequest11cachedModelSbAA06LPDataJ0C_ACSgtFZ", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC21diffComparisonIsEqual13lpdataRequest11cachedModelSbAA06LPDataJ0C_ACSgtFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(entity:insertInto:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - }, - { - "kind": "TypeNominal", - "name": "NSEntityDescription", - "printedName": "CoreData.NSEntityDescription", - "usr": "c:objc(cs)NSEntityDescription" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSManagedObjectContext?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSManagedObjectContext", - "printedName": "CoreData.NSManagedObjectContext", - "usr": "c:objc(cs)NSManagedObjectContext" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO(im)initWithEntity:insertIntoManagedObjectContext:", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc", - "moduleName": "LPABCSDK", - "overriding": true, - "implicit": true, - "objc_name": "initWithEntity:insertIntoManagedObjectContext:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Override" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "fetchRequest", - "printedName": "fetchRequest()", - "children": [ - { - "kind": "TypeNominal", - "name": "NSFetchRequest", - "printedName": "CoreData.NSFetchRequest", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "c:objc(cs)NSFetchRequest" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK21LPCredentialPayloadMOC12fetchRequestSo07NSFetchF0CyACGyFZ", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC12fetchRequestSo07NSFetchF0CyACGyFZ", - "moduleName": "LPABCSDK", - "static": true, - "isOpen": true, - "declAttributes": [ - "NonObjC" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO", - "mangledName": "$s8LPABCSDK21LPCredentialPayloadMOC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSManagedObject", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "CoreData.NSManagedObject", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "ObservableObject", - "printedName": "ObservableObject", - "children": [ - { - "kind": "TypeWitness", - "name": "ObjectWillChangePublisher", - "printedName": "ObjectWillChangePublisher", - "children": [ - { - "kind": "TypeNominal", - "name": "ObservableObjectPublisher", - "printedName": "Combine.ObservableObjectPublisher", - "usr": "s:7Combine25ObservableObjectPublisherC" - } - ] - } - ], - "usr": "s:7Combine16ObservableObjectP", - "mangledName": "$s7Combine16ObservableObjectP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPHostEnvironment", - "printedName": "LPHostEnvironment", - "children": [ - { - "kind": "Var", - "name": "iOSApp", - "printedName": "iOSApp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPHostEnvironment.Type) -> LPABCSDK.LPHostEnvironment", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPHostEnvironment.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPHostEnvironmentO6iOSAppyA2CmF", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO6iOSAppyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "iMessageApp", - "printedName": "iMessageApp", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPHostEnvironment.Type) -> LPABCSDK.LPHostEnvironment", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPHostEnvironment.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK17LPHostEnvironmentO11iMessageAppyA2CmF", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO11iMessageAppyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPHostEnvironment?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPHostEnvironment", - "printedName": "LPABCSDK.LPHostEnvironment", - "usr": "s:8LPABCSDK17LPHostEnvironmentO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPHostEnvironmentO8rawValueSSvp", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPHostEnvironmentO8rawValueSSvg", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK17LPHostEnvironmentO", - "mangledName": "$s8LPABCSDK17LPHostEnvironmentO", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "AccessControl", - "Available", - "RawDocComment" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCLogLevel", - "printedName": "LPABCLogLevel", - "children": [ - { - "kind": "Var", - "name": "trace", - "printedName": "trace", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO5traceyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO5traceyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "debug", - "printedName": "debug", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO5debugyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO5debugyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "info", - "printedName": "info", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO4infoyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO4infoyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "warning", - "printedName": "warning", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO7warningyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO7warningyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "error", - "printedName": "error", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO5erroryA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO5erroryA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "none", - "printedName": "none", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCLogLevel.Type) -> LPABCSDK.LPABCLogLevel", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCLogLevel.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK13LPABCLogLevelO4noneyA2CmF", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO4noneyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13LPABCLogLevelOACSgycfc", - "mangledName": "$s8LPABCSDK13LPABCLogLevelOACSgycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPABCLogLevelO11descriptionSSvp", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO11descriptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPABCLogLevelO11descriptionSSvg", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO11descriptionSSvg", - "moduleName": "LPABCSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPABCLogLevel?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCLogLevel", - "printedName": "LPABCSDK.LPABCLogLevel", - "usr": "s:8LPABCSDK13LPABCLogLevelO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO8rawValueACSgSi_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPABCLogLevelO8rawValueSivp", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO8rawValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPABCLogLevelO8rawValueSivg", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO8rawValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK13LPABCLogLevelO", - "mangledName": "$s8LPABCSDK13LPABCLogLevelO", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "AccessControl", - "Available", - "RawDocComment" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPABCEvent", - "printedName": "LPABCEvent", - "children": [ - { - "kind": "Function", - "name": "<", - "printedName": "<(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10LPABCEventO1loiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK10LPABCEventO1loiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "newConversation", - "printedName": "newConversation", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent.Type) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCEvent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK10LPABCEventO15newConversationyA2CmF", - "mangledName": "$s8LPABCSDK10LPABCEventO15newConversationyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "secureForm", - "printedName": "secureForm", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent.Type) -> (LPABCSDK.SecureFormState) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCEvent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK10LPABCEventO10secureFormyAcA06SecureD5StateOcACmF", - "mangledName": "$s8LPABCSDK10LPABCEventO10secureFormyAcA06SecureD5StateOcACmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "custom", - "printedName": "custom", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent.Type) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCEvent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK10LPABCEventO6customyA2CmF", - "mangledName": "$s8LPABCSDK10LPABCEventO6customyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "none", - "printedName": "none", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPABCEvent.Type) -> LPABCSDK.LPABCEvent", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPABCEvent.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK10LPABCEventO4noneyA2CmF", - "mangledName": "$s8LPABCSDK10LPABCEventO4noneyA2CmF", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LPABCEventO9hashValueSivp", - "mangledName": "$s8LPABCSDK10LPABCEventO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LPABCEventO9hashValueSivg", - "mangledName": "$s8LPABCSDK10LPABCEventO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10LPABCEventO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK10LPABCEventO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - }, - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK10LPABCEventO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK10LPABCEventO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "allEvents", - "printedName": "allEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LPABCEventO9allEventsShyACGvpZ", - "mangledName": "$s8LPABCSDK10LPABCEventO9allEventsShyACGvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "RawDocComment" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LPABCEventO9allEventsShyACGvgZ", - "mangledName": "$s8LPABCSDK10LPABCEventO9allEventsShyACGvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "noEvents", - "printedName": "noEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK10LPABCEventO8noEventsShyACGSgvpZ", - "mangledName": "$s8LPABCSDK10LPABCEventO8noEventsShyACGSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Set?", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "LPABCEvent", - "printedName": "LPABCSDK.LPABCEvent", - "usr": "s:8LPABCSDK10LPABCEventO" - } - ], - "usr": "s:Sh" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK10LPABCEventO8noEventsShyACGSgvgZ", - "mangledName": "$s8LPABCSDK10LPABCEventO8noEventsShyACGSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK10LPABCEventO", - "mangledName": "$s8LPABCSDK10LPABCEventO", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "AccessControl", - "Available", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "TypeDecl", - "name": "SecureFormState", - "printedName": "SecureFormState", - "children": [ - { - "kind": "Var", - "name": "viewed", - "printedName": "viewed", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState.Type) -> LPABCSDK.SecureFormState", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SecureFormState.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK15SecureFormStateO6viewedyA2CmF", - "mangledName": "$s8LPABCSDK15SecureFormStateO6viewedyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "submitted", - "printedName": "submitted", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState.Type) -> LPABCSDK.SecureFormState", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SecureFormState.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK15SecureFormStateO9submittedyA2CmF", - "mangledName": "$s8LPABCSDK15SecureFormStateO9submittedyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "expired", - "printedName": "expired", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState.Type) -> LPABCSDK.SecureFormState", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SecureFormState.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK15SecureFormStateO7expiredyA2CmF", - "mangledName": "$s8LPABCSDK15SecureFormStateO7expiredyA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "error", - "printedName": "error", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.SecureFormState.Type) -> LPABCSDK.SecureFormState", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.SecureFormState.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK15SecureFormStateO5erroryA2CmF", - "mangledName": "$s8LPABCSDK15SecureFormStateO5erroryA2CmF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - }, - { - "kind": "TypeNominal", - "name": "SecureFormState", - "printedName": "LPABCSDK.SecureFormState", - "usr": "s:8LPABCSDK15SecureFormStateO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SecureFormStateO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK15SecureFormStateO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SecureFormStateO9hashValueSivp", - "mangledName": "$s8LPABCSDK15SecureFormStateO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SecureFormStateO9hashValueSivg", - "mangledName": "$s8LPABCSDK15SecureFormStateO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SecureFormStateO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK15SecureFormStateO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK15SecureFormStateO", - "mangledName": "$s8LPABCSDK15SecureFormStateO", - "moduleName": "LPABCSDK", - "intro_iOS": "11.3", - "declAttributes": [ - "AccessControl", - "Available", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPPayload", - "printedName": "LPPayload", - "children": [ - { - "kind": "Var", - "name": "lpData", - "printedName": "lpData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvp", - "mangledName": "$s8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvg", - "mangledName": "$s8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvs", - "mangledName": "$s8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvM", - "mangledName": "$s8LPABCSDK9LPPayloadV6lpDataAA6LPDataVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayload", - "printedName": "LPABCSDK.LPPayload", - "usr": "s:8LPABCSDK9LPPayloadV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9LPPayloadVACycfc", - "mangledName": "$s8LPABCSDK9LPPayloadVACycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayload", - "printedName": "LPABCSDK.LPPayload", - "usr": "s:8LPABCSDK9LPPayloadV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9LPPayloadV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK9LPPayloadV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK9LPPayloadV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK9LPPayloadV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9LPPayloadV", - "mangledName": "$s8LPABCSDK9LPPayloadV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPData", - "printedName": "LPData", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK6LPDataVACycfc", - "mangledName": "$s8LPABCSDK6LPDataVACycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "interactive", - "printedName": "interactive", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataInteractive?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvp", - "mangledName": "$s8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataInteractive?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvg", - "mangledName": "$s8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataInteractive?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvs", - "mangledName": "$s8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvM", - "mangledName": "$s8LPABCSDK6LPDataV11interactiveAA0B11InteractiveVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPData", - "printedName": "LPABCSDK.LPData", - "usr": "s:8LPABCSDK6LPDataV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK6LPDataV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK6LPDataV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK6LPDataV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK6LPDataV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK6LPDataV", - "mangledName": "$s8LPABCSDK6LPDataV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPDataInteractive", - "printedName": "LPDataInteractive", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPDataInteractiveVACycfc", - "mangledName": "$s8LPABCSDK17LPDataInteractiveVACycfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "response", - "printedName": "response", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataResponse?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvp", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataResponse?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvg", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataResponse?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvs", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvM", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV8responseAA0B8ResponseVSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "request", - "printedName": "request", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataRequest?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvp", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataRequest?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvg", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPDataRequest?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvs", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvM", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV7requestAA0B7RequestCSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataInteractive", - "printedName": "LPABCSDK.LPDataInteractive", - "usr": "s:8LPABCSDK17LPDataInteractiveV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPDataInteractiveV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPDataInteractiveV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK17LPDataInteractiveV", - "mangledName": "$s8LPABCSDK17LPDataInteractiveV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPDataResponse", - "printedName": "LPDataResponse", - "children": [ - { - "kind": "Var", - "name": "text", - "printedName": "text", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPDataResponseV4textSSSgvp", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPDataResponseV4textSSSgvg", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPDataResponseV4textSSSgvs", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPDataResponseV4textSSSgvM", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(text:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPDataResponseV4textACSSSg_tcfc", - "mangledName": "$s8LPABCSDK14LPDataResponseV4textACSSSg_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPDataResponseVACycfc", - "mangledName": "$s8LPABCSDK14LPDataResponseVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataResponse", - "printedName": "LPABCSDK.LPDataResponse", - "usr": "s:8LPABCSDK14LPDataResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPDataResponseV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK14LPDataResponseV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14LPDataResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK14LPDataResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK14LPDataResponseV", - "mangledName": "$s8LPABCSDK14LPDataResponseV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPDataRequest", - "printedName": "LPDataRequest", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13LPDataRequestC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK13LPDataRequestC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "Convenience", - "Required", - "RawDocComment" - ], - "throwing": true, - "init_kind": "Convenience" - }, - { - "kind": "Var", - "name": "consumerID", - "printedName": "consumerID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC10consumerIDSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC10consumerIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC10consumerIDSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC10consumerIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC10consumerIDSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC10consumerIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC10consumerIDSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC10consumerIDSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "monitoringDomain", - "printedName": "monitoringDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC16monitoringDomainSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "accountID", - "printedName": "accountID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC9accountIDSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC9accountIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9accountIDSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC9accountIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9accountIDSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC9accountIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9accountIDSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC9accountIDSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "appInstallID", - "printedName": "appInstallID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC12appInstallIDSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC12appInstallIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12appInstallIDSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC12appInstallIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12appInstallIDSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC12appInstallIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12appInstallIDSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC12appInstallIDSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "conversationID", - "printedName": "conversationID", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC14conversationIDSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC14conversationIDSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC14conversationIDSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC14conversationIDSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC14conversationIDSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC14conversationIDSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC14conversationIDSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC14conversationIDSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "timestamp", - "printedName": "timestamp", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC9timestampSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC9timestampSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9timestampSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC9timestampSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9timestampSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC9timestampSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC9timestampSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC9timestampSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "apiType", - "printedName": "apiType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC7apiTypeSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC7apiTypeSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 6, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC7apiTypeSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC7apiTypeSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC7apiTypeSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC7apiTypeSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC7apiTypeSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC7apiTypeSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC4typeSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC4typeSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 7, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC4typeSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC4typeSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC4typeSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC4typeSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC4typeSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC4typeSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "loggosDomain", - "printedName": "loggosDomain", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC12loggosDomainSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC12loggosDomainSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 8, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12loggosDomainSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC12loggosDomainSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12loggosDomainSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC12loggosDomainSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC12loggosDomainSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC12loggosDomainSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "messageParams", - "printedName": "messageParams", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13LPDataRequestC13messageParamsSSSgvp", - "mangledName": "$s8LPABCSDK13LPDataRequestC13messageParamsSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 9, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC13messageParamsSSSgvg", - "mangledName": "$s8LPABCSDK13LPDataRequestC13messageParamsSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC13messageParamsSSSgvs", - "mangledName": "$s8LPABCSDK13LPDataRequestC13messageParamsSSSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK13LPDataRequestC13messageParamsSSSgvM", - "mangledName": "$s8LPABCSDK13LPDataRequestC13messageParamsSSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPDataRequest", - "printedName": "LPABCSDK.LPDataRequest", - "usr": "s:8LPABCSDK13LPDataRequestC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK13LPDataRequestCACycfc", - "mangledName": "$s8LPABCSDK13LPDataRequestCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13LPDataRequestC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK13LPDataRequestC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK13LPDataRequestC", - "mangledName": "$s8LPABCSDK13LPDataRequestC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPURLConstructor", - "printedName": "LPURLConstructor", - "children": [ - { - "kind": "Var", - "name": "contextText", - "printedName": "contextText", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC11contextTextSSvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC11contextTextSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC11contextTextSSvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC11contextTextSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageURL", - "printedName": "messageURL", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC10messageURL10Foundation0D0VSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC10messageURL10Foundation0D0VSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC10messageURL10Foundation0D0VSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC10messageURL10Foundation0D0VSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "components", - "printedName": "components", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLComponents?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLComponents", - "printedName": "Foundation.URLComponents", - "usr": "s:10Foundation13URLComponentsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC10components10Foundation13URLComponentsVSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC10components10Foundation13URLComponentsVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLComponents?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLComponents", - "printedName": "Foundation.URLComponents", - "usr": "s:10Foundation13URLComponentsV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC10components10Foundation13URLComponentsVSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC10components10Foundation13URLComponentsVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customPayloadQueryItem", - "printedName": "customPayloadQueryItem", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC22customPayloadQueryItem10Foundation08URLQueryF0VSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC22customPayloadQueryItem10Foundation08URLQueryF0VSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC22customPayloadQueryItem10Foundation08URLQueryF0VSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC22customPayloadQueryItem10Foundation08URLQueryF0VSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customPayloadCallback", - "printedName": "customPayloadCallback", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())??", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())??", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())??", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Foundation.URLQueryItem?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Foundation.URLQueryItem?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvs", - "mangledName": "$s8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvM", - "mangledName": "$s8LPABCSDK16LPURLConstructorC21customPayloadCallbacky10Foundation12URLQueryItemVSgcSgSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "lpPayload", - "printedName": "lpPayload", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPPayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayload", - "printedName": "LPABCSDK.LPPayload", - "usr": "s:8LPABCSDK9LPPayloadV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC9lpPayloadAA9LPPayloadVSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC9lpPayloadAA9LPPayloadVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPPayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayload", - "printedName": "LPABCSDK.LPPayload", - "usr": "s:8LPABCSDK9LPPayloadV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC9lpPayloadAA9LPPayloadVSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC9lpPayloadAA9LPPayloadVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dataQI", - "printedName": "dataQI", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16LPURLConstructorC6dataQI10Foundation12URLQueryItemVSgvp", - "mangledName": "$s8LPABCSDK16LPURLConstructorC6dataQI10Foundation12URLQueryItemVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 6, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URLQueryItem?", - "children": [ - { - "kind": "TypeNominal", - "name": "URLQueryItem", - "printedName": "Foundation.URLQueryItem", - "usr": "s:10Foundation12URLQueryItemV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK16LPURLConstructorC6dataQI10Foundation12URLQueryItemVSgvg", - "mangledName": "$s8LPABCSDK16LPURLConstructorC6dataQI10Foundation12URLQueryItemVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(contextText:messageURL:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPURLConstructor", - "printedName": "LPABCSDK.LPURLConstructor", - "usr": "s:8LPABCSDK16LPURLConstructorC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK16LPURLConstructorC11contextText10messageURLACSS_10Foundation0F0VSgtcfc", - "mangledName": "$s8LPABCSDK16LPURLConstructorC11contextText10messageURLACSS_10Foundation0F0VSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "decomposeMesaageURL", - "printedName": "decomposeMesaageURL()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK16LPURLConstructorC19decomposeMesaageURLyyF", - "mangledName": "$s8LPABCSDK16LPURLConstructorC19decomposeMesaageURLyyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK16LPURLConstructorC", - "mangledName": "$s8LPABCSDK16LPURLConstructorC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPCIMType", - "printedName": "LPCIMType", - "children": [ - { - "kind": "Var", - "name": "welcome", - "printedName": "welcome", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPCIMType.Type) -> LPABCSDK.LPCIMType", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPCIMType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK9LPCIMTypeO7welcomeyA2CmF", - "mangledName": "$s8LPABCSDK9LPCIMTypeO7welcomeyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "secureForm", - "printedName": "secureForm", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPCIMType.Type) -> LPABCSDK.LPCIMType", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.LPCIMType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK9LPCIMTypeO10secureFormyA2CmF", - "mangledName": "$s8LPABCSDK9LPCIMTypeO10secureFormyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCIMType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9LPCIMTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s8LPABCSDK9LPCIMTypeO8rawValueACSgSS_tcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9LPCIMTypeO8rawValueSSvp", - "mangledName": "$s8LPABCSDK9LPCIMTypeO8rawValueSSvp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9LPCIMTypeO8rawValueSSvg", - "mangledName": "$s8LPABCSDK9LPCIMTypeO8rawValueSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK9LPCIMTypeO", - "mangledName": "$s8LPABCSDK9LPCIMTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Var", - "name": "kTitle", - "printedName": "kTitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6kTitleSSvp", - "mangledName": "$s8LPABCSDK6kTitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kSubtitle", - "printedName": "kSubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9kSubtitleSSvp", - "mangledName": "$s8LPABCSDK9kSubtitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kSecondarySubtitle", - "printedName": "kSecondarySubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK18kSecondarySubtitleSSvp", - "mangledName": "$s8LPABCSDK18kSecondarySubtitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kTertiarySubtitle", - "printedName": "kTertiarySubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17kTertiarySubtitleSSvp", - "mangledName": "$s8LPABCSDK17kTertiarySubtitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kImageTitle", - "printedName": "kImageTitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11kImageTitleSSvp", - "mangledName": "$s8LPABCSDK11kImageTitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kImageSubtitle", - "printedName": "kImageSubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14kImageSubtitleSSvp", - "mangledName": "$s8LPABCSDK14kImageSubtitleSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kImage", - "printedName": "kImage", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK6kImageSSvp", - "mangledName": "$s8LPABCSDK6kImageSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kMediaFileURL", - "printedName": "kMediaFileURL", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK13kMediaFileURLSSvp", - "mangledName": "$s8LPABCSDK13kMediaFileURLSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kCaption", - "printedName": "kCaption", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK8kCaptionSSvp", - "mangledName": "$s8LPABCSDK8kCaptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kSubcaption", - "printedName": "kSubcaption", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11kSubcaptionSSvp", - "mangledName": "$s8LPABCSDK11kSubcaptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kTrailingCaption", - "printedName": "kTrailingCaption", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK16kTrailingCaptionSSvp", - "mangledName": "$s8LPABCSDK16kTrailingCaptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "Var", - "name": "kTtrailingSubcaption", - "printedName": "kTtrailingSubcaption", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK20kTtrailingSubcaptionSSvp", - "mangledName": "$s8LPABCSDK20kTtrailingSubcaptionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isLet": true, - "hasStorage": true - }, - { - "kind": "TypeDecl", - "name": "ReceivedMessagePayload", - "printedName": "ReceivedMessagePayload", - "children": [ - { - "kind": "Var", - "name": "title", - "printedName": "title", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV5titleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV5titleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV5titleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV5titleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "subtitle", - "printedName": "subtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV8subtitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV8subtitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV8subtitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV8subtitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "secondarySubtitle", - "printedName": "secondarySubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV17secondarySubtitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV17secondarySubtitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV17secondarySubtitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV17secondarySubtitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "tertiarySubtitle", - "printedName": "tertiarySubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV16tertiarySubtitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV16tertiarySubtitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV16tertiarySubtitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV16tertiarySubtitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "imageTitle", - "printedName": "imageTitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV10imageTitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV10imageTitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV10imageTitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV10imageTitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "imageSubtitle", - "printedName": "imageSubtitle", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV13imageSubtitleSSSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV13imageSubtitleSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV13imageSubtitleSSSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV13imageSubtitleSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "image", - "printedName": "image", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV5imageSo7UIImageCSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV5imageSo7UIImageCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 6, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV5imageSo7UIImageCSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV5imageSo7UIImageCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "mediaFileURL", - "printedName": "mediaFileURL", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV12mediaFileURL10Foundation0G0VSgvp", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV12mediaFileURL10Foundation0G0VSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess" - ], - "fixedbinaryorder": 7, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.URL?", - "children": [ - { - "kind": "TypeNominal", - "name": "URL", - "printedName": "Foundation.URL", - "usr": "s:10Foundation3URLV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV12mediaFileURL10Foundation0G0VSgvg", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV12mediaFileURL10Foundation0G0VSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(recievedMessageDict:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.ReceivedMessagePayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReceivedMessagePayload", - "printedName": "LPABCSDK.ReceivedMessagePayload", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV08recievedC4DictACSgSDySSypGSg_tcfc", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV08recievedC4DictACSgSDySSypGSg_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV", - "mangledName": "$s8LPABCSDK22ReceivedMessagePayloadV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "recourse", - "printedName": "recourse", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK8recourseSbvp", - "mangledName": "$s8LPABCSDK8recourseSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDECustomerInfo", - "printedName": "SDECustomerInfo", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeSSvp", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeSSvg", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeSSvs", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeSSvM", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15SDECustomerInfoC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK15SDECustomerInfoC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15SDECustomerInfoC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECustomerInfo", - "printedName": "LPABCSDK.SDECustomerInfo", - "usr": "s:8LPABCSDK15SDECustomerInfoC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(cstatus:ctype:balance:currency:socialId:imei:userName:companySize:companyBranch:accountName:role:loginStatus:storeZipCode:storeNumber:lastPaymentDate:registrationDate:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEDate", - "printedName": "LPABCSDK.SDEDate", - "usr": "s:8LPABCSDK7SDEDateV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDEDate?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEDate", - "printedName": "LPABCSDK.SDEDate", - "usr": "s:8LPABCSDK7SDEDateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0N6Branch07accountM04role11loginStatus12storeZipCode0U6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC5setup7cstatus5ctype7balance8currency8socialId4imei8userName11companySize0N6Branch07accountM04role11loginStatus12storeZipCode0U6Number15lastPaymentDate16registrationDateySSSg_AUSdSgA4USiSgA3uw2uA7SDEDateVSgAZtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDECustomerInfo", - "printedName": "LPABCSDK.SDECustomerInfo", - "usr": "s:8LPABCSDK15SDECustomerInfoC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK15SDECustomerInfoC", - "mangledName": "$s8LPABCSDK15SDECustomerInfoC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Network", - "printedName": "Network", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPReachability", - "printedName": "LPReachability", - "children": [ - { - "kind": "Var", - "name": "isObnline", - "printedName": "isObnline", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPReachabilityC9isObnlineSbSgvpZ", - "mangledName": "$s8LPABCSDK14LPReachabilityC9isObnlineSbSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPReachabilityC9isObnlineSbSgvgZ", - "mangledName": "$s8LPABCSDK14LPReachabilityC9isObnlineSbSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPReachabilityC9isObnlineSbSgvsZ", - "mangledName": "$s8LPABCSDK14LPReachabilityC9isObnlineSbSgvsZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK14LPReachabilityC9isObnlineSbSgvMZ", - "mangledName": "$s8LPABCSDK14LPReachabilityC9isObnlineSbSgvMZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_reachabilityQueue", - "printedName": "$__lazy_storage_$_reachabilityQueue", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Dispatch.DispatchQueue?", - "children": [ - { - "kind": "TypeNominal", - "name": "DispatchQueue", - "printedName": "Dispatch.DispatchQueue", - "usr": "c:objc(cs)OS_dispatch_queue" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPReachabilityC35$__lazy_storage_$_reachabilityQueue33_8C51B9E68A75C45B0766FDD0C47774AFLLSo17OS_dispatch_queueCSgvp", - "mangledName": "$s8LPABCSDK14LPReachabilityC35$__lazy_storage_$_reachabilityQueue33_8C51B9E68A75C45B0766FDD0C47774AFLLSo17OS_dispatch_queueCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_monitor", - "printedName": "$__lazy_storage_$_monitor", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Network.NWPathMonitor?", - "children": [ - { - "kind": "TypeNominal", - "name": "NWPathMonitor", - "printedName": "Network.NWPathMonitor", - "usr": "s:7Network13NWPathMonitorC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK14LPReachabilityC25$__lazy_storage_$_monitor33_8C51B9E68A75C45B0766FDD0C47774AFLL7Network13NWPathMonitorCSgvp", - "mangledName": "$s8LPABCSDK14LPReachabilityC25$__lazy_storage_$_monitor33_8C51B9E68A75C45B0766FDD0C47774AFLL7Network13NWPathMonitorCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Function", - "name": "monitorNetwork", - "printedName": "monitorNetwork()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14LPReachabilityC14monitorNetworkyyF", - "mangledName": "$s8LPABCSDK14LPReachabilityC14monitorNetworkyyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "stopMonitoring", - "printedName": "stopMonitoring()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK14LPReachabilityC14stopMonitoringyyF", - "mangledName": "$s8LPABCSDK14LPReachabilityC14stopMonitoringyyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPReachability", - "printedName": "LPABCSDK.LPReachability", - "usr": "s:8LPABCSDK14LPReachabilityC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK14LPReachabilityCACycfc", - "mangledName": "$s8LPABCSDK14LPReachabilityCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK14LPReachabilityC", - "mangledName": "$s8LPABCSDK14LPReachabilityC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "Available" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDEProductMaker", - "printedName": "SDEProductMaker", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(name:category:sku:price:quantity:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", - "mangledName": "$s8LPABCSDK15SDEProductMakerV4name8category3sku5price8quantityACSSSg_A2ISdSgSiSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDEProductMaker", - "printedName": "LPABCSDK.SDEProductMaker", - "usr": "s:8LPABCSDK15SDEProductMakerV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK15SDEProductMakerV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK15SDEProductMakerV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK15SDEProductMakerV", - "mangledName": "$s8LPABCSDK15SDEProductMakerV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPKeychainWrapper", - "printedName": "LPKeychainWrapper", - "children": [ - { - "kind": "Var", - "name": "defaultKeychainWrapper", - "printedName": "defaultKeychainWrapper", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPKeychainWrapperC015defaultKeychainC0ACvpZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC015defaultKeychainC0ACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "deprecated": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "Available" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC015defaultKeychainC0ACvgZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC015defaultKeychainC0ACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "standard", - "printedName": "standard", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPKeychainWrapperC8standardACvpZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC8standardACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC8standardACvgZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC8standardACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "serviceName", - "printedName": "serviceName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11serviceNameSSvp", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11serviceNameSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl", - "SetterAccess", - "RawDocComment" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11serviceNameSSvg", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11serviceNameSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "accessGroup", - "printedName": "accessGroup", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11accessGroupSSSgvp", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11accessGroupSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "SetterAccess", - "RawDocComment" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11accessGroupSSSgvg", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11accessGroupSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(serviceName:accessGroup:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainWrapper", - "printedName": "LPABCSDK.LPKeychainWrapper", - "usr": "s:8LPABCSDK17LPKeychainWrapperC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK17LPKeychainWrapperC11serviceName11accessGroupACSS_SSSgtcfc", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC11serviceName11accessGroupACSS_SSSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "hasValue", - "printedName": "hasValue(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC8hasValue6forKey17withAccessibilitySbSS_AA0b4ItemI0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC8hasValue6forKey17withAccessibilitySbSS_AA0b4ItemI0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "accessibilityOfKey", - "printedName": "accessibilityOfKey(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC18accessibilityOfKeyyAA0B17ItemAccessibilityOSgSSF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC18accessibilityOfKeyyAA0B17ItemAccessibilityOSgSSF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "allKeys", - "printedName": "allKeys()", - "children": [ - { - "kind": "TypeNominal", - "name": "Set", - "printedName": "Swift.Set", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sh" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC7allKeysShySSGyF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC7allKeysShySSGyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "integer", - "printedName": "integer(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC7integer6forKey17withAccessibilitySiSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC7integer6forKey17withAccessibilitySiSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "float", - "printedName": "float(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Float?", - "children": [ - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC5float6forKey17withAccessibilitySfSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC5float6forKey17withAccessibilitySfSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "double", - "printedName": "double(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC6double6forKey17withAccessibilitySdSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC6double6forKey17withAccessibilitySdSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "bool", - "printedName": "bool(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC4bool6forKey17withAccessibilitySbSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC4bool6forKey17withAccessibilitySbSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "string", - "printedName": "string(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC6string6forKey17withAccessibilitySSSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC6string6forKey17withAccessibilitySSSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "object", - "printedName": "object(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.NSCoding?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSCoding", - "printedName": "Foundation.NSCoding", - "usr": "c:objc(pl)NSCoding" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC6object6forKey17withAccessibilitySo8NSCoding_pSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC6object6forKey17withAccessibilitySo8NSCoding_pSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "data", - "printedName": "data(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Data?", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC4data6forKey17withAccessibility10Foundation4DataVSgSS_AA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC4data6forKey17withAccessibility10Foundation4DataVSgSS_AA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dataRef", - "printedName": "dataRef(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Data?", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC7dataRef6forKey17withAccessibility10Foundation4DataVSgSS_AA0b4ItemI0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC7dataRef6forKey17withAccessibility10Foundation4DataVSgSS_AA0b4ItemI0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSi_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSi_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Float", - "printedName": "Swift.Float", - "usr": "s:Sf" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSf_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSf_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSd_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSd_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilityS2b_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilityS2b_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSS_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSS_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "NSCoding", - "printedName": "Foundation.NSCoding", - "usr": "c:objc(pl)NSCoding" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSo8NSCoding_p_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySbSo8NSCoding_p_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "set", - "printedName": "set(_:forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySb10Foundation4DataV_SSAA0b4ItemH0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC3set_6forKey17withAccessibilitySb10Foundation4DataV_SSAA0b4ItemH0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(key:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC6remove3key17withAccessibilitySbSS_AA0b4ItemG0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC6remove3key17withAccessibilitySbSS_AA0b4ItemG0OSgtF", - "moduleName": "LPABCSDK", - "deprecated": true, - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "Available" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeObject", - "printedName": "removeObject(forKey:withAccessibility:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPKeychainItemAccessibility?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPKeychainItemAccessibility", - "printedName": "LPABCSDK.LPKeychainItemAccessibility", - "usr": "s:8LPABCSDK27LPKeychainItemAccessibilityO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC12removeObject6forKey17withAccessibilitySbSS_AA0b4ItemI0OSgtF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC12removeObject6forKey17withAccessibilitySbSS_AA0b4ItemI0OSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAllKeys", - "printedName": "removeAllKeys()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC13removeAllKeysSbyF", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC13removeAllKeysSbyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAllKeychain", - "printedName": "removeAllKeychain()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC17removeAllKeychainyyFZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC17removeAllKeychainyyFZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "wipeKeychain", - "printedName": "wipeKeychain()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17LPKeychainWrapperC12wipeKeychainyyFZ", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC12wipeKeychainyyFZ", - "moduleName": "LPABCSDK", - "static": true, - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK17LPKeychainWrapperC", - "mangledName": "$s8LPABCSDK17LPKeychainWrapperC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "UIApplicationReleaseMode", - "printedName": "UIApplicationReleaseMode", - "children": [ - { - "kind": "Var", - "name": "UIApplicationReleaseUnknown", - "printedName": "UIApplicationReleaseUnknown", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC7UnknownyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC7UnknownyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseSimulator", - "printedName": "UIApplicationReleaseSimulator", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC9SimulatoryA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC9SimulatoryA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseDev", - "printedName": "UIApplicationReleaseDev", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC3DevyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC3DevyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseAdHoc", - "printedName": "UIApplicationReleaseAdHoc", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC5AdHocyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC5AdHocyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 3 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseAppStore", - "printedName": "UIApplicationReleaseAppStore", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC8AppStoreyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC8AppStoreyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 4 - }, - { - "kind": "Var", - "name": "UIApplicationReleaseEnterprise", - "printedName": "UIApplicationReleaseEnterprise", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.UIApplicationReleaseMode.Type) -> LPABCSDK.UIApplicationReleaseMode", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.UIApplicationReleaseMode.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO0bC10EnterpriseyA2CmF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO0bC10EnterpriseyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 5 - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - }, - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO9hashValueSivp", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO9hashValueSivg", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO", - "mangledName": "$s8LPABCSDK24UIApplicationReleaseModeO", - "moduleName": "LPABCSDK", - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Function", - "name": "debugPrinter", - "printedName": "debugPrinter(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK12debugPrinteryySSF", - "mangledName": "$s8LPABCSDK12debugPrinteryySSF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "showDocumentsPath", - "printedName": "showDocumentsPath()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17showDocumentsPathyyF", - "mangledName": "$s8LPABCSDK17showDocumentsPathyyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getSDKBundle", - "printedName": "getSDKBundle()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Bundle?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "Foundation.Bundle", - "usr": "c:objc(cs)NSBundle" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK12getSDKBundleSo8NSBundleCSgyKF", - "mangledName": "$s8LPABCSDK12getSDKBundleSo8NSBundleCSgyKF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getSDKVersion", - "printedName": "getSDKVersion()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK13getSDKVersionSSSgyKF", - "mangledName": "$s8LPABCSDK13getSDKVersionSSSgyKF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "throwing": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getHostAppVersion", - "printedName": "getHostAppVersion()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK17getHostAppVersionSSyF", - "mangledName": "$s8LPABCSDK17getHostAppVersionSSyF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "currentMessageIsNewerThanCached", - "printedName": "currentMessageIsNewerThanCached(messagetimestamp:cachedtimestamp:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK31currentMessageIsNewerThanCached16messagetimestamp15cachedtimestampSbSS_SStF", - "mangledName": "$s8LPABCSDK31currentMessageIsNewerThanCached16messagetimestamp15cachedtimestampSbSS_SStF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "OperatorDecl", - "name": "^^", - "printedName": "^^", - "declKind": "InfixOperator", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Infix" - ] - }, - { - "kind": "Function", - "name": "^^", - "printedName": "^^(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK2xxoiySdSi_SitF", - "mangledName": "$s8LPABCSDK2xxoiySdSi_SitF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorViewable", - "printedName": "LPActivityIndicatorViewable", - "children": [ - { - "kind": "Var", - "name": "isAnimating", - "printedName": "isAnimating", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE11isAnimatingSbvp", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE11isAnimatingSbvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE11isAnimatingSbvg", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE11isAnimatingSbvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UIViewController, τ_0_0 : LPABCSDK.LPActivityIndicatorViewable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "startAnimating", - "printedName": "startAnimating(_:message:messageFont:type:color:padding:displayTimeThreshold:minimumDisplayTime:backgroundColor:textColor:fadeInAnimation:baseView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIFont?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIFont", - "printedName": "UIKit.UIFont", - "usr": "c:objc(cs)UIFont" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPActivityIndicatorType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorType", - "printedName": "LPABCSDK.LPActivityIndicatorType", - "usr": "s:8LPABCSDK23LPActivityIndicatorTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE14startAnimating_7message0I4Font4type5color7padding20displayTimeThreshold014minimumDisplayO015backgroundColor04textT015fadeInAnimation8baseViewySo6CGSizeVSg_SSSgSo6UIFontCSgAA0bC4TypeOSgSo7UIColorCSg14CoreFoundation7CGFloatVSgSiSgA7_A2_A2_ySo0E0CcSgA9_tF", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE14startAnimating_7message0I4Font4type5color7padding20displayTimeThreshold014minimumDisplayO015backgroundColor04textT015fadeInAnimation8baseViewySo6CGSizeVSg_SSSgSo6UIFontCSgAA0bC4TypeOSgSo7UIColorCSg12CoreGraphics7CGFloatVSgSiSgA7_A2_A2_ySo0E0CcSgA9_tF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UIViewController, τ_0_0 : LPABCSDK.LPActivityIndicatorViewable>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "stopAnimating", - "printedName": "stopAnimating(_:baseView:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIView, @escaping () -> ()) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIView, @escaping () -> ()) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIView, () -> ())", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] - } - ] - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE13stopAnimating_8baseViewyySo0E0C_yyctcSg_AItF", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewablePAASo16UIViewControllerCRbzrlE13stopAnimating_8baseViewyySo0E0C_yyctcSg_AItF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UIViewController, τ_0_0 : LPABCSDK.LPActivityIndicatorViewable>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK27LPActivityIndicatorViewableP", - "mangledName": "$s8LPABCSDK27LPActivityIndicatorViewableP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPReportingResponse", - "printedName": "LPReportingResponse", - "children": [ - { - "kind": "Var", - "name": "sessionId", - "printedName": "sessionId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV9sessionIdSSSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9sessionIdSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV9sessionIdSSSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9sessionIdSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "visitorId", - "printedName": "visitorId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV9visitorIdSSSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9visitorIdSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV9visitorIdSSSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9visitorIdSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pageId", - "printedName": "pageId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV6pageIdSSSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV6pageIdSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 2, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV6pageIdSSSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV6pageIdSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "time", - "printedName": "time", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Date?", - "children": [ - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV4time10Foundation4DateVSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV4time10Foundation4DateVSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 3, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Date?", - "children": [ - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV4time10Foundation4DateVSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV4time10Foundation4DateVSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "internalCode", - "printedName": "internalCode", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV12internalCodeSiSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV12internalCodeSiSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 4, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV12internalCodeSiSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV12internalCodeSiSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPReportingResponseV7messageSSSgvp", - "mangledName": "$s8LPABCSDK19LPReportingResponseV7messageSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 5, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPReportingResponseV7messageSSSgvg", - "mangledName": "$s8LPABCSDK19LPReportingResponseV7messageSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "setVisitorID", - "printedName": "setVisitorID(vid:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPReportingResponseV12setVisitorID3vidySS_tF", - "mangledName": "$s8LPABCSDK19LPReportingResponseV12setVisitorID3vidySS_tF", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Mutating", - "AccessControl" - ], - "funcSelfKind": "Mutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(sessionId:visitorId:pageId:time:internalCode:message:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPReportingResponse", - "printedName": "LPABCSDK.LPReportingResponse", - "usr": "s:8LPABCSDK19LPReportingResponseV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Date?", - "children": [ - { - "kind": "TypeNominal", - "name": "Date", - "printedName": "Foundation.Date", - "usr": "s:10Foundation4DateV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPReportingResponseV9sessionId07visitorE004pageE04time12internalCode7messageACSSSg_A2J10Foundation4DateVSgSiSgAJtcfc", - "mangledName": "$s8LPABCSDK19LPReportingResponseV9sessionId07visitorE004pageE04time12internalCode7messageACSSSg_A2J10Foundation4DateVSgSiSgAJtcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPReportingResponse", - "printedName": "LPABCSDK.LPReportingResponse", - "usr": "s:8LPABCSDK19LPReportingResponseV" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPReportingResponseVACycfc", - "mangledName": "$s8LPABCSDK19LPReportingResponseVACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPReportingResponse", - "printedName": "LPABCSDK.LPReportingResponse", - "usr": "s:8LPABCSDK19LPReportingResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK19LPReportingResponseV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK19LPReportingResponseV4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPReportingResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK19LPReportingResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK19LPReportingResponseV", - "mangledName": "$s8LPABCSDK19LPReportingResponseV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "SDKParams", - "printedName": "SDKParams", - "children": [ - { - "kind": "Var", - "name": "messagesViewController", - "printedName": "messagesViewController", - "children": [ - { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "Messages.MSMessagesAppViewController?" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppdE0CSgvp", - "mangledName": "$s8LPABCSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppdE0CSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "ReferenceOwnership", - "SetterAccess", - "AccessControl" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Messages.MSMessagesAppViewController?", - "children": [ - { - "kind": "TypeNominal", - "name": "MSMessagesAppViewController", - "printedName": "Messages.MSMessagesAppViewController", - "usr": "c:objc(cs)MSMessagesAppViewController" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppdE0CSgvg", - "mangledName": "$s8LPABCSDK9SDKParamsV22messagesViewControllerSo013MSMessagesAppdE0CSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "secureFormReplyImagee", - "printedName": "secureFormReplyImagee", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", - "mangledName": "$s8LPABCSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", - "mangledName": "$s8LPABCSDK9SDKParamsV21secureFormReplyImageeSo7UIImageCSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "secureFormReplyText", - "printedName": "secureFormReplyText", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK9SDKParamsV19secureFormReplyTextSSSgvp", - "mangledName": "$s8LPABCSDK9SDKParamsV19secureFormReplyTextSSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK9SDKParamsV19secureFormReplyTextSSSgvg", - "mangledName": "$s8LPABCSDK9SDKParamsV19secureFormReplyTextSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(messagesViewController:secureFormReplyImagee:secureFormReplyText:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.SDKParams?", - "children": [ - { - "kind": "TypeNominal", - "name": "SDKParams", - "printedName": "LPABCSDK.SDKParams", - "usr": "s:8LPABCSDK9SDKParamsV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "MSMessagesAppViewController", - "printedName": "Messages.MSMessagesAppViewController", - "usr": "c:objc(cs)MSMessagesAppViewController" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIImage?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIImage", - "printedName": "UIKit.UIImage", - "usr": "c:objc(cs)UIImage" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0fgH4TextACSgSo013MSMessagesAppdE0C_So7UIImageCSgSSSgtcfc", - "mangledName": "$s8LPABCSDK9SDKParamsV22messagesViewController21secureFormReplyImagee0fgH4TextACSgSo013MSMessagesAppdE0C_So7UIImageCSgSSSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:8LPABCSDK9SDKParamsV", - "mangledName": "$s8LPABCSDK9SDKParamsV", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Messages", - "printedName": "Messages", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "UnifiedLooseSDE", - "printedName": "UnifiedLooseSDE", - "children": [ - { - "kind": "Var", - "name": "jsonSDE", - "printedName": "jsonSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvp", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvg", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvs", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvM", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP04jsonD0SSSgvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dictionarySDE", - "printedName": "dictionarySDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvp", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvp", - "moduleName": "LPABCSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvg", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvs", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvM", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP010dictionaryD0SDySSypGSgvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.UnifiedLooseSDE>", - "sugared_genericSig": "", - "protocolReq": true, - "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorAnimationDelegate", - "printedName": "LPActivityIndicatorAnimationDelegate", - "children": [ - { - "kind": "Function", - "name": "setUpAnimation", - "printedName": "setUpAnimation(in:size:color:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CALayer", - "printedName": "QuartzCore.CALayer", - "usr": "c:objc(cs)CALayer" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationDelegateP05setUpD02in4size5colorySo7CALayerC_So6CGSizeVSo7UIColorCtF", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationDelegateP05setUpD02in4size5colorySo7CALayerC_So6CGSizeVSo7UIColorCtF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : LPABCSDK.LPActivityIndicatorAnimationDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationDelegateP", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationDelegateP", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "CoreData", - "printedName": "CoreData", - "declKind": "Import", - "moduleName": "LPABCSDK" - }, - { - "kind": "TypeDecl", - "name": "LPPayloadController", - "printedName": "LPPayloadController", - "children": [ - { - "kind": "Var", - "name": "$__lazy_storage_$_managedObjectModel", - "printedName": "$__lazy_storage_$_managedObjectModel", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSManagedObjectModel?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSManagedObjectModel", - "printedName": "CoreData.NSManagedObjectModel", - "usr": "c:objc(cs)NSManagedObjectModel" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC36$__lazy_storage_$_managedObjectModel33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagedgH0CSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC36$__lazy_storage_$_managedObjectModel33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagedgH0CSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 0, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_persistentContainer", - "printedName": "$__lazy_storage_$_persistentContainer", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSPersistentContainer??", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSPersistentContainer?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSPersistentContainer", - "printedName": "CoreData.NSPersistentContainer", - "usr": "c:objc(cs)NSPersistentContainer" - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC37$__lazy_storage_$_persistentContainer33_AF02A932DA7E585C759B1F29EF154023LLSo012NSPersistentG0CSgSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC37$__lazy_storage_$_persistentContainer33_AF02A932DA7E585C759B1F29EF154023LLSo012NSPersistentG0CSgSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 1, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_persistentStoreCoordinator", - "printedName": "$__lazy_storage_$_persistentStoreCoordinator", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSPersistentStoreCoordinator?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSPersistentStoreCoordinator", - "printedName": "CoreData.NSPersistentStoreCoordinator", - "usr": "c:objc(cs)NSPersistentStoreCoordinator" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC44$__lazy_storage_$_persistentStoreCoordinator33_AF02A932DA7E585C759B1F29EF154023LLSo012NSPersistentgH0CSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC44$__lazy_storage_$_persistentStoreCoordinator33_AF02A932DA7E585C759B1F29EF154023LLSo012NSPersistentgH0CSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 2, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_managedObjectContext", - "printedName": "$__lazy_storage_$_managedObjectContext", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSManagedObjectContext?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSManagedObjectContext", - "printedName": "CoreData.NSManagedObjectContext", - "usr": "c:objc(cs)NSManagedObjectContext" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC38$__lazy_storage_$_managedObjectContext33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagedgH0CSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC38$__lazy_storage_$_managedObjectContext33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagedgH0CSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 3, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_privateQueueManagedObjectContext", - "printedName": "$__lazy_storage_$_privateQueueManagedObjectContext", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreData.NSManagedObjectContext?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSManagedObjectContext", - "printedName": "CoreData.NSManagedObjectContext", - "usr": "c:objc(cs)NSManagedObjectContext" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC50$__lazy_storage_$_privateQueueManagedObjectContext33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagediJ0CSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC50$__lazy_storage_$_privateQueueManagedObjectContext33_AF02A932DA7E585C759B1F29EF154023LLSo09NSManagediJ0CSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 4, - "hasStorage": true - }, - { - "kind": "Var", - "name": "$__lazy_storage_$_decoder", - "printedName": "$__lazy_storage_$_decoder", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.JSONDecoder?", - "children": [ - { - "kind": "TypeNominal", - "name": "JSONDecoder", - "printedName": "Foundation.JSONDecoder", - "usr": "s:10Foundation11JSONDecoderC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC25$__lazy_storage_$_decoder33_AF02A932DA7E585C759B1F29EF154023LL10Foundation11JSONDecoderCSgvp", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC25$__lazy_storage_$_decoder33_AF02A932DA7E585C759B1F29EF154023LL10Foundation11JSONDecoderCSgvp", - "moduleName": "LPABCSDK", - "implicit": true, - "isInternal": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "Final" - ], - "fixedbinaryorder": 5, - "hasStorage": true - }, - { - "kind": "Var", - "name": "sharedInstance", - "printedName": "sharedInstance", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayloadController", - "printedName": "LPABCSDK.LPPayloadController", - "usr": "s:8LPABCSDK19LPPayloadControllerC" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK19LPPayloadControllerC14sharedInstanceACvpZ", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC14sharedInstanceACvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPPayloadController", - "printedName": "LPABCSDK.LPPayloadController", - "usr": "s:8LPABCSDK19LPPayloadControllerC" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK19LPPayloadControllerC14sharedInstanceACvgZ", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC14sharedInstanceACvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent", - "Final" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "clearStorage", - "printedName": "clearStorage(completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((Swift.Bool) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPPayloadControllerC12clearStorage10completionyySbcSg_tF", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC12clearStorage10completionyySbcSg_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "processRequestPayloadCredentials", - "printedName": "processRequestPayloadCredentials(jsonData:save:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((LPABCSDK.LPCredentialPayloadMO?, Swift.Error?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.LPCredentialPayloadMO?, Swift.Error?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(LPABCSDK.LPCredentialPayloadMO?, Swift.Error?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Error?", - "children": [ - { - "kind": "TypeNominal", - "name": "Error", - "printedName": "Swift.Error", - "usr": "s:s5ErrorP" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPPayloadControllerC32processRequestPayloadCredentials8jsonData4save10completiony10Foundation0I0V_SbyAA012LPCredentialF2MOCSg_s5Error_pSgtcSgtF", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC32processRequestPayloadCredentials8jsonData4save10completiony10Foundation0I0V_SbyAA012LPCredentialF2MOCSg_s5Error_pSgtcSgtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "loadPayload", - "printedName": "loadPayload()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPPayloadControllerC11loadPayloadAA012LPCredentialE2MOCSgyF", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC11loadPayloadAA012LPCredentialE2MOCSgyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "allVarsLoaded", - "printedName": "allVarsLoaded(credentials:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK19LPPayloadControllerC13allVarsLoaded11credentialsSbAA21LPCredentialPayloadMOCSg_tF", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC13allVarsLoaded11credentialsSbAA21LPCredentialPayloadMOCSg_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK19LPPayloadControllerC", - "mangledName": "$s8LPABCSDK19LPPayloadControllerC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "LPActivityIndicatorAnimationBallBeat", - "printedName": "LPActivityIndicatorAnimationBallBeat", - "children": [ - { - "kind": "Function", - "name": "setUpAnimation", - "printedName": "setUpAnimation(in:size:color:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CALayer", - "printedName": "QuartzCore.CALayer", - "usr": "c:objc(cs)CALayer" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationBallBeatC05setUpD02in4size5colorySo7CALayerC_So6CGSizeVSo7UIColorCtF", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationBallBeatC05setUpD02in4size5colorySo7CALayerC_So6CGSizeVSo7UIColorCtF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "LPActivityIndicatorAnimationBallBeat", - "printedName": "LPABCSDK.LPActivityIndicatorAnimationBallBeat", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationBallBeatC" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationBallBeatCACycfc", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationBallBeatCACycfc", - "moduleName": "LPABCSDK", - "implicit": true, - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationBallBeatC", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationBallBeatC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "LPActivityIndicatorAnimationDelegate", - "printedName": "LPActivityIndicatorAnimationDelegate", - "usr": "s:8LPABCSDK36LPActivityIndicatorAnimationDelegateP", - "mangledName": "$s8LPABCSDK36LPActivityIndicatorAnimationDelegateP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "SDELead", - "printedName": "SDELead", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDELeadC4typeSSvp", - "mangledName": "$s8LPABCSDK7SDELeadC4typeSSvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC4typeSSvg", - "mangledName": "$s8LPABCSDK7SDELeadC4typeSSvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC4typeSSvs", - "mangledName": "$s8LPABCSDK7SDELeadC4typeSSvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC4typeSSvM", - "mangledName": "$s8LPABCSDK7SDELeadC4typeSSvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTemplate", - "printedName": "isTemplate", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK7SDELeadC10isTemplateSbvp", - "mangledName": "$s8LPABCSDK7SDELeadC10isTemplateSbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC10isTemplateSbvg", - "mangledName": "$s8LPABCSDK7SDELeadC10isTemplateSbvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "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": "s:8LPABCSDK7SDELeadC10isTemplateSbvs", - "mangledName": "$s8LPABCSDK7SDELeadC10isTemplateSbvs", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK7SDELeadC10isTemplateSbvM", - "mangledName": "$s8LPABCSDK7SDELeadC10isTemplateSbvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDELead", - "printedName": "LPABCSDK.SDELead", - "usr": "s:8LPABCSDK7SDELeadC" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDELeadC4typeACSS_tcfc", - "mangledName": "$s8LPABCSDK7SDELeadC4typeACSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "setup", - "printedName": "setup(topic:value:currency:leadId:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Double?", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", - "mangledName": "$s8LPABCSDK7SDELeadC5setup5topic5value8currency6leadIdySSSg_SdSgA2ItF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "SDELead", - "printedName": "LPABCSDK.SDELead", - "usr": "s:8LPABCSDK7SDELeadC" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK7SDELeadC4fromACs7Decoder_p_tKcfc", - "mangledName": "$s8LPABCSDK7SDELeadC4fromACs7Decoder_p_tKcfc", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Required" - ], - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK7SDELeadC6encode2toys7Encoder_p_tKF", - "mangledName": "$s8LPABCSDK7SDELeadC6encode2toys7Encoder_p_tKF", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK7SDELeadC", - "mangledName": "$s8LPABCSDK7SDELeadC", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "CommonSDEProtocol", - "printedName": "CommonSDEProtocol", - "usr": "s:8LPABCSDK17CommonSDEProtocolP", - "mangledName": "$s8LPABCSDK17CommonSDEProtocolP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "RequestType", - "printedName": "RequestType", - "children": [ - { - "kind": "Var", - "name": "localHostShark", - "printedName": "localHostShark", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.RequestType.Type) -> LPABCSDK.RequestType", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.RequestType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK11RequestTypeO14localHostSharkyA2CmF", - "mangledName": "$s8LPABCSDK11RequestTypeO14localHostSharkyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 0 - }, - { - "kind": "Var", - "name": "shark", - "printedName": "shark", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.RequestType.Type) -> LPABCSDK.RequestType", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.RequestType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK11RequestTypeO5sharkyA2CmF", - "mangledName": "$s8LPABCSDK11RequestTypeO5sharkyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 1 - }, - { - "kind": "Var", - "name": "loggos", - "printedName": "loggos", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(LPABCSDK.RequestType.Type) -> LPABCSDK.RequestType", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "LPABCSDK.RequestType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:8LPABCSDK11RequestTypeO6loggosyA2CmF", - "mangledName": "$s8LPABCSDK11RequestTypeO6loggosyA2CmF", - "moduleName": "LPABCSDK", - "fixedbinaryorder": 2 - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11RequestTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s8LPABCSDK11RequestTypeO2eeoiySbAC_ACtFZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK11RequestTypeO9hashValueSivp", - "mangledName": "$s8LPABCSDK11RequestTypeO9hashValueSivp", - "moduleName": "LPABCSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK11RequestTypeO9hashValueSivg", - "mangledName": "$s8LPABCSDK11RequestTypeO9hashValueSivg", - "moduleName": "LPABCSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:8LPABCSDK11RequestTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s8LPABCSDK11RequestTypeO4hash4intoys6HasherVz_tF", - "moduleName": "LPABCSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:8LPABCSDK11RequestTypeO", - "mangledName": "$s8LPABCSDK11RequestTypeO", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isEnumExhaustive": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LPSDKURLBuilder", - "printedName": "LPSDKURLBuilder", - "children": [ - { - "kind": "Var", - "name": "modeType", - "printedName": "modeType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.RequestType?", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC8modeTypeAA07RequestD0OSgvp", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC8modeTypeAA07RequestD0OSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 0, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.RequestType?", - "children": [ - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC8modeTypeAA07RequestD0OSgvg", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC8modeTypeAA07RequestD0OSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "urlString", - "printedName": "urlString", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC9urlStringSSSgvp", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC9urlStringSSSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl" - ], - "fixedbinaryorder": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC9urlStringSSSgvg", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC9urlStringSSSgvg", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "declAttributes": [ - "Transparent" - ], - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(mockType:credentials:)", - "children": [ - { - "kind": "TypeNominal", - "name": "LPSDKURLBuilder", - "printedName": "LPABCSDK.LPSDKURLBuilder", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC" - }, - { - "kind": "TypeNominal", - "name": "RequestType", - "printedName": "LPABCSDK.RequestType", - "usr": "s:8LPABCSDK11RequestTypeO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCredentialPayloadMO?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCredentialPayloadMO", - "printedName": "LPABCSDK.LPCredentialPayloadMO", - "usr": "c:@M@LPABCSDK@objc(cs)LPCredentialPayloadMO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC8mockType11credentialsAcA07RequestD0O_AA21LPCredentialPayloadMOCSgtcfc", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC8mockType11credentialsAcA07RequestD0O_AA21LPCredentialPayloadMOCSgtcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Class", - "usr": "s:8LPABCSDK15LPSDKURLBuilderC", - "mangledName": "$s8LPABCSDK15LPSDKURLBuilderC", - "moduleName": "LPABCSDK", - "isOpen": true - }, - { - "kind": "TypeDecl", - "name": "Encodable", - "printedName": "Encodable", - "children": [ - { - "kind": "Function", - "name": "asDictionary", - "printedName": "asDictionary()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.NSDictionary?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSDictionary", - "printedName": "Foundation.NSDictionary", - "usr": "c:objc(cs)NSDictionary" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:SE8LPABCSDKE12asDictionarySo12NSDictionaryCSgyF", - "mangledName": "$sSE8LPABCSDKE12asDictionarySo12NSDictionaryCSgyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "asData", - "printedName": "asData()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Data?", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:SE8LPABCSDKE6asData10Foundation0C0VSgyF", - "mangledName": "$sSE8LPABCSDKE6asData10Foundation0C0VSgyF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:SE", - "mangledName": "$sSE", - "moduleName": "Swift", - "isExternal": true - }, - { - "kind": "TypeDecl", - "name": "Name", - "printedName": "Name", - "children": [ - { - "kind": "Var", - "name": "lpPayloadSaved", - "printedName": "lpPayloadSaved", - "children": [ - { - "kind": "TypeNominal", - "name": "Name", - "printedName": "Foundation.NSNotification.Name", - "usr": "c:@T@NSNotificationName" - } - ], - "declKind": "Var", - "usr": "s:So18NSNotificationNamea8LPABCSDKE14lpPayloadSavedABvpZ", - "mangledName": "$sSo18NSNotificationNamea8LPABCSDKE14lpPayloadSavedABvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Name", - "printedName": "Foundation.NSNotification.Name", - "usr": "c:@T@NSNotificationName" - } - ], - "declKind": "Accessor", - "usr": "s:So18NSNotificationNamea8LPABCSDKE14lpPayloadSavedABvgZ", - "mangledName": "$sSo18NSNotificationNamea8LPABCSDKE14lpPayloadSavedABvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lpLoggosPost", - "printedName": "lpLoggosPost", - "children": [ - { - "kind": "TypeNominal", - "name": "Name", - "printedName": "Foundation.NSNotification.Name", - "usr": "c:@T@NSNotificationName" - } - ], - "declKind": "Var", - "usr": "s:So18NSNotificationNamea8LPABCSDKE12lpLoggosPostABvpZ", - "mangledName": "$sSo18NSNotificationNamea8LPABCSDKE12lpLoggosPostABvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Name", - "printedName": "Foundation.NSNotification.Name", - "usr": "c:@T@NSNotificationName" - } - ], - "declKind": "Accessor", - "usr": "s:So18NSNotificationNamea8LPABCSDKE12lpLoggosPostABvgZ", - "mangledName": "$sSo18NSNotificationNamea8LPABCSDKE12lpLoggosPostABvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "c:@T@NSNotificationName", - "moduleName": "Foundation", - "declAttributes": [ - "SynthesizedProtocol", - "SynthesizedProtocol", - "SynthesizedProtocol", - "SynthesizedProtocol", - "SynthesizedProtocol", - "SynthesizedProtocol", - "Sendable" - ], - "isFromExtension": true, - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "_SwiftNewtypeWrapper", - "printedName": "_SwiftNewtypeWrapper", - "usr": "s:s20_SwiftNewtypeWrapperP", - "mangledName": "$ss20_SwiftNewtypeWrapperP" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "URL", - "printedName": "URL", - "children": [ - { - "kind": "Var", - "name": "queryParameters", - "printedName": "queryParameters", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:10Foundation3URLV8LPABCSDKE15queryParametersSDySSypGSgvp", - "mangledName": "$s10Foundation3URLV8LPABCSDKE15queryParametersSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:10Foundation3URLV8LPABCSDKE15queryParametersSDySSypGSgvg", - "mangledName": "$s10Foundation3URLV8LPABCSDKE15queryParametersSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "getKeyVals", - "printedName": "getKeyVals()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:10Foundation3URLV8LPABCSDKE10getKeyValsSDyS2SGSgyF", - "mangledName": "$s10Foundation3URLV8LPABCSDKE10getKeyValsSDyS2SGSgyF", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:10Foundation3URLV", - "mangledName": "$s10Foundation3URLV", - "moduleName": "Foundation", - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "ReferenceConvertible", - "printedName": "ReferenceConvertible", - "children": [ - { - "kind": "TypeWitness", - "name": "ReferenceType", - "printedName": "ReferenceType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:10Foundation20ReferenceConvertibleP", - "mangledName": "$s10Foundation20ReferenceConvertibleP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSURL", - "printedName": "Foundation.NSURL", - "usr": "c:objc(cs)NSURL" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByFileReferenceLiteral", - "printedName": "_ExpressibleByFileReferenceLiteral", - "usr": "s:s34_ExpressibleByFileReferenceLiteralP", - "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "String", - "printedName": "String", - "children": [ - { - "kind": "Function", - "name": "encodeUrl", - "printedName": "encodeUrl()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:SS8LPABCSDKE9encodeUrlSSSgyF", - "mangledName": "$sSS8LPABCSDKE9encodeUrlSSSgyF", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "decodeUrl", - "printedName": "decodeUrl()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:SS8LPABCSDKE9decodeUrlSSSgyF", - "mangledName": "$sSS8LPABCSDKE9decodeUrlSSSgyF", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "lastPathComponent", - "printedName": "lastPathComponent", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE17lastPathComponentSSvp", - "mangledName": "$sSS8LPABCSDKE17lastPathComponentSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE17lastPathComponentSSvg", - "mangledName": "$sSS8LPABCSDKE17lastPathComponentSSvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "stringByDeletingPathExtension", - "printedName": "stringByDeletingPathExtension", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE29stringByDeletingPathExtensionSSvp", - "mangledName": "$sSS8LPABCSDKE29stringByDeletingPathExtensionSSvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE29stringByDeletingPathExtensionSSvg", - "mangledName": "$sSS8LPABCSDKE29stringByDeletingPathExtensionSSvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "isAlphanumeric", - "printedName": "isAlphanumeric", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE14isAlphanumericSbvp", - "mangledName": "$sSS8LPABCSDKE14isAlphanumericSbvp", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE14isAlphanumericSbvg", - "mangledName": "$sSS8LPABCSDKE14isAlphanumericSbvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "jsonSDE", - "printedName": "jsonSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE7jsonSDESSSgvp", - "mangledName": "$sSS8LPABCSDKE7jsonSDESSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE7jsonSDESSSgvg", - "mangledName": "$sSS8LPABCSDKE7jsonSDESSSgvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE7jsonSDESSSgvs", - "mangledName": "$sSS8LPABCSDKE7jsonSDESSSgvs", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE7jsonSDESSSgvM", - "mangledName": "$sSS8LPABCSDKE7jsonSDESSSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dictionarySDE", - "printedName": "dictionarySDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:SS8LPABCSDKE13dictionarySDESDySSypGSgvp", - "mangledName": "$sSS8LPABCSDKE13dictionarySDESDySSypGSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE13dictionarySDESDySSypGSgvg", - "mangledName": "$sSS8LPABCSDKE13dictionarySDESDySSypGSgvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE13dictionarySDESDySSypGSgvs", - "mangledName": "$sSS8LPABCSDKE13dictionarySDESDySSypGSgvs", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:SS8LPABCSDKE13dictionarySDESDySSypGSgvM", - "mangledName": "$sSS8LPABCSDKE13dictionarySDESDySSypGSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:SS", - "mangledName": "$sSS", - "moduleName": "Swift", - "declAttributes": [ - "Frozen" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" - }, - { - "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, - { - "kind": "Conformance", - "name": "StringProtocol", - "printedName": "StringProtocol", - "children": [ - { - "kind": "TypeWitness", - "name": "UTF8View", - "printedName": "UTF8View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF8View", - "printedName": "Swift.String.UTF8View", - "usr": "s:SS8UTF8ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UTF16View", - "printedName": "UTF16View", - "children": [ - { - "kind": "TypeNominal", - "name": "UTF16View", - "printedName": "Swift.String.UTF16View", - "usr": "s:SS9UTF16ViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "UnicodeScalarView", - "printedName": "UnicodeScalarView", - "children": [ - { - "kind": "TypeNominal", - "name": "UnicodeScalarView", - "printedName": "Swift.String.UnicodeScalarView", - "usr": "s:SS17UnicodeScalarViewV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sy", - "mangledName": "$sSy" - }, - { - "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" - }, - { - "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" - }, - { - "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "UnifiedLooseSDE", - "printedName": "UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Dictionary", - "printedName": "Dictionary", - "children": [ - { - "kind": "Function", - "name": "dictionaryToString", - "printedName": "dictionaryToString(prettyPrinted:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Func", - "usr": "s:SD8LPABCSDKE18dictionaryToString13prettyPrintedSSSgSb_tF", - "mangledName": "$sSD8LPABCSDKE18dictionaryToString13prettyPrintedSSSgSb_tF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "jsonSDE", - "printedName": "jsonSDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:SD8LPABCSDKE7jsonSDESSSgvp", - "mangledName": "$sSD8LPABCSDKE7jsonSDESSSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE7jsonSDESSSgvg", - "mangledName": "$sSD8LPABCSDKE7jsonSDESSSgvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE7jsonSDESSSgvs", - "mangledName": "$sSD8LPABCSDKE7jsonSDESSSgvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE7jsonSDESSSgvM", - "mangledName": "$sSD8LPABCSDKE7jsonSDESSSgvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "dictionarySDE", - "printedName": "dictionarySDE", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:SD8LPABCSDKE13dictionarySDESDySSypGSgvp", - "mangledName": "$sSD8LPABCSDKE13dictionarySDESDySSypGSgvp", - "moduleName": "LPABCSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE13dictionarySDESDySSypGSgvg", - "mangledName": "$sSD8LPABCSDKE13dictionarySDESDySSypGSgvg", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE13dictionarySDESDySSypGSgvs", - "mangledName": "$sSD8LPABCSDKE13dictionarySDESDySSypGSgvs", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:SD8LPABCSDKE13dictionarySDESDySSypGSgvM", - "mangledName": "$sSD8LPABCSDKE13dictionarySDESDySSypGSgvM", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:SD", - "mangledName": "$sSD", - "moduleName": "Swift", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "Frozen" - ], - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "UnifiedLooseSDE", - "printedName": "UnifiedLooseSDE", - "usr": "s:8LPABCSDK15UnifiedLooseSDEP", - "mangledName": "$s8LPABCSDK15UnifiedLooseSDEP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(key: τ_0_0, value: τ_0_1)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", - "usr": "s:SD8IteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(key: τ_0_0, value: τ_0_1)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ] - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index", - "usr": "s:SD5IndexV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator", - "usr": "s:SD8IteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[τ_0_0 : τ_0_1]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:s5SliceV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[τ_0_0 : τ_0_1]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "ExpressibleByDictionaryLiteral", - "printedName": "ExpressibleByDictionaryLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "Key", - "printedName": "Key", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Value", - "printedName": "Value", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ] - } - ], - "usr": "s:s30ExpressibleByDictionaryLiteralP", - "mangledName": "$ss30ExpressibleByDictionaryLiteralP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSDictionary", - "printedName": "Foundation.NSDictionary", - "usr": "c:objc(cs)NSDictionary" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "JSONEncoder", - "printedName": "JSONEncoder", - "children": [ - { - "kind": "Function", - "name": "encodeJSONObject", - "printedName": "encodeJSONObject(_:options:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "ReadingOptions", - "printedName": "Foundation.JSONSerialization.ReadingOptions", - "hasDefaultArg": true, - "usr": "c:@E@NSJSONReadingOptions" - } - ], - "declKind": "Func", - "usr": "s:10Foundation11JSONEncoderC8LPABCSDKE16encodeJSONObject_7optionsypx_So20NSJSONReadingOptionsVtKSERzlF", - "mangledName": "$s10Foundation11JSONEncoderC8LPABCSDKE16encodeJSONObject_7optionsypx_So20NSJSONReadingOptionsVtKSERzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Encodable>", - "sugared_genericSig": "", - "isOpen": true, - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:10Foundation11JSONEncoderC", - "mangledName": "$s10Foundation11JSONEncoderC", - "moduleName": "Foundation", - "isOpen": true, - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "TopLevelEncoder", - "printedName": "TopLevelEncoder", - "children": [ - { - "kind": "TypeWitness", - "name": "Output", - "printedName": "Output", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ] - } - ], - "usr": "s:7Combine15TopLevelEncoderP", - "mangledName": "$s7Combine15TopLevelEncoderP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "JSONDecoder", - "printedName": "JSONDecoder", - "children": [ - { - "kind": "Function", - "name": "decode", - "printedName": "decode(_:withJSONObject:options:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "τ_0_0.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ] - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - }, - { - "kind": "TypeNominal", - "name": "WritingOptions", - "printedName": "Foundation.JSONSerialization.WritingOptions", - "hasDefaultArg": true, - "usr": "c:@E@NSJSONWritingOptions" - } - ], - "declKind": "Func", - "usr": "s:10Foundation11JSONDecoderC8LPABCSDKE6decode_14withJSONObject7optionsxxm_ypSo20NSJSONWritingOptionsVtKSeRzlF", - "mangledName": "$s10Foundation11JSONDecoderC8LPABCSDKE6decode_14withJSONObject7optionsxxm_ypSo20NSJSONWritingOptionsVtKSeRzlF", - "moduleName": "LPABCSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Decodable>", - "sugared_genericSig": "", - "isOpen": true, - "isFromExtension": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:10Foundation11JSONDecoderC", - "mangledName": "$s10Foundation11JSONDecoderC", - "moduleName": "Foundation", - "isOpen": true, - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "TopLevelDecoder", - "printedName": "TopLevelDecoder", - "children": [ - { - "kind": "TypeWitness", - "name": "Input", - "printedName": "Input", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ] - } - ], - "usr": "s:7Combine15TopLevelDecoderP", - "mangledName": "$s7Combine15TopLevelDecoderP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "CodingUserInfoKey", - "printedName": "CodingUserInfoKey", - "children": [ - { - "kind": "Var", - "name": "managedObjectContext", - "printedName": "managedObjectContext", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.CodingUserInfoKey?", - "children": [ - { - "kind": "TypeNominal", - "name": "CodingUserInfoKey", - "printedName": "Swift.CodingUserInfoKey", - "usr": "s:s17CodingUserInfoKeyV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:s17CodingUserInfoKeyV8LPABCSDKE20managedObjectContextABSgvpZ", - "mangledName": "$ss17CodingUserInfoKeyV8LPABCSDKE20managedObjectContextABSgvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "RawDocComment" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.CodingUserInfoKey?", - "children": [ - { - "kind": "TypeNominal", - "name": "CodingUserInfoKey", - "printedName": "Swift.CodingUserInfoKey", - "usr": "s:s17CodingUserInfoKeyV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:s17CodingUserInfoKeyV8LPABCSDKE20managedObjectContextABSgvgZ", - "mangledName": "$ss17CodingUserInfoKeyV8LPABCSDKE20managedObjectContextABSgvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Transparent" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:s17CodingUserInfoKeyV", - "mangledName": "$ss17CodingUserInfoKeyV", - "moduleName": "Swift", - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MSMessage", - "printedName": "MSMessage", - "children": [ - { - "kind": "Var", - "name": "messagePayloadData", - "printedName": "messagePayloadData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPMSMessageURLData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPMSMessageURLData", - "printedName": "LPABCSDK.LPMSMessageURLData", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE18messagePayloadDataAC18LPMSMessageURLDataVSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE18messagePayloadDataAC18LPMSMessageURLDataVSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPMSMessageURLData?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPMSMessageURLData", - "printedName": "LPABCSDK.LPMSMessageURLData", - "usr": "s:8LPABCSDK18LPMSMessageURLDataV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE18messagePayloadDataAC18LPMSMessageURLDataVSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE18messagePayloadDataAC18LPMSMessageURLDataVSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customData", - "printedName": "customData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE10customDataSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE10customDataSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE10customDataSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE10customDataSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lpData", - "printedName": "lpData", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE6lpDataSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE6lpDataSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE6lpDataSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE6lpDataSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "interactive", - "printedName": "interactive", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE11interactiveSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11interactiveSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE11interactiveSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11interactiveSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "response", - "printedName": "response", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE8responseSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE8responseSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE8responseSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE8responseSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "request", - "printedName": "request", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE7requestSDySSypGSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE7requestSDySSypGSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Any]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE7requestSDySSypGSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE7requestSDySSypGSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "isLiveLayoutOrNoLayout", - "printedName": "isLiveLayoutOrNoLayout", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE016isLiveLayoutOrNoE0Sbvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE016isLiveLayoutOrNoE0Sbvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE016isLiveLayoutOrNoE0Sbvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE016isLiveLayoutOrNoE0Sbvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "messageSessionUUID", - "printedName": "messageSessionUUID()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:So9MSMessageC8LPABCSDKE18messageSessionUUIDSSSgyF", - "mangledName": "$sSo9MSMessageC8LPABCSDKE18messageSessionUUIDSSSgyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "recievedMessagePayload", - "printedName": "recievedMessagePayload", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.ReceivedMessagePayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReceivedMessagePayload", - "printedName": "LPABCSDK.ReceivedMessagePayload", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE22recievedMessagePayloadAC08ReceiveddE0VSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE22recievedMessagePayloadAC08ReceiveddE0VSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.ReceivedMessagePayload?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReceivedMessagePayload", - "printedName": "LPABCSDK.ReceivedMessagePayload", - "usr": "s:8LPABCSDK22ReceivedMessagePayloadV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE22recievedMessagePayloadAC08ReceiveddE0VSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE22recievedMessagePayloadAC08ReceiveddE0VSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "messageType", - "printedName": "messageType", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCIMType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:So9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvp", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvp", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCIMType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvg", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvg", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.LPCIMType?", - "children": [ - { - "kind": "TypeNominal", - "name": "LPCIMType", - "printedName": "LPABCSDK.LPCIMType", - "usr": "s:8LPABCSDK9LPCIMTypeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvs", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvs", - "moduleName": "LPABCSDK", - "isOpen": true, - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:So9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvM", - "mangledName": "$sSo9MSMessageC8LPABCSDKE11messageTypeAC9LPCIMTypeOSgvM", - "moduleName": "LPABCSDK", - "implicit": true, - "isOpen": true, - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)MSMessage", - "moduleName": "Messages", - "isOpen": true, - "intro_iOS": "10.0", - "objc_name": "MSMessage", - "declAttributes": [ - "Available", - "ObjC", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIApplication", - "printedName": "UIApplication", - "children": [ - { - "kind": "Function", - "name": "releaseMode", - "printedName": "releaseMode()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "LPABCSDK.UIApplicationReleaseMode?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIApplicationReleaseMode", - "printedName": "LPABCSDK.UIApplicationReleaseMode", - "usr": "s:8LPABCSDK24UIApplicationReleaseModeO" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:So13UIApplicationC8LPABCSDKE11releaseModeAC0a7ReleaseD0OSgyF", - "mangledName": "$sSo13UIApplicationC8LPABCSDKE11releaseModeAC0a7ReleaseD0OSgyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "getMobileProvision", - "printedName": "getMobileProvision()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.NSDictionary?", - "children": [ - { - "kind": "TypeNominal", - "name": "NSDictionary", - "printedName": "Foundation.NSDictionary", - "usr": "c:objc(cs)NSDictionary" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:So13UIApplicationC8LPABCSDKE18getMobileProvisionSo12NSDictionaryCSgyF", - "mangledName": "$sSo13UIApplicationC8LPABCSDKE18getMobileProvisionSo12NSDictionaryCSgyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIApplication", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UIApplication", - "declAttributes": [ - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIResponder", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIDevice", - "printedName": "UIDevice", - "children": [ - { - "kind": "Var", - "name": "modelName", - "printedName": "modelName", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:So8UIDeviceC8LPABCSDKE9modelNameSSvpZ", - "mangledName": "$sSo8UIDeviceC8LPABCSDKE9modelNameSSvpZ", - "moduleName": "LPABCSDK", - "static": true, - "declAttributes": [ - "Custom", - "HasInitialValue", - "Final", - "HasStorage" - ], - "isFromExtension": true, - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:So8UIDeviceC8LPABCSDKE9modelNameSSvgZ", - "mangledName": "$sSo8UIDeviceC8LPABCSDKE9modelNameSSvgZ", - "moduleName": "LPABCSDK", - "static": true, - "implicit": true, - "declAttributes": [ - "Final" - ], - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIDevice", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UIDevice", - "declAttributes": [ - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UIColor", - "printedName": "UIColor", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(hex:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIColor?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:So7UIColorC8LPABCSDKE3hexABSgSS_tcfc", - "mangledName": "$sSo7UIColorC8LPABCSDKE3hexABSgSS_tcfc", - "moduleName": "LPABCSDK", - "declAttributes": [ - "Convenience" - ], - "isFromExtension": true, - "init_kind": "Convenience" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UIColor", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UIColor", - "declAttributes": [ - "Available", - "ObjC", - "SynthesizedProtocol", - "NonSendable", - "Sendable", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)NSObject", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByColorLiteral", - "printedName": "_ExpressibleByColorLiteral", - "usr": "s:s26_ExpressibleByColorLiteralP", - "mangledName": "$ss26_ExpressibleByColorLiteralP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MSMessagesAppPresentationStyle", - "printedName": "MSMessagesAppPresentationStyle", - "children": [ - { - "kind": "Var", - "name": "stringDescription", - "printedName": "stringDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:So30MSMessagesAppPresentationStyleV8LPABCSDKE17stringDescriptionSSvp", - "mangledName": "$sSo30MSMessagesAppPresentationStyleV8LPABCSDKE17stringDescriptionSSvp", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:So30MSMessagesAppPresentationStyleV8LPABCSDKE17stringDescriptionSSvg", - "mangledName": "$sSo30MSMessagesAppPresentationStyleV8LPABCSDKE17stringDescriptionSSvg", - "moduleName": "LPABCSDK", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "c:@E@MSMessagesAppPresentationStyle", - "moduleName": "Messages", - "intro_iOS": "10.0", - "objc_name": "MSMessagesAppPresentationStyle", - "declAttributes": [ - "Available", - "SynthesizedProtocol", - "ObjC", - "SynthesizedProtocol", - "Sendable", - "Dynamic" - ], - "enumRawTypeName": "UInt", - "isExternal": true, - "conformances": [ - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "TypeDecl", - "name": "MSMessagesAppViewController", - "printedName": "MSMessagesAppViewController", - "children": [ - { - "kind": "Function", - "name": "addChildViewController", - "printedName": "addChildViewController(childVC:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - } - ], - "declKind": "Func", - "usr": "s:So27MSMessagesAppViewControllerC8LPABCSDKE08addChildcD07childVCySo06UIViewD0C_tF", - "mangledName": "$sSo27MSMessagesAppViewControllerC8LPABCSDKE08addChildcD07childVCySo06UIViewD0C_tF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAllChildViewControllers", - "printedName": "removeAllChildViewControllers()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Func", - "usr": "s:So27MSMessagesAppViewControllerC8LPABCSDKE014removeAllChildC11ControllersyyF", - "mangledName": "$sSo27MSMessagesAppViewControllerC8LPABCSDKE014removeAllChildC11ControllersyyF", - "moduleName": "LPABCSDK", - "isOpen": true, - "declAttributes": [ - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)MSMessagesAppViewController", - "moduleName": "Messages", - "isOpen": true, - "intro_iOS": "10.0", - "objc_name": "MSMessagesAppViewController", - "declAttributes": [ - "Custom", - "Available", - "ObjC", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIViewController", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIViewController", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - } - ], - "json_format_version": 8 - }, - "ConstValues": [ - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPABCSDK.swift", - "kind": "BooleanLiteral", - "offset": 4930, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 3519, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 3673, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 3685, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 4220, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 4649, - "length": 3, - "value": "300" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "FloatLiteral", - "offset": 4949, - "length": 3, - "value": "8.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5144, - "length": 2, - "value": "20" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5336, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5346, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5355, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "FloatLiteral", - "offset": 5365, - "length": 3, - "value": "0.5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5511, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "FloatLiteral", - "offset": 5550, - "length": 4, - "value": "0.15" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5583, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "FloatLiteral", - "offset": 5773, - "length": 4, - "value": "0.25" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "IntegerLiteral", - "offset": 5853, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "BooleanLiteral", - "offset": 6983, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorView.swift", - "kind": "StringLiteral", - "offset": 2941, - "length": 23, - "value": "\"LPABCSDK.LPActivityIndicatorView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 282, - "length": 21, - "value": "\"LPCredentialPayload\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 345, - "length": 23, - "value": "\"LPCredentialPayloadMO\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 405, - "length": 15, - "value": "\"LPABCSDKModel\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 461, - "length": 6, - "value": "\"momd\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 510, - "length": 8, - "value": "\"sqlite\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 606, - "length": 25, - "value": "\"com.liveperson.lpabcsdk\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 716, - "length": 6, - "value": "\"Info\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 760, - "length": 7, - "value": "\"plist\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 813, - "length": 14, - "value": "\"LPABC_PARAMS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 876, - "length": 15, - "value": "\"bubbleSession\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 945, - "length": 38, - "value": "\"a32792c6-b6d1-11e8-96f8-529269fb1459\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1033, - "length": 13, - "value": "\"NSExtension\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1103, - "length": 28, - "value": "\"NSExtensionPointIdentifier\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1180, - "length": 16, - "value": "\"lpabc_appgroup\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1349, - "length": 36, - "value": "\"com.apple.message-payload-provider\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1499, - "length": 14, - "value": "\"payloadModel\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 1553, - "length": 9, - "value": "\"message\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "FloatLiteral", - "offset": 1791, - "length": 4, - "value": "10.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "FloatLiteral", - "offset": 1851, - "length": 3, - "value": "2.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "FloatLiteral", - "offset": 1940, - "length": 4, - "value": "15.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 1995, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 2037, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "FloatLiteral", - "offset": 2089, - "length": 3, - "value": "5.0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2162, - "length": 17, - "value": "\"reportingParams\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2249, - "length": 11, - "value": "\"accountID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2330, - "length": 12, - "value": "\"consumerID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2412, - "length": 14, - "value": "\"appInstallID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2496, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2572, - "length": 18, - "value": "\"monitoringDomain\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2660, - "length": 9, - "value": "\"apiType\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2763, - "length": 11, - "value": "\"LPABC_LOG\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2888, - "length": 14, - "value": "\"LPABCSDK.CIM\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 2971, - "length": 18, - "value": "\"LPABCSDK.IDLESDE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3058, - "length": 14, - "value": "\"LPABCLog.log\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3141, - "length": 18, - "value": "\"LPABCLog.Network\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3228, - "length": 15, - "value": "\"LPABCSDK.QUEU\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3312, - "length": 23, - "value": "\"LPABCSDK.Reachability\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3461, - "length": 38, - "value": "\"0BF72C98-C4A2-4927-9B28-8D8EDF113406\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3568, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3639, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3762, - "length": 62, - "value": "\"The interval range for aggregated stack should be (1-15 sec)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 3944, - "length": 23, - "value": "\"Could not load bundle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 4038, - "length": 23, - "value": "\"Could not SDK version\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 4132, - "length": 31, - "value": "\"Could not load Managed Object\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 4285, - "length": 15, - "value": "\"lpabcsdk_shrk\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "StringLiteral", - "offset": 4375, - "length": 21, - "value": "\"LPReportingResponse\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Constants.swift", - "kind": "IntegerLiteral", - "offset": 4509, - "length": 6, - "value": "559887" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 854, - "length": 16, - "value": "\"LPPayloadSaved\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 920, - "length": 14, - "value": "\"lpLoggosPost\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "BooleanLiteral", - "offset": 3915, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "Array", - "offset": 5003, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "Array", - "offset": 5298, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 5632, - "length": 22, - "value": "\"managedObjectContext\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12343, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "IntegerLiteral", - "offset": 12435, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12729, - "length": 9, - "value": "\"iPod5,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12779, - "length": 14, - "value": "\"iPod Touch 5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12811, - "length": 9, - "value": "\"iPod7,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12861, - "length": 14, - "value": "\"iPod Touch 6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12893, - "length": 11, - "value": "\"iPhone3,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12906, - "length": 11, - "value": "\"iPhone3,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12919, - "length": 11, - "value": "\"iPhone3,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12943, - "length": 10, - "value": "\"iPhone 4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 12971, - "length": 11, - "value": "\"iPhone4,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13021, - "length": 11, - "value": "\"iPhone 4s\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13050, - "length": 11, - "value": "\"iPhone5,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13063, - "length": 11, - "value": "\"iPhone5,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13100, - "length": 10, - "value": "\"iPhone 5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13128, - "length": 11, - "value": "\"iPhone5,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13141, - "length": 11, - "value": "\"iPhone5,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13178, - "length": 11, - "value": "\"iPhone 5c\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13207, - "length": 11, - "value": "\"iPhone6,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13220, - "length": 11, - "value": "\"iPhone6,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13257, - "length": 11, - "value": "\"iPhone 5s\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13286, - "length": 11, - "value": "\"iPhone7,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13336, - "length": 10, - "value": "\"iPhone 6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13364, - "length": 11, - "value": "\"iPhone7,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13414, - "length": 15, - "value": "\"iPhone 6 Plus\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13447, - "length": 11, - "value": "\"iPhone8,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13497, - "length": 11, - "value": "\"iPhone 6s\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13526, - "length": 11, - "value": "\"iPhone8,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13576, - "length": 16, - "value": "\"iPhone 6s Plus\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13610, - "length": 11, - "value": "\"iPhone9,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13623, - "length": 11, - "value": "\"iPhone9,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13660, - "length": 10, - "value": "\"iPhone 7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13688, - "length": 11, - "value": "\"iPhone9,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13701, - "length": 11, - "value": "\"iPhone9,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13738, - "length": 15, - "value": "\"iPhone 7 Plus\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13771, - "length": 11, - "value": "\"iPhone8,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13821, - "length": 11, - "value": "\"iPhone SE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13850, - "length": 12, - "value": "\"iPhone10,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13864, - "length": 12, - "value": "\"iPhone10,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13900, - "length": 10, - "value": "\"iPhone 8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13928, - "length": 12, - "value": "\"iPhone10,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13942, - "length": 12, - "value": "\"iPhone10,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 13978, - "length": 15, - "value": "\"iPhone 8 Plus\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14011, - "length": 12, - "value": "\"iPhone10,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14025, - "length": 12, - "value": "\"iPhone10,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14061, - "length": 10, - "value": "\"iPhone X\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14089, - "length": 12, - "value": "\"iPhone11,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14139, - "length": 11, - "value": "\"iPhone XS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14168, - "length": 12, - "value": "\"iPhone11,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14182, - "length": 12, - "value": "\"iPhone11,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14218, - "length": 15, - "value": "\"iPhone XS Max\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14251, - "length": 12, - "value": "\"iPhone11,8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14301, - "length": 11, - "value": "\"iPhone XR\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14330, - "length": 9, - "value": "\"iPad2,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14341, - "length": 9, - "value": "\"iPad2,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14352, - "length": 9, - "value": "\"iPad2,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14363, - "length": 9, - "value": "\"iPad2,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14380, - "length": 8, - "value": "\"iPad 2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14406, - "length": 9, - "value": "\"iPad3,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14417, - "length": 9, - "value": "\"iPad3,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14428, - "length": 9, - "value": "\"iPad3,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14456, - "length": 8, - "value": "\"iPad 3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14482, - "length": 9, - "value": "\"iPad3,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14493, - "length": 9, - "value": "\"iPad3,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14504, - "length": 9, - "value": "\"iPad3,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14532, - "length": 8, - "value": "\"iPad 4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14558, - "length": 9, - "value": "\"iPad4,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14569, - "length": 9, - "value": "\"iPad4,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14580, - "length": 9, - "value": "\"iPad4,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14608, - "length": 10, - "value": "\"iPad Air\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14636, - "length": 9, - "value": "\"iPad5,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14647, - "length": 9, - "value": "\"iPad5,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14686, - "length": 12, - "value": "\"iPad Air 2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14716, - "length": 10, - "value": "\"iPad6,11\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14728, - "length": 10, - "value": "\"iPad6,12\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14766, - "length": 8, - "value": "\"iPad 5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14792, - "length": 9, - "value": "\"iPad7,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14803, - "length": 9, - "value": "\"iPad7,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14842, - "length": 8, - "value": "\"iPad 6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14868, - "length": 9, - "value": "\"iPad2,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14879, - "length": 9, - "value": "\"iPad2,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14890, - "length": 9, - "value": "\"iPad2,7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14918, - "length": 11, - "value": "\"iPad Mini\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14947, - "length": 9, - "value": "\"iPad4,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14958, - "length": 9, - "value": "\"iPad4,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14969, - "length": 9, - "value": "\"iPad4,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 14997, - "length": 13, - "value": "\"iPad Mini 2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15028, - "length": 9, - "value": "\"iPad4,7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15039, - "length": 9, - "value": "\"iPad4,8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15050, - "length": 9, - "value": "\"iPad4,9\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15078, - "length": 13, - "value": "\"iPad Mini 3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15109, - "length": 9, - "value": "\"iPad5,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15120, - "length": 9, - "value": "\"iPad5,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15159, - "length": 13, - "value": "\"iPad Mini 4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15190, - "length": 9, - "value": "\"iPad6,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15201, - "length": 9, - "value": "\"iPad6,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15240, - "length": 21, - "value": "\"iPad Pro (9.7-inch)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15279, - "length": 9, - "value": "\"iPad6,7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15290, - "length": 9, - "value": "\"iPad6,8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15329, - "length": 22, - "value": "\"iPad Pro (12.9-inch)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15369, - "length": 9, - "value": "\"iPad7,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15380, - "length": 9, - "value": "\"iPad7,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15419, - "length": 39, - "value": "\"iPad Pro (12.9-inch) (2nd generation)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15476, - "length": 9, - "value": "\"iPad7,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15487, - "length": 9, - "value": "\"iPad7,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15526, - "length": 22, - "value": "\"iPad Pro (10.5-inch)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15566, - "length": 9, - "value": "\"iPad8,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15577, - "length": 9, - "value": "\"iPad8,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15588, - "length": 9, - "value": "\"iPad8,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15599, - "length": 9, - "value": "\"iPad8,4\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15616, - "length": 20, - "value": "\"iPad Pro (11-inch)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15654, - "length": 9, - "value": "\"iPad8,5\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15665, - "length": 9, - "value": "\"iPad8,6\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15676, - "length": 9, - "value": "\"iPad8,7\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15687, - "length": 9, - "value": "\"iPad8,8\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15704, - "length": 39, - "value": "\"iPad Pro (12.9-inch) (3rd generation)\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15761, - "length": 12, - "value": "\"AppleTV5,3\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15811, - "length": 10, - "value": "\"Apple TV\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15839, - "length": 12, - "value": "\"AppleTV6,2\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15889, - "length": 13, - "value": "\"Apple TV 4K\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15920, - "length": 19, - "value": "\"AudioAccessory1,1\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15970, - "length": 9, - "value": "\"HomePod\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 15997, - "length": 6, - "value": "\"i386\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16005, - "length": 8, - "value": "\"x86_64\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16047, - "length": 104, - "value": "\"Simulator \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16110, - "length": 28, - "value": "\"SIMULATOR_MODEL_IDENTIFIER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16143, - "length": 5, - "value": "\"iOS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LPABC+Extension.swift", - "kind": "StringLiteral", - "offset": 16150, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 437, - "length": 6, - "value": "\"cart\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 476, - "length": 10, - "value": "\"purchase\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 10, - "value": "\"prodView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 586, - "length": 10, - "value": "\"ctmrinfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 629, - "length": 10, - "value": "\"mrktInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 672, - "length": 10, - "value": "\"personal\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 742, - "length": 6, - "value": "\"lead\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 781, - "length": 9, - "value": "\"service\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 823, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 863, - "length": 12, - "value": "\"searchInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 437, - "length": 6, - "value": "\"cart\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 476, - "length": 10, - "value": "\"purchase\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 519, - "length": 10, - "value": "\"prodView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 586, - "length": 10, - "value": "\"ctmrinfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 629, - "length": 10, - "value": "\"mrktInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 672, - "length": 10, - "value": "\"personal\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 742, - "length": 6, - "value": "\"lead\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 781, - "length": 9, - "value": "\"service\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 823, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 863, - "length": 12, - "value": "\"searchInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1045, - "length": 11, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 8, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1084, - "length": 9, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 12, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 8, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1143, - "length": 15, - "value": "6" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1168, - "length": 6, - "value": "7" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 7, - "value": "8" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1201, - "length": 8, - "value": "9" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1219, - "length": 7, - "value": "10" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1045, - "length": 11, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 8, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1084, - "length": 9, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 12, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 8, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1143, - "length": 15, - "value": "6" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1168, - "length": 6, - "value": "7" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 7, - "value": "8" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1201, - "length": 8, - "value": "9" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1219, - "length": 7, - "value": "10" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1045, - "length": 11, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1066, - "length": 8, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1084, - "length": 9, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1103, - "length": 12, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 8, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1143, - "length": 15, - "value": "6" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1168, - "length": 6, - "value": "7" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1184, - "length": 7, - "value": "8" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1201, - "length": 8, - "value": "9" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1219, - "length": 7, - "value": "10" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1352, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1368, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1384, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1399, - "length": 8, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1352, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1368, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1384, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1399, - "length": 8, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1352, - "length": 6, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1368, - "length": 6, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1384, - "length": 5, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "IntegerLiteral", - "offset": 1399, - "length": 8, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1540, - "length": 6, - "value": "\"MALE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1576, - "length": 8, - "value": "\"FEMALE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1614, - "length": 7, - "value": "\"OTHER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1540, - "length": 6, - "value": "\"MALE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1576, - "length": 8, - "value": "\"FEMALE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1614, - "length": 7, - "value": "\"OTHER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1755, - "length": 6, - "value": "\"HOME\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1790, - "length": 8, - "value": "\"MOBILE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1827, - "length": 6, - "value": "\"WORK\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1862, - "length": 5, - "value": "\"FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1896, - "length": 6, - "value": "\"MAIN\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1931, - "length": 10, - "value": "\"HOME_FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1970, - "length": 10, - "value": "\"WORK_FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 2009, - "length": 7, - "value": "\"PAGER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 2045, - "length": 7, - "value": "\"OTHER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1755, - "length": 6, - "value": "\"HOME\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1790, - "length": 8, - "value": "\"MOBILE\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1827, - "length": 6, - "value": "\"WORK\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1862, - "length": 5, - "value": "\"FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1896, - "length": 6, - "value": "\"MAIN\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1931, - "length": 10, - "value": "\"HOME_FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 1970, - "length": 10, - "value": "\"WORK_FAX\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 2009, - "length": 7, - "value": "\"PAGER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+SDEPublicEnum.swift", - "kind": "StringLiteral", - "offset": 2045, - "length": 7, - "value": "\"OTHER\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Model\/LPABCSendMessagePayloadData.swift", - "kind": "StringLiteral", - "offset": 416, - "length": 6, - "value": "\"text\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogBenchmarker.swift", - "kind": "IntegerLiteral", - "offset": 656, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", - "kind": "StringLiteral", - "offset": 8257, - "length": 34, - "value": "\"LPActivityIndicatorViewContainer\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", - "kind": "IntegerLiteral", - "offset": 8433, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/ActiivityIndicaotr\/LPActivityIndicatorPresenter.swift", - "kind": "BooleanLiteral", - "offset": 8493, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "BooleanLiteral", - "offset": 668, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 2472, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 2498, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 3355, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 3381, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 4246, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 4272, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 5095, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 5121, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 5935, - "length": 3, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogger.swift", - "kind": "StringLiteral", - "offset": 5961, - "length": 4, - "value": "\"\n\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 247, - "length": 19, - "value": "\"LPABCSDK Disposed\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 316, - "length": 25, - "value": "\"LPABCSDK De-initialized\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 391, - "length": 16, - "value": "\"De-initialized\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 457, - "length": 6, - "value": "\"Init\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 513, - "length": 12, - "value": "\"Initialize\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 593, - "length": 23, - "value": "\"Host environment set:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 667, - "length": 17, - "value": "\"SDK initialized\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 735, - "length": 53, - "value": "\"MOContext Save Notification fail to include MOmodel\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 838, - "length": 44, - "value": "\"Counld not derive iMessage APP Environment\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 936, - "length": 23, - "value": "\"Loggos call initiated\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1008, - "length": 20, - "value": "\"Loggos call body: \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1080, - "length": 14, - "value": "\"Loggos call:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1241, - "length": 35, - "value": "\"Could not detect incoming Message\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1329, - "length": 27, - "value": "\"Incoming message payload:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1415, - "length": 49, - "value": "\"Message Agent to Consumer could not be resolved\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1517, - "length": 31, - "value": "\"Message payload stored to DB:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1601, - "length": 23, - "value": "\"Sending implicit SDE:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1673, - "length": 18, - "value": "\"SDE Send success\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1740, - "length": 16, - "value": "\"SDE Send fail:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1798, - "length": 11, - "value": "\"SDE Send:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1861, - "length": 35, - "value": "\"Aggregated SDE stack will be sent\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 1954, - "length": 22, - "value": "\"Idle SDE stack sent:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2021, - "length": 16, - "value": "\"SDE call retry\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2094, - "length": 11, - "value": "\"Response:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2157, - "length": 25, - "value": "\"SDE Report Status Code:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2230, - "length": 21, - "value": "\"Idle timer started:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2298, - "length": 19, - "value": "\"Idle timer Stoped\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2369, - "length": 33, - "value": "\"SDE added to Idle Stack, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2455, - "length": 28, - "value": "\"SDE added to stack, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2537, - "length": 27, - "value": "\"Idle Timer Fired Delegate\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2623, - "length": 32, - "value": "\"SDE idle stack cleared, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2705, - "length": 27, - "value": "\"SDE Stack cleared, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2782, - "length": 26, - "value": "\"Json SDE cleared, count:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2866, - "length": 27, - "value": "\"Outgoing Message payload:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 2935, - "length": 21, - "value": "\"Logger send success\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3005, - "length": 38, - "value": "\"Secure form submitted button pressed\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3091, - "length": 23, - "value": "\"Secure form completed\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3494, - "length": 17, - "value": "\"Error code: 101\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3588, - "length": 17, - "value": "\"Error code: 102\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3682, - "length": 17, - "value": "\"Error code: 103\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3776, - "length": 17, - "value": "\"Error code: 104\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3870, - "length": 17, - "value": "\"Error code: 105\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 3964, - "length": 17, - "value": "\"Error code: 106\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4058, - "length": 17, - "value": "\"Error code: 107\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4152, - "length": 17, - "value": "\"Error code: 108\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4267, - "length": 17, - "value": "\"Error code: 201\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4361, - "length": 17, - "value": "\"Error code: 202\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4455, - "length": 17, - "value": "\"Error code: 203\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4549, - "length": 16, - "value": "\"Info code: 204\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4642, - "length": 18, - "value": "\"Error code: 205:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4737, - "length": 17, - "value": "\"Error code: 206\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4831, - "length": 17, - "value": "\"Error code: 207\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 4930, - "length": 17, - "value": "\"Error code: 301\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5000, - "length": 17, - "value": "\"Error code: 302\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5070, - "length": 17, - "value": "\"Error code: 303\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5167, - "length": 17, - "value": "\"Error code: 401\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5245, - "length": 17, - "value": "\"Error code: 402\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5317, - "length": 17, - "value": "\"Error code: 403\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5402, - "length": 17, - "value": "\"Error code: 501\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5472, - "length": 17, - "value": "\"Error code: 502\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5547, - "length": 18, - "value": "\"Error code: 503:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5613, - "length": 18, - "value": "\"Error code: 504:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5671, - "length": 17, - "value": "\"Error code: 505\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5762, - "length": 18, - "value": "\"Error code: 601:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5829, - "length": 18, - "value": "\"Error code: 602:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5903, - "length": 17, - "value": "\"Error code: 603\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 5971, - "length": 18, - "value": "\"Error code: 604:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6049, - "length": 18, - "value": "\"Error code: 605:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6127, - "length": 18, - "value": "\"Error code: 606:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6194, - "length": 17, - "value": "\"Error code: 607\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6266, - "length": 18, - "value": "\"Error code: 608:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6340, - "length": 18, - "value": "\"Error code: 609:\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6421, - "length": 17, - "value": "\"Error code: 701\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6517, - "length": 17, - "value": "\"Error code: 801\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6584, - "length": 17, - "value": "\"Error code: 802\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/LogStrings.swift", - "kind": "StringLiteral", - "offset": 6675, - "length": 17, - "value": "\"Error code: 900\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDEManager.swift", - "kind": "IntegerLiteral", - "offset": 1156, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDEManager.swift", - "kind": "BooleanLiteral", - "offset": 1379, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDEManager.swift", - "kind": "IntegerLiteral", - "offset": 1408, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 532, - "length": 11, - "value": "\"accountID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 619, - "length": 12, - "value": "\"consumerID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 707, - "length": 14, - "value": "\"appInstallID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 797, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 879, - "length": 18, - "value": "\"monitoringDomain\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 973, - "length": 9, - "value": "\"apiType\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 1058, - "length": 16, - "value": "\"conversationID\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 1150, - "length": 11, - "value": "\"timestamp\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 1237, - "length": 14, - "value": "\"loggosDomain\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadCodinKeys.swift", - "kind": "StringLiteral", - "offset": 1327, - "length": 15, - "value": "\"messageParams\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 222, - "length": 6, - "value": "\"data\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 271, - "length": 12, - "value": "\"customData\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 326, - "length": 8, - "value": "\"lpData\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 377, - "length": 13, - "value": "\"interactive\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 433, - "length": 10, - "value": "\"response\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 486, - "length": 9, - "value": "\"request\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/LPMSMessageURLData.swift", - "kind": "StringLiteral", - "offset": 538, - "length": 6, - "value": "\"text\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 230, - "length": 20, - "value": "\"[%@] [%@] [%@: %@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 268, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 403, - "length": 15, - "value": "\"[%@] [%@: %@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 530, - "length": 26, - "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 574, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 626, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 648, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1380, - "length": 81, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1424, - "length": 1, - "value": "\" [%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1479, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 1566, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 1588, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1705, - "length": 21, - "value": "\"[%@] [%@] [%@] [%@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1744, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 1803, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 1825, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1927, - "length": 37, - "value": "\"[%@] [%@] [%@]: [%@] [%@] [L%@]: %@\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 1982, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2069, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2091, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2207, - "length": 16, - "value": "\"[%@] [%@] [%@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2241, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2309, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2331, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2415, - "length": 16, - "value": "\"[%@] [%@] [%@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2449, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2517, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2539, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2621, - "length": 26, - "value": "\"[%@] [%@.%@:%@] [%@: %@]\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "StringLiteral", - "offset": 2665, - "length": 25, - "value": "\"yyyy-MM-dd HH:mm:ss.SSS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2733, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPABCLogFormatters.swift", - "kind": "BooleanLiteral", - "offset": 2755, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2063, - "length": 6, - "value": "\"cart\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2097, - "length": 10, - "value": "\"purchase\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2137, - "length": 10, - "value": "\"prodView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2176, - "length": 10, - "value": "\"ctmrinfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2218, - "length": 10, - "value": "\"mrktInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2257, - "length": 10, - "value": "\"personal\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2288, - "length": 6, - "value": "\"lead\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2326, - "length": 9, - "value": "\"service\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2364, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2403, - "length": 12, - "value": "\"searchInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2063, - "length": 6, - "value": "\"cart\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2097, - "length": 10, - "value": "\"purchase\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2137, - "length": 10, - "value": "\"prodView\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2176, - "length": 10, - "value": "\"ctmrinfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2218, - "length": 10, - "value": "\"mrktInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2257, - "length": 10, - "value": "\"personal\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2288, - "length": 6, - "value": "\"lead\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2326, - "length": 9, - "value": "\"service\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2364, - "length": 7, - "value": "\"error\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCMonitoring\/SDE MODELS\/SDEBase.swift", - "kind": "StringLiteral", - "offset": 2403, - "length": 12, - "value": "\"searchInfo\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 284, - "length": 6, - "value": "\"POST\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 311, - "length": 5, - "value": "\"GET\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 337, - "length": 5, - "value": "\"PUT\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 284, - "length": 6, - "value": "\"POST\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 311, - "length": 5, - "value": "\"GET\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 337, - "length": 5, - "value": "\"PUT\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "BooleanLiteral", - "offset": 581, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/NetworkManager\/LPABCNetwokrManager.swift", - "kind": "StringLiteral", - "offset": 184, - "length": 19, - "value": "\"LPABCSDK.LPABCNetworkManager\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "BooleanLiteral", - "offset": 493, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "BooleanLiteral", - "offset": 516, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "BooleanLiteral", - "offset": 696, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "BooleanLiteral", - "offset": 721, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/SecureForm\/LPSecureFormViewController.swift", - "kind": "StringLiteral", - "offset": 341, - "length": 26, - "value": "\"LPABCSDK.LPSecureFormViewController\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPDeviceInfo.swift", - "kind": "StringLiteral", - "offset": 260, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPDeviceInfo.swift", - "kind": "StringLiteral", - "offset": 301, - "length": 5, - "value": "\"iOS\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPDeviceInfo.swift", - "kind": "StringLiteral", - "offset": 485, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Logger\/LPDeviceInfo.swift", - "kind": "StringLiteral", - "offset": 681, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 842, - "length": 7, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 886, - "length": 5, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 925, - "length": 4, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 842, - "length": 7, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 886, - "length": 5, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 925, - "length": 4, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 742, - "length": 5, - "value": "1" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 799, - "length": 4, - "value": "2" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 842, - "length": 7, - "value": "3" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 886, - "length": 5, - "value": "4" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/PUBLIC\/LPABCSDK+PublicEnums.swift", - "kind": "IntegerLiteral", - "offset": 925, - "length": 4, - "value": "5" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/LPURLConstructor.swift", - "kind": "StringLiteral", - "offset": 1397, - "length": 6, - "value": "\"data\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPMessageType.swift", - "kind": "StringLiteral", - "offset": 217, - "length": 9, - "value": "\"welcome\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPMessageType.swift", - "kind": "StringLiteral", - "offset": 249, - "length": 12, - "value": "\"secureForm\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPMessageType.swift", - "kind": "StringLiteral", - "offset": 217, - "length": 9, - "value": "\"welcome\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPMessageType.swift", - "kind": "StringLiteral", - "offset": 249, - "length": 12, - "value": "\"secureForm\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 212, - "length": 7, - "value": "\"title\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 252, - "length": 10, - "value": "\"subtitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 295, - "length": 19, - "value": "\"secondarySubtitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 347, - "length": 18, - "value": "\"tertiarySubtitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 398, - "length": 12, - "value": "\"imageTitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 443, - "length": 15, - "value": "\"imageSubtitle\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 491, - "length": 7, - "value": "\"image\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 531, - "length": 14, - "value": "\"mediaFileURL\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 578, - "length": 9, - "value": "\"caption\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 620, - "length": 12, - "value": "\"subcaption\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 665, - "length": 17, - "value": "\"trailingCaption\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/Extensions-MSMessage\/ReceivedMessagePayload.swift", - "kind": "StringLiteral", - "offset": 715, - "length": 20, - "value": "\"trailingSubcaption\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPABCSDK+SDEReporting.swift", - "kind": "BooleanLiteral", - "offset": 195, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCSDK\/LPABCSDK+SDEReporting.swift", - "kind": "BooleanLiteral", - "offset": 1247, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/FrameworkShared\/Keychain\/LPKeychainWrapper.swift", - "kind": "StringLiteral", - "offset": 3261, - "length": 22, - "value": "\"SwiftKeychainWrapper\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1055, - "length": 26, - "value": "\"Bundle is not set for CD\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "BooleanLiteral", - "offset": 1576, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1673, - "length": 61, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1724, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1733, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1767, - "length": 30, - "value": "\"Unresolved CD error \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 1796, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "IntegerLiteral", - "offset": 2177, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 2315, - "length": 63, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 2343, - "length": 1, - "value": "\".\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 2377, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "IntegerLiteral", - "offset": 2759, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "BooleanLiteral", - "offset": 3013, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "BooleanLiteral", - "offset": 3098, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 3625, - "length": 61, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 3676, - "length": 1, - "value": "\" \"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 3685, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/ghasfjord\/Documents\/lpabcsdk\/lpabcsdk\/LPABCSDK_Maker\/Submodule\/LPABCPayloadConstructor\/CoreData\/LPPayloadController.swift", - "kind": "StringLiteral", - "offset": 3711, - "length": 33, - "value": "\"Unable to Load Persistent Store\"" - } - ] -} \ No newline at end of file diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc deleted file mode 100644 index a2966ef..0000000 Binary files a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and /dev/null differ diff --git a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule b/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule deleted file mode 100644 index 4adb3f4..0000000 Binary files a/LPABCSDK.framework/Modules/LPABCSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule and /dev/null differ diff --git a/LPABCSDK.framework/Modules/module.modulemap b/LPABCSDK.framework/Modules/module.modulemap deleted file mode 100644 index f807272..0000000 --- a/LPABCSDK.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module LPABCSDK { - umbrella header "LPABCSDK.h" - - export * - module * { export * } -} - -module LPABCSDK.Swift { - header "LPABCSDK-Swift.h" - requires objc -} diff --git a/LPABCSDK.framework/README.md b/LPABCSDK.framework/README.md deleted file mode 100644 index 79bf074..0000000 --- a/LPABCSDK.framework/README.md +++ /dev/null @@ -1,326 +0,0 @@ -# LivePerson iOS ABC SDK -## A lightweight SDK for iMessage app/Extension as well as host apps* -(pending incoming, **agent to consumer** CIM ). - - -LivePerson ABC SDK goal is to provide integration solutions for iOS apps (Host & iMessage app/ Extension) with LiveEngage platform. After sending a custom interactive message (CIM), this SDK will allows you to enhance the conversation experience with the following features: - -- Reporing any of the supported consumer behavior/SDEs, as engagement attributes to the Liveengage platform: -https://developers.liveperson.com/engagement-attributes-types-of-engagement-attributes.html -- Abvility to send a Custom Interactive Message (CIM) reply message from consumer to agent, with a unique textual context. -- Notify special events callback. - -Apple and LivePerson Configuration -Make sure you have an Apple Business Chat business ID. -Contact your LivePerson account representative to enable this SDK on the backend server. - - -## SDK Installation: Manual installation: - -1. Copy lpabcsdk.framework to your XCode project, make sure it is included in **Embedded Binaries** section, under **project settings/ General** tab for the main app Target, and in the Linked Frameworks and Libraries in the iMessageApp Target, as well as in Linked Binary With Libraries under Build Phases of each implementing target. - -2. In project settings, navigate to the Build Phases tab, and click the + button to paste the following: - -``` -${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/LPABCSDK.framework/LPABCSDKStrippingScript.sh -``` -## CocoaPods installation: -1. Install CocoaPods: -``` -sudo gem install cocoapods -``` - -2. Navigate to your project folder and create a Podfile for your project: -``` -pod init -``` - -3. Open the Podfile. -```open -a Xcode Podfile -``` - -4. Add the LPABCSDK pod to integrate it into your Xcode project. Make sure you change the target name to your target name: - -``` target '' do - platform :ios, '11.3' - use_frameworks! - pod 'LPABCSDK' - end - ``` - -3. For each implementing target, make sure to enable App groups in capabilities section in the info.plist: -- create a dictionary with the key **‘LPABC_PARAMS’** and add a key: **lpabc_appgroup** with the value of your app group (same across all targeta): **lpabc_appgroup : ** - -4. Import lpabcsdk and initialize the SDK - -5. In the iMessage app/extension's MessagesViewController class, please make sure to override the following methods: - - -``` -override func didBecomeActive(with conversation: MSConversation) -override func didSelect(_ message: MSMessage, conversation: MSConversation) -override func didReceive(_ message: MSMessage, conversation: MSConversation) - -``` -For passing in references to the SDK (optional), please and use SDKParams to reference elements such as MSMessagesAppViewController, etc. See the override of viewDidLoad() in the example below. -In the implementation of these methods, add the appropriate update() methods for each, seen in the example below. - -``` -import LPABCSDK - -class MessagesViewController : MSMessagesViewController { - - var lpabcsdk = LPABCSDK.initializeSDK() - var sdkParams: SDKParams? - - override func viewDidLoad() { - super.viewDidLoad() - - self.sdkParams = - SDKParams(messagesViewController: self, - secureFormReplyImagee: , - secureFormReplyText: ``) - } - - override func didBecomeActive(with conversation: MSConversation) { - lpabcsdk.update(with: conversation, sdkParams: sdkParams) - } - - override func didReceive(_ message: MSMessage, conversation: MSConversation) { - lpabcsdk.update(with: conversation, message: message) - } - - override func didSelect(_ message: MSMessage, conversation: MSConversation) { - lpabcsdk.update(with: conversation, message: message, sdkParams: sdkParams) - - } - -} -``` - -## SDK Implementation -- Initializing the SDK: - -``` -//Basic initializer, the default minimumLogLevel will be .info. -LPABCSDK.initialize() - -//Initializer with explicit log level -LPABCSDK.initialize(minimumLogLevel: .trace) - -//For disabling logs use LPABCLogLevel.none -LPABCSDK.initialize(minimumLogLevel: .none) - - -//Use 'eventSubscription' for passing the events 'LPABCEvent' you wish to get a callback notification for. -//If not explicitly stated, the default would be subscribing to all events. -LPABCSDK.initialize(minimumLogLevel: .none, eventSubscription: [.newConversation]) - -//To disable events notification use 'LPABCEvent.noEvents' -LPABCSDK.initialize(eventSubscription: LPABCEvent.noEvents) -``` -- Disposing the SDK: -``` - LPABCSDK.dispose() -``` - -Update the SDK with Incoming CIM - -Upon an agent sending a Custom Interactive Message (CIM) to the consumer, this method will update the SDK with a payload that will enable SDE reporting to LiveEngage. - -``` -func update(with conversation: MSConversation, message: MSMessage? = nil, abcsdkParams: ABCSDKParams? = nil) - -``` - - -### Create SDEs - -When you create one or more SDEs, they get added to a dedicated stack. - -The createSDE function generates and calls back an SDEBase object with a template of the relevant SDE type as its property, which then needs to implement a 'setup' function. - -Pass in the SDE type that you want, and it will return an SDEBase object containing an instantiated property of the relevant SDE template object. - -All dependent schema objects could be initiated and passed in as arguments to the SDE setup - -Inside of the completion callback, on the sde setup method, it is required to define the relevant params to initiate the sde.mpletion callback, on the sde setup method, it is required to define the relevant params to initiate the sde. - -Example 1: - -``` -lpabcsdk.createSDE(sdeType: .visitorError) { (sdeBase) in - sdeBase.visitorError?.setup( - contextId: "", - message: "", - code: "", - level: 0, - resolved: true - ) -} -``` - -Example 2: - -``` -lpabcsdk.createSDE(sdeType: .cartUpdate) { (sdeBase) in - //Create a product: - let product = SDEProduct.init( - name: "<>", - category: "<>", - sku: "<>", - price: 100, - quantity: 3 - ) - - //Setup the sde: - sdeBase.cartUpdate?.setup( - total: 100, - currency: "<>", - numItems: 1, - products: [product] - ) -} -``` - -The SDE `setup` call could also be created using 'UnifiedLooseSDE', as **json** string or **Dictionary** object: - -Example: - -``` -sdeBase.setupWithJson("{\"type\":\"ctmrinfo\"}") -sdeBase.setupWithJson(["type":"cart"]) -``` - -### Auto Send Aggregated Stack - -The optional `aggregate` parameter, when set to true, will add the sde to the **aggregateStack** which will get **sent automatically** once the [aggregation stack timeout](#Aggregated-SDE-Stack-Timeout) is met. Default is 5 sec but could be anything between 1-15 sec. See `setAggregatedInterval(interval:)` - -Example: - -``` - lpabcsdk.createSDE(sdeType: .customerInfo, aggregate: true) { (sdeBase) in - sdeBase.customerInfo?.setup( - cstatus: "", - ctype: "", - balance: 10, - currency: "", - socialId: "", - imei: "", - userName: "", - companySize: 30, - companyBranch: "", - accountName: "", - role: "", - loginStatus: 0, - storeZipCode: "", - storeNumber: "", - lastPaymentDate: SDEDate.init( - day: 23, - month: 4, - year: 2019), - registrationDate: nil) -} -``` - -### Sending SDE - -In order to **manually** send the SDE Stack, use the following: - -``` - lpabcsdk.sendSDEStack() - - // or using completion callbacks: - lpabcsdk.sendSDEStack(onSuccess: { (success) in - - // success block}) - - { (error) in - // error block - } -``` -You can check if the sdk has a payload cache loaded before sending SDEs, using `isCahceLoaded`: -``` -lpabcsd.isCahceLoaded -``` - -### Aggregated SDE Stack Timeout - -This will setup a timeout interval for auto sending the aggregated SDE stack (optional). Default is 5 seconds and Max is 15. - -``` - lpabcsdk.setAggregatedInterval(interval:15) -``` - -See the [Auto Send aggregated](#Auto-Send-Aggregated) optional parameter in [Create SDEs](#create-sdes). - -### Aggregated SDE Stack Send Completion Closure - -If you want to execute code whenever the Aggregated SDE Stack auto send completes, implement the `aggregatedSDEStackCompletion` closure: - -``` - lpabcsdk.aggregatedSDEStackCompletion = { completion, error in - // debug code - } - -``` - -### Event Callback -Some consumer actions can trigger meaningful events (eg. a new conversation starts, secure form completion, etc.). If you would like to act upon, or send an SDE once a subscribed event has been triggered, you can do so by implenting the abcEventCallback closure. - -``` -lpabcsdk.abcEventCallback = { event in - // implement -} -``` - -`LPABCEvent` - Indicates the type of event that is being called back from the abcEventCallback. - -`abcEventCallback` - Invoked when a qualifying subscribed event is met, and callback the type of that event - -You can set the desired SDEs to express your custom reporting for the event triggered. - -Supported Event Types: - newConversation - Receiving an incoming (agent to consumer), new first time CIM - per conversation. - secureForm - Receiving an incoming (agent to consumer) secure Form: See the Secure Form documentation. Example: - - -``` -lpabcsdk.implicitEventClosure = { implicitType in - switch implicitType { - case .newConversation: - // Create and send desired SDE - break - case .secureForm(.submitted): - // Create and send desired SDE - break - } -} - -``` - -## Reply CIM from Consumer to Agent - -An agent can recieve back from the consumer a Custom Interactive Message with contextual text. This text can be displayed to the agent in the LiveEngage workspace. - -For example, if the consumer selects a product inside of your iMessage app, the Agent can see which product they selected via the textContext of this method. - -``` -// create MSMessage object - -lpabcsdk.appendReplayMessagePayload(message: MSMessage, textContext: String) - -// send MSMessage object -``` -Pass in the initiated MSMessage object, and the desired textual String. - -### Synchronize SDK (Host app target feature) -When called, the SDK will explicitly sync with the latest cache version. - -The best practice will be to add this to your AppDelegate/ applicationWillEnterForeground, in order to use the monitoring ability when the host app enters foreground. - -An iMesssage extension target will have no effect calling this function. -``` -func applicationWillEnterForeground(_ application: UIApplication) { - LPABCSDK.synchronize() -} - -``` diff --git a/LPABCSDK.framework/framework-strip.sh b/LPABCSDK.framework/framework-strip.sh deleted file mode 100755 index 78d6d99..0000000 --- a/LPABCSDK.framework/framework-strip.sh +++ /dev/null @@ -1,36 +0,0 @@ -# -# In order to make this executable, use this command in the terminal: -# -# chmod u+x Build-Phases/.sh -# - -APP_PATH="${TARGET_BUILD_DIR}/${WRAPPER_NAME}" - -# This script loops through the frameworks embedded in the application and -# removes unused architectures. -find "$APP_PATH" -name '*.framework' -type d | while read -r FRAMEWORK -do -FRAMEWORK_EXECUTABLE_NAME=$(defaults read "$FRAMEWORK/Info.plist" CFBundleExecutable) -FRAMEWORK_EXECUTABLE_PATH="$FRAMEWORK/$FRAMEWORK_EXECUTABLE_NAME" -echo "Executable is $FRAMEWORK_EXECUTABLE_PATH" - -EXTRACTED_ARCHS=() - -for ARCH in $ARCHS -do -echo "Extracting $ARCH from $FRAMEWORK_EXECUTABLE_NAME" -lipo -extract "$ARCH" "$FRAMEWORK_EXECUTABLE_PATH" -o "$FRAMEWORK_EXECUTABLE_PATH-$ARCH" -EXTRACTED_ARCHS+=("$FRAMEWORK_EXECUTABLE_PATH-$ARCH") -done - -echo "Merging extracted architectures: ${ARCHS}" -lipo -o "$FRAMEWORK_EXECUTABLE_PATH-merged" -create "${EXTRACTED_ARCHS[@]}" -rm "${EXTRACTED_ARCHS[@]}" - -echo "Replacing original executable with thinned version" -rm "$FRAMEWORK_EXECUTABLE_PATH" -mv "$FRAMEWORK_EXECUTABLE_PATH-merged" "$FRAMEWORK_EXECUTABLE_PATH" - -done - -